diff --git a/RELEASES.md b/RELEASES.md index 1987558a9..d5e622264 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,17 @@ +# Jerboa 0.0.77 (2024-09-27) + +## What's Changed in 0.0.77 + +- Fix community search not relaunching after process death by @MV-GH in [#1681](https://github.com/LemmyNet/jerboa/pull/1681) +- Fix popups disappearing on orientation change. by @MV-GH in [#1680](https://github.com/LemmyNet/jerboa/pull/1680) + +**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.75...0.0.77 + # Jerboa 0.0.75 (2024-09-09) ## What's Changed in 0.0.75 +- Upping version. by @dessalines - Fix 'Swipe right to navigate back' to go back multiple times by @MV-GH in [#1660](https://github.com/LemmyNet/jerboa/pull/1660) - Fix legacy score behaviour by @MV-GH in [#1659](https://github.com/LemmyNet/jerboa/pull/1659) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3f5092163..3c815cff8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ android { namespace = "com.jerboa" minSdk = 26 targetSdk = 34 - versionCode = 75 - versionName = "0.0.75" + versionCode = 77 + versionName = "0.0.77" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 997ece090..4712bb9de 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,10 +1,10 @@ -# Jerboa 0.0.75 (2024-09-09) +# Jerboa 0.0.77 (2024-09-27) -## What's Changed in 0.0.75 +## What's Changed in 0.0.77 -- Fix 'Swipe right to navigate back' to go back multiple times by @MV-GH in [#1660](https://github.com/LemmyNet/jerboa/pull/1660) -- Fix legacy score behaviour by @MV-GH in [#1659](https://github.com/LemmyNet/jerboa/pull/1659) +- Fix community search not relaunching after process death by @MV-GH in [#1681](https://github.com/LemmyNet/jerboa/pull/1681) +- Fix popups disappearing on orientation change. by @MV-GH in [#1680](https://github.com/LemmyNet/jerboa/pull/1680) -**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.74...0.0.75 +**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.76-gplay...0.0.77