Skip to content

Commit f3bacd8

Browse files
committedJun 14, 2024·
Upping version.
1 parent e5cd3b1 commit f3bacd8

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed
 

‎RELEASES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
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+
111
# Jerboa 0.0.68 (2024-06-13)
212

313
## What's Changed in 0.0.68
414

15+
- Upping version. by @dessalines
516
- Add blocks screen by @MV-GH in [#1545](https://github.com/LemmyNet/jerboa/pull/1545)
617
- Fix Loading bar clipping behind content by @MV-GH in [#1540](https://github.com/LemmyNet/jerboa/pull/1540)
718
- Reduce recompositions due to TopAppBar by @MV-GH in [#1542](https://github.com/LemmyNet/jerboa/pull/1542)

‎app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
namespace = "com.jerboa"
2222
minSdk = 26
2323
targetSdk = 34
24-
versionCode = 68
25-
versionName = "0.0.68"
24+
versionCode = 69
25+
versionName = "0.0.69"
2626

2727
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables {

‎app/src/main/assets/RELEASES.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
# Jerboa 0.0.68 (2024-06-13)
1+
# Jerboa 0.0.69 (2024-06-14)
22

3-
## What's Changed in 0.0.68
3+
## What's Changed in 0.0.69
44

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)
138

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
1510

1611
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)
Please sign in to comment.