Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jun 14, 2024
1 parent e5cd3b1 commit f3bacd8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Jerboa 0.0.69 (2024-06-14)

## What's Changed in 0.0.69

- Improve baseline documentation + update baseline profiles by @MV-GH in [#1551](https://github.com/LemmyNet/jerboa/pull/1551)
- Fix edgecase with legacy show_scores by @MV-GH in [#1552](https://github.com/LemmyNet/jerboa/pull/1552)
- Restore legacy 'Show Scores' option by @MV-GH in [#1544](https://github.com/LemmyNet/jerboa/pull/1544)

**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.68...0.0.69

# Jerboa 0.0.68 (2024-06-13)

## What's Changed in 0.0.68

- Upping version. by @dessalines
- Add blocks screen by @MV-GH in [#1545](https://github.com/LemmyNet/jerboa/pull/1545)
- Fix Loading bar clipping behind content by @MV-GH in [#1540](https://github.com/LemmyNet/jerboa/pull/1540)
- Reduce recompositions due to TopAppBar by @MV-GH in [#1542](https://github.com/LemmyNet/jerboa/pull/1542)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
namespace = "com.jerboa"
minSdk = 26
targetSdk = 34
versionCode = 68
versionName = "0.0.68"
versionCode = 69
versionName = "0.0.69"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
17 changes: 6 additions & 11 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Jerboa 0.0.68 (2024-06-13)
# Jerboa 0.0.69 (2024-06-14)

## What's Changed in 0.0.68
## What's Changed in 0.0.69

- Add blocks screen by @MV-GH in [#1545](https://github.com/LemmyNet/jerboa/pull/1545)
- Fix Loading bar clipping behind content by @MV-GH in [#1540](https://github.com/LemmyNet/jerboa/pull/1540)
- Reduce recompositions due to TopAppBar by @MV-GH in [#1542](https://github.com/LemmyNet/jerboa/pull/1542)
- Increase fontsize votes slightly by @MV-GH in [#1549](https://github.com/LemmyNet/jerboa/pull/1549)
- Hide Metadata outline when no metadata is shown by @MV-GH in [#1548](https://github.com/LemmyNet/jerboa/pull/1548)
- Use AsyncPainter where possible by @MV-GH in [#1543](https://github.com/LemmyNet/jerboa/pull/1543)
- Update the default instance list by @MV-GH in [#1550](https://github.com/LemmyNet/jerboa/pull/1550)
- Rename Activity nomenclature to Screen by @MV-GH in [#1546](https://github.com/LemmyNet/jerboa/pull/1546)
- Improve baseline documentation + update baseline profiles by @MV-GH in [#1551](https://github.com/LemmyNet/jerboa/pull/1551)
- Fix edgecase with legacy show_scores by @MV-GH in [#1552](https://github.com/LemmyNet/jerboa/pull/1552)
- Restore legacy 'Show Scores' option by @MV-GH in [#1544](https://github.com/LemmyNet/jerboa/pull/1544)

**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.67...0.0.68
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.68...0.0.69

<!-- generated by git-cliff -->

0 comments on commit f3bacd8

Please sign in to comment.