From f3bacd8e2a9037c2b30d869413686894ea429961 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 14 Jun 2024 08:09:54 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 11 +++++++++++ app/build.gradle.kts | 4 ++-- app/src/main/assets/RELEASES.md | 17 ++++++----------- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index fe52d9a29..f10220e68 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d7a92b67d..83c2d0224 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 5092665dd..a4e86be3f 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -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