File tree 3 files changed +19
-13
lines changed
3 files changed +19
-13
lines changed Original file line number Diff line number Diff line change
1
+ # Jerboa 0.0.69 (2024-06-14)
2
+
3
+ ## What's Changed in 0.0.69
4
+
5
+ - Improve baseline documentation + update baseline profiles by @MV-GH in [ #1551 ] ( https://github.com/LemmyNet/jerboa/pull/1551 )
6
+ - Fix edgecase with legacy show_scores by @MV-GH in [ #1552 ] ( https://github.com/LemmyNet/jerboa/pull/1552 )
7
+ - Restore legacy 'Show Scores' option by @MV-GH in [ #1544 ] ( https://github.com/LemmyNet/jerboa/pull/1544 )
8
+
9
+ ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.68...0.0.69
10
+
1
11
# Jerboa 0.0.68 (2024-06-13)
2
12
3
13
## What's Changed in 0.0.68
4
14
15
+ - Upping version. by @dessalines
5
16
- Add blocks screen by @MV-GH in [ #1545 ] ( https://github.com/LemmyNet/jerboa/pull/1545 )
6
17
- Fix Loading bar clipping behind content by @MV-GH in [ #1540 ] ( https://github.com/LemmyNet/jerboa/pull/1540 )
7
18
- Reduce recompositions due to TopAppBar by @MV-GH in [ #1542 ] ( https://github.com/LemmyNet/jerboa/pull/1542 )
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
21
21
namespace = " com.jerboa"
22
22
minSdk = 26
23
23
targetSdk = 34
24
- versionCode = 68
25
- versionName = " 0.0.68 "
24
+ versionCode = 69
25
+ versionName = " 0.0.69 "
26
26
27
27
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
28
28
vectorDrawables {
Original file line number Diff line number Diff line change 1
- # Jerboa 0.0.68 (2024-06-13 )
1
+ # Jerboa 0.0.69 (2024-06-14 )
2
2
3
- ## What's Changed in 0.0.68
3
+ ## What's Changed in 0.0.69
4
4
5
- - Add blocks screen by @MV-GH in [ #1545 ] ( https://github.com/LemmyNet/jerboa/pull/1545 )
6
- - Fix Loading bar clipping behind content by @MV-GH in [ #1540 ] ( https://github.com/LemmyNet/jerboa/pull/1540 )
7
- - Reduce recompositions due to TopAppBar by @MV-GH in [ #1542 ] ( https://github.com/LemmyNet/jerboa/pull/1542 )
8
- - Increase fontsize votes slightly by @MV-GH in [ #1549 ] ( https://github.com/LemmyNet/jerboa/pull/1549 )
9
- - Hide Metadata outline when no metadata is shown by @MV-GH in [ #1548 ] ( https://github.com/LemmyNet/jerboa/pull/1548 )
10
- - Use AsyncPainter where possible by @MV-GH in [ #1543 ] ( https://github.com/LemmyNet/jerboa/pull/1543 )
11
- - Update the default instance list by @MV-GH in [ #1550 ] ( https://github.com/LemmyNet/jerboa/pull/1550 )
12
- - Rename Activity nomenclature to Screen by @MV-GH in [ #1546 ] ( https://github.com/LemmyNet/jerboa/pull/1546 )
5
+ - Improve baseline documentation + update baseline profiles by @MV-GH in [ #1551 ] ( https://github.com/LemmyNet/jerboa/pull/1551 )
6
+ - Fix edgecase with legacy show_scores by @MV-GH in [ #1552 ] ( https://github.com/LemmyNet/jerboa/pull/1552 )
7
+ - Restore legacy 'Show Scores' option by @MV-GH in [ #1544 ] ( https://github.com/LemmyNet/jerboa/pull/1544 )
13
8
14
- ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.67 ...0.0.68
9
+ ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.68 ...0.0.69
15
10
16
11
<!-- generated by git-cliff -->
You can’t perform that action at this time.
0 commit comments