Skip to content

Commit 2c6790e

Browse files
committed
Upping version.
1 parent 5875402 commit 2c6790e

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

RELEASES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
# Jerboa 0.0.73 (2024-09-05)
2+
3+
## What's Changed in 0.0.73
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)
7+
8+
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.72...0.0.73
9+
110
# Jerboa 0.0.72 (2024-09-02)
211

312
## What's Changed in 0.0.72
413

14+
- Upping version. by @dessalines
515
- Upgrading compose-bom to 2024.08 by @dessalines in [#1646](https://github.com/LemmyNet/jerboa/pull/1646)
616
- Temp fix for incorrect coil image sizing. by @dessalines in [#1647](https://github.com/LemmyNet/jerboa/pull/1647)
717
- Adding edge to edge support by @dessalines in [#1607](https://github.com/LemmyNet/jerboa/pull/1607)

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
namespace = "com.jerboa"
2525
minSdk = 26
2626
targetSdk = 34
27-
versionCode = 72
28-
versionName = "0.0.72"
27+
versionCode = 73
28+
versionName = "0.0.73"
2929

3030
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3131
vectorDrawables {

app/src/main/assets/RELEASES.md

+5-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
# Jerboa 0.0.72 (2024-09-02)
1+
# Jerboa 0.0.73 (2024-09-05)
22

3-
## What's Changed in 0.0.72
3+
## What's Changed in 0.0.73
44

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

19-
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.71...0.0.72
8+
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.72...0.0.73
209

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

0 commit comments

Comments
 (0)