diff --git a/RELEASES.md b/RELEASES.md index a5c57bb86..d958e89d7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 73cc69c9a..6c5235e45 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 7ccac8093..7a0c8f198 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -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