File tree 3 files changed +15
-18
lines changed
3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change
1
+ # Jerboa 0.0.71 (2024-07-16)
2
+
3
+ ## What's Changed in 0.0.71
4
+
5
+ - Fix subscribed feed paging not working by @MV-GH in [ #1597 ] ( https://github.com/LemmyNet/jerboa/pull/1597 )
6
+
7
+ ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.70...0.0.71
8
+
1
9
# Jerboa 0.0.70 (2024-07-15)
2
10
3
11
## What's Changed in 0.0.70
4
12
13
+ - Upping version. by @dessalines
5
14
- Fixing build script. by @dessalines in [ #1595 ] ( https://github.com/LemmyNet/jerboa/pull/1595 )
6
15
- Fix show back button when clicking on tagged user by @Tyoda in [ #1579 ] ( https://github.com/LemmyNet/jerboa/pull/1579 )
7
16
- Fix multiple spoiler blocks displaying incorrectly (#1577 ) by @Tyoda in [ #1578 ] ( https://github.com/LemmyNet/jerboa/pull/1578 )
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 = 70
25
- versionName = " 0.0.70 "
24
+ versionCode = 71
25
+ versionName = " 0.0.71 "
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.70 (2024-07-15 )
1
+ # Jerboa 0.0.71 (2024-07-16 )
2
2
3
- ## What's Changed in 0.0.70
3
+ ## What's Changed in 0.0.71
4
4
5
- - Fixing build script. by @dessalines in [ #1595 ] ( https://github.com/LemmyNet/jerboa/pull/1595 )
6
- - Fix show back button when clicking on tagged user by @Tyoda in [ #1579 ] ( https://github.com/LemmyNet/jerboa/pull/1579 )
7
- - Fix multiple spoiler blocks displaying incorrectly (#1577 ) by @Tyoda in [ #1578 ] ( https://github.com/LemmyNet/jerboa/pull/1578 )
8
- - Bump compose bom by @MV-GH in [ #1576 ] ( https://github.com/LemmyNet/jerboa/pull/1576 )
9
- - Update lemmy api to beta by @MV-GH in [ #1573 ] ( https://github.com/LemmyNet/jerboa/pull/1573 )
10
- - update-tr-language by @mikropsoft in [ #1575 ] ( https://github.com/LemmyNet/jerboa/pull/1575 )
11
- - Remove renovate bot from git cliff changelogs. by @dessalines in [ #1563 ] ( https://github.com/LemmyNet/jerboa/pull/1563 )
12
- - Removing renovate schedule. by @dessalines in [ #1555 ] ( https://github.com/LemmyNet/jerboa/pull/1555 )
13
- - Fix initial page_cursor by @MV-GH in [ #1553 ] ( https://github.com/LemmyNet/jerboa/pull/1553 )
5
+ - Fix subscribed feed paging not working by @MV-GH in [ #1597 ] ( https://github.com/LemmyNet/jerboa/pull/1597 )
14
6
15
- ## New Contributors
16
-
17
- - @Tyoda made their first contribution in [ #1579 ] ( https://github.com/LemmyNet/jerboa/pull/1579 )
18
-
19
- ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.69...0.0.70
7
+ ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.70...0.0.71
20
8
21
9
<!-- generated by git-cliff -->
You can’t perform that action at this time.
0 commit comments