Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 5, 2024
1 parent 5875402 commit 2c6790e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Jerboa 0.0.73 (2024-09-05)

## What's Changed in 0.0.73

- Fixes wrong height Navigation bar when descriptions where hidden. by @MV-GH in [#1650](https://github.com/LemmyNet/jerboa/pull/1650)
- Fixes mostly systembars colors not matching with application by @MV-GH in [#1651](https://github.com/LemmyNet/jerboa/pull/1651)

**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.72...0.0.73

# Jerboa 0.0.72 (2024-09-02)

## What's Changed in 0.0.72

- Upping version. by @dessalines
- Upgrading compose-bom to 2024.08 by @dessalines in [#1646](https://github.com/LemmyNet/jerboa/pull/1646)
- Temp fix for incorrect coil image sizing. by @dessalines in [#1647](https://github.com/LemmyNet/jerboa/pull/1647)
- Adding edge to edge support by @dessalines in [#1607](https://github.com/LemmyNet/jerboa/pull/1607)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
namespace = "com.jerboa"
minSdk = 26
targetSdk = 34
versionCode = 72
versionName = "0.0.72"
versionCode = 73
versionName = "0.0.73"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
21 changes: 5 additions & 16 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
# Jerboa 0.0.72 (2024-09-02)
# Jerboa 0.0.73 (2024-09-05)

## What's Changed in 0.0.72
## What's Changed in 0.0.73

- Upgrading compose-bom to 2024.08 by @dessalines in [#1646](https://github.com/LemmyNet/jerboa/pull/1646)
- Temp fix for incorrect coil image sizing. by @dessalines in [#1647](https://github.com/LemmyNet/jerboa/pull/1647)
- Adding edge to edge support by @dessalines in [#1607](https://github.com/LemmyNet/jerboa/pull/1607)
- Showing scores in post listing like they were before. by @dessalines in [#1641](https://github.com/LemmyNet/jerboa/pull/1641)
- Make sup/subscript more strict by @MV-GH in [#1632](https://github.com/LemmyNet/jerboa/pull/1632)
- Move time ago and score to a flowrow layout by @dessalines in [#1615](https://github.com/LemmyNet/jerboa/pull/1615)
- Some material 3 cleanups. by @dessalines in [#1614](https://github.com/LemmyNet/jerboa/pull/1614)
- Adding a few resources. by @dessalines in [#1617](https://github.com/LemmyNet/jerboa/pull/1617)
- Adding post divider back. by @dessalines in [#1616](https://github.com/LemmyNet/jerboa/pull/1616)
- Deduplicate posts in the feed by @MV-GH in [#1613](https://github.com/LemmyNet/jerboa/pull/1613)
- Bettering torrent support. by @dessalines in [#1612](https://github.com/LemmyNet/jerboa/pull/1612)
- Fix dialog for switching keyboards/languages by @MV-GH in [#1611](https://github.com/LemmyNet/jerboa/pull/1611)
- Adding renovate automerge. by @dessalines in [#1606](https://github.com/LemmyNet/jerboa/pull/1606)
- Fixes wrong height Navigation bar when descriptions where hidden. by @MV-GH in [#1650](https://github.com/LemmyNet/jerboa/pull/1650)
- Fixes mostly systembars colors not matching with application by @MV-GH in [#1651](https://github.com/LemmyNet/jerboa/pull/1651)

**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.71...0.0.72
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.72...0.0.73

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

0 comments on commit 2c6790e

Please sign in to comment.