diff --git a/RELEASES.md b/RELEASES.md index d958e89d7..320d97f92 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,16 @@ +# Jerboa 0.0.74 (2024-09-06) + +## What's Changed in 0.0.74 + +- Fix missing parent comment navigation by @MV-GH in [#1656](https://github.com/LemmyNet/jerboa/pull/1656) + +**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.73...0.0.74 + # Jerboa 0.0.73 (2024-09-05) ## What's Changed in 0.0.73 +- Upping version. by @dessalines - Fixes wrong height Navigation bar when descriptions where hidden. by @MV-GH in [#1650](https://github.com/LemmyNet/jerboa/pull/1650) - Fixes mostly systembars colors not matching with application by @MV-GH in [#1651](https://github.com/LemmyNet/jerboa/pull/1651) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5f2e95595..16bc52495 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ android { namespace = "com.jerboa" minSdk = 26 targetSdk = 34 - versionCode = 73 - versionName = "0.0.73" + versionCode = 74 + versionName = "0.0.74" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 7a0c8f198..eb35263e3 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,10 +1,9 @@ -# Jerboa 0.0.73 (2024-09-05) +# Jerboa 0.0.74 (2024-09-06) -## What's Changed in 0.0.73 +## What's Changed in 0.0.74 -- Fixes wrong height Navigation bar when descriptions where hidden. by @MV-GH in [#1650](https://github.com/LemmyNet/jerboa/pull/1650) -- Fixes mostly systembars colors not matching with application by @MV-GH in [#1651](https://github.com/LemmyNet/jerboa/pull/1651) +- Fix missing parent comment navigation by @MV-GH in [#1656](https://github.com/LemmyNet/jerboa/pull/1656) -**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.72...0.0.73 +**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.73...0.0.74