File tree 3 files changed +15
-7
lines changed
3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change
1
+ # Jerboa 0.0.74 (2024-09-06)
2
+
3
+ ## What's Changed in 0.0.74
4
+
5
+ - Fix missing parent comment navigation by @MV-GH in [ #1656 ] ( https://github.com/LemmyNet/jerboa/pull/1656 )
6
+
7
+ ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.73...0.0.74
8
+
1
9
# Jerboa 0.0.73 (2024-09-05)
2
10
3
11
## What's Changed in 0.0.73
4
12
13
+ - Upping version. by @dessalines
5
14
- Fixes wrong height Navigation bar when descriptions where hidden. by @MV-GH in [ #1650 ] ( https://github.com/LemmyNet/jerboa/pull/1650 )
6
15
- Fixes mostly systembars colors not matching with application by @MV-GH in [ #1651 ] ( https://github.com/LemmyNet/jerboa/pull/1651 )
7
16
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
24
24
namespace = " com.jerboa"
25
25
minSdk = 26
26
26
targetSdk = 34
27
- versionCode = 73
28
- versionName = " 0.0.73 "
27
+ versionCode = 74
28
+ versionName = " 0.0.74 "
29
29
30
30
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
31
31
vectorDrawables {
Original file line number Diff line number Diff line change 1
- # Jerboa 0.0.73 (2024-09-05 )
1
+ # Jerboa 0.0.74 (2024-09-06 )
2
2
3
- ## What's Changed in 0.0.73
3
+ ## What's Changed in 0.0.74
4
4
5
- - Fixes wrong height Navigation bar when descriptions where hidden. by @MV-GH in [ #1650 ] ( https://github.com/LemmyNet/jerboa/pull/1650 )
6
- - Fixes mostly systembars colors not matching with application by @MV-GH in [ #1651 ] ( https://github.com/LemmyNet/jerboa/pull/1651 )
5
+ - Fix missing parent comment navigation by @MV-GH in [ #1656 ] ( https://github.com/LemmyNet/jerboa/pull/1656 )
7
6
8
- ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.72 ...0.0.73
7
+ ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.73 ...0.0.74
9
8
10
9
<!-- generated by git-cliff -->
You can’t perform that action at this time.
0 commit comments