File tree 3 files changed +39
-6
lines changed
3 files changed +39
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Jerboa 0.0.72 (2024-09-02)
2
+
3
+ ## What's Changed in 0.0.72
4
+
5
+ - Upgrading compose-bom to 2024.08 by @dessalines in [ #1646 ] ( https://github.com/LemmyNet/jerboa/pull/1646 )
6
+ - Temp fix for incorrect coil image sizing. by @dessalines in [ #1647 ] ( https://github.com/LemmyNet/jerboa/pull/1647 )
7
+ - Adding edge to edge support by @dessalines in [ #1607 ] ( https://github.com/LemmyNet/jerboa/pull/1607 )
8
+ - Showing scores in post listing like they were before. by @dessalines in [ #1641 ] ( https://github.com/LemmyNet/jerboa/pull/1641 )
9
+ - Make sup/subscript more strict by @MV-GH in [ #1632 ] ( https://github.com/LemmyNet/jerboa/pull/1632 )
10
+ - Move time ago and score to a flowrow layout by @dessalines in [ #1615 ] ( https://github.com/LemmyNet/jerboa/pull/1615 )
11
+ - Some material 3 cleanups. by @dessalines in [ #1614 ] ( https://github.com/LemmyNet/jerboa/pull/1614 )
12
+ - Adding a few resources. by @dessalines in [ #1617 ] ( https://github.com/LemmyNet/jerboa/pull/1617 )
13
+ - Adding post divider back. by @dessalines in [ #1616 ] ( https://github.com/LemmyNet/jerboa/pull/1616 )
14
+ - Deduplicate posts in the feed by @MV-GH in [ #1613 ] ( https://github.com/LemmyNet/jerboa/pull/1613 )
15
+ - Bettering torrent support. by @dessalines in [ #1612 ] ( https://github.com/LemmyNet/jerboa/pull/1612 )
16
+ - Fix dialog for switching keyboards/languages by @MV-GH in [ #1611 ] ( https://github.com/LemmyNet/jerboa/pull/1611 )
17
+ - Adding renovate automerge. by @dessalines in [ #1606 ] ( https://github.com/LemmyNet/jerboa/pull/1606 )
18
+
19
+ ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.71...0.0.72
20
+
1
21
# Jerboa 0.0.71 (2024-07-16)
2
22
3
23
## What's Changed in 0.0.71
4
24
25
+ - Upping version. by @dessalines
5
26
- Fix subscribed feed paging not working by @MV-GH in [ #1597 ] ( https://github.com/LemmyNet/jerboa/pull/1597 )
6
27
7
28
** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.70...0.0.71
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 = 71
25
- versionName = " 0.0.71 "
24
+ versionCode = 72
25
+ versionName = " 0.0.72 "
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.71 (2024-07-16 )
1
+ # Jerboa 0.0.72 (2024-09-02 )
2
2
3
- ## What's Changed in 0.0.71
3
+ ## What's Changed in 0.0.72
4
4
5
- - Fix subscribed feed paging not working by @MV-GH in [ #1597 ] ( https://github.com/LemmyNet/jerboa/pull/1597 )
5
+ - Upgrading compose-bom to 2024.08 by @dessalines in [ #1646 ] ( https://github.com/LemmyNet/jerboa/pull/1646 )
6
+ - Temp fix for incorrect coil image sizing. by @dessalines in [ #1647 ] ( https://github.com/LemmyNet/jerboa/pull/1647 )
7
+ - Adding edge to edge support by @dessalines in [ #1607 ] ( https://github.com/LemmyNet/jerboa/pull/1607 )
8
+ - Showing scores in post listing like they were before. by @dessalines in [ #1641 ] ( https://github.com/LemmyNet/jerboa/pull/1641 )
9
+ - Make sup/subscript more strict by @MV-GH in [ #1632 ] ( https://github.com/LemmyNet/jerboa/pull/1632 )
10
+ - Move time ago and score to a flowrow layout by @dessalines in [ #1615 ] ( https://github.com/LemmyNet/jerboa/pull/1615 )
11
+ - Some material 3 cleanups. by @dessalines in [ #1614 ] ( https://github.com/LemmyNet/jerboa/pull/1614 )
12
+ - Adding a few resources. by @dessalines in [ #1617 ] ( https://github.com/LemmyNet/jerboa/pull/1617 )
13
+ - Adding post divider back. by @dessalines in [ #1616 ] ( https://github.com/LemmyNet/jerboa/pull/1616 )
14
+ - Deduplicate posts in the feed by @MV-GH in [ #1613 ] ( https://github.com/LemmyNet/jerboa/pull/1613 )
15
+ - Bettering torrent support. by @dessalines in [ #1612 ] ( https://github.com/LemmyNet/jerboa/pull/1612 )
16
+ - Fix dialog for switching keyboards/languages by @MV-GH in [ #1611 ] ( https://github.com/LemmyNet/jerboa/pull/1611 )
17
+ - Adding renovate automerge. by @dessalines in [ #1606 ] ( https://github.com/LemmyNet/jerboa/pull/1606 )
6
18
7
- ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.70 ...0.0.71
19
+ ** Full Changelog** : https://github.com/LemmyNet/jerboa/compare/0.0.71 ...0.0.72
8
20
9
21
<!-- generated by git-cliff -->
You can’t perform that action at this time.
0 commit comments