diff --git a/RELEASES.md b/RELEASES.md index 07e2820a5..f31810069 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,16 @@ +# Jerboa 0.0.71 (2024-07-16) + +## What's Changed in 0.0.71 + +- Fix subscribed feed paging not working by @MV-GH in [#1597](https://github.com/LemmyNet/jerboa/pull/1597) + +**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.70...0.0.71 + # Jerboa 0.0.70 (2024-07-15) ## What's Changed in 0.0.70 +- Upping version. by @dessalines - Fixing build script. by @dessalines in [#1595](https://github.com/LemmyNet/jerboa/pull/1595) - Fix show back button when clicking on tagged user by @Tyoda in [#1579](https://github.com/LemmyNet/jerboa/pull/1579) - Fix multiple spoiler blocks displaying incorrectly (#1577) by @Tyoda in [#1578](https://github.com/LemmyNet/jerboa/pull/1578) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2100838bf..23b1836aa 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -21,8 +21,8 @@ android { namespace = "com.jerboa" minSdk = 26 targetSdk = 34 - versionCode = 70 - versionName = "0.0.70" + versionCode = 71 + versionName = "0.0.71" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 3bc5aa4fa..0e4931c6a 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,21 +1,9 @@ -# Jerboa 0.0.70 (2024-07-15) +# Jerboa 0.0.71 (2024-07-16) -## What's Changed in 0.0.70 +## What's Changed in 0.0.71 -- Fixing build script. by @dessalines in [#1595](https://github.com/LemmyNet/jerboa/pull/1595) -- Fix show back button when clicking on tagged user by @Tyoda in [#1579](https://github.com/LemmyNet/jerboa/pull/1579) -- Fix multiple spoiler blocks displaying incorrectly (#1577) by @Tyoda in [#1578](https://github.com/LemmyNet/jerboa/pull/1578) -- Bump compose bom by @MV-GH in [#1576](https://github.com/LemmyNet/jerboa/pull/1576) -- Update lemmy api to beta by @MV-GH in [#1573](https://github.com/LemmyNet/jerboa/pull/1573) -- update-tr-language by @mikropsoft in [#1575](https://github.com/LemmyNet/jerboa/pull/1575) -- Remove renovate bot from git cliff changelogs. by @dessalines in [#1563](https://github.com/LemmyNet/jerboa/pull/1563) -- Removing renovate schedule. by @dessalines in [#1555](https://github.com/LemmyNet/jerboa/pull/1555) -- Fix initial page_cursor by @MV-GH in [#1553](https://github.com/LemmyNet/jerboa/pull/1553) +- Fix subscribed feed paging not working by @MV-GH in [#1597](https://github.com/LemmyNet/jerboa/pull/1597) -## New Contributors - -- @Tyoda made their first contribution in [#1579](https://github.com/LemmyNet/jerboa/pull/1579) - -**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.69...0.0.70 +**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.70...0.0.71