File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1+ # Jerboa 0.0.77 (2024-09-27)
2+
3+ ## What's Changed in 0.0.77
4+
5+ - Fix community search not relaunching after process death by @MV-GH in [ #1681 ] ( https://github.com/LemmyNet/jerboa/pull/1681 )
6+ - Fix popups disappearing on orientation change. by @MV-GH in [ #1680 ] ( https://github.com/LemmyNet/jerboa/pull/1680 )
7+
8+ ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.75...0.0.77
9+
110# Jerboa 0.0.75 (2024-09-09)
211
312## What's Changed in 0.0.75
413
14+ - Upping version. by @dessalines
515- Fix 'Swipe right to navigate back' to go back multiple times by @MV-GH in [ #1660 ] ( https://github.com/LemmyNet/jerboa/pull/1660 )
616- Fix legacy score behaviour by @MV-GH in [ #1659 ] ( https://github.com/LemmyNet/jerboa/pull/1659 )
717
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
2424 namespace = " com.jerboa"
2525 minSdk = 26
2626 targetSdk = 34
27- versionCode = 75
28- versionName = " 0.0.75 "
27+ versionCode = 77
28+ versionName = " 0.0.77 "
2929
3030 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
3131 vectorDrawables {
Original file line number Diff line number Diff line change 1- # Jerboa 0.0.75 (2024-09-09 )
1+ # Jerboa 0.0.77 (2024-09-27 )
22
3- ## What's Changed in 0.0.75
3+ ## What's Changed in 0.0.77
44
5- - Fix 'Swipe right to navigate back' to go back multiple times by @MV-GH in [ #1660 ] ( https://github.com/LemmyNet/jerboa/pull/1660 )
6- - Fix legacy score behaviour by @MV-GH in [ #1659 ] ( https://github.com/LemmyNet/jerboa/pull/1659 )
5+ - Fix community search not relaunching after process death by @MV-GH in [ #1681 ] ( https://github.com/LemmyNet/jerboa/pull/1681 )
6+ - Fix popups disappearing on orientation change. by @MV-GH in [ #1680 ] ( https://github.com/LemmyNet/jerboa/pull/1680 )
77
8- ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.74 ...0.0.75
8+ ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.76-gplay ...0.0.77
99
1010<!-- generated by git-cliff -->
You can’t perform that action at this time.
0 commit comments