diff --git a/RELEASES.md b/RELEASES.md index 2507f1ef6..c0764535e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,16 @@ +# Jerboa 0.0.60 (2024-02-23) + +## What's Changed in 0.0.60 + +- Adding additional vote display modes by @dessalines in [#1378](https://github.com/dessalines/jerboa/pull/1378) +- Show full error on post creation failing by @MV-GH in [#1396](https://github.com/dessalines/jerboa/pull/1396) +- Adding mod ability to distinguish comment. by @dessalines in [#1381](https://github.com/dessalines/jerboa/pull/1381) +- Delaying marquee for 4 seconds. #1390 by @dessalines in [#1391](https://github.com/dessalines/jerboa/pull/1391) +- Fix sizing by not using multipliers. Fixes #1385 by @dessalines in [#1386](https://github.com/dessalines/jerboa/pull/1386) +- Bump deps + Update baselines profiles by @MV-GH in [#1389](https://github.com/dessalines/jerboa/pull/1389) +- Adding legal / privacy policy info. by @dessalines in [#1382](https://github.com/dessalines/jerboa/pull/1382) +- Upgrading git-cliff init. by @dessalines in [#1387](https://github.com/dessalines/jerboa/pull/1387) + # Jerboa 0.0.59 (2024-02-15) ## What's Changed diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0797c6dd8..32583d931 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -20,8 +20,8 @@ android { namespace = "com.jerboa" minSdk = 26 targetSdk = 34 - versionCode = 59 - versionName = "0.0.59" + versionCode = 60 + versionName = "0.0.60" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index f027af776..08dfb14c9 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,24 +1,14 @@ -# Jerboa 0.0.59 (2024-02-15) +# Jerboa 0.0.60 (2024-02-23) -## What's Changed +## What's Changed in 0.0.60 -- Adding lintVitalRelease to CI by @dessalines in #1383 -- Adding ability to ban users from profile pages. by @dessalines in #1380 -- Fixing view votes crash. Fixes #1357 by @dessalines in #1379 -- Add report queue by @dessalines in #1360 -- Upgrading deps. by @dessalines in #1377 -- Adding asset to git. by @dessalines in #1376 -- Remove twizmwazin from codeowners. by @dessalines in #1375 -- Using muted federated names. by @dessalines in #1368 -- Adding registration applications queue. by @dessalines in #1339 -- Fix error not being displayed on post creation failing by @MV-GH in #1374 -- Dont show metadata title if it matches the post title. by @dessalines in #1370 -- Dont show comment content when its deleted or removed. by @dessalines in #1371 -- Switch blurNSFW and postActionBarMode to use enums. by @dessalines in #1369 -- Fixing comment bottom margin. Fixes #1365 by @dessalines in #1367 -- Remove material1 LocalContentColor. by @dessalines in #1366 -- Adding a locally generated changelog. by @dessalines in #1355 -- Adding dependenciesInfo for f-droid builds. Fixes #1353 by @dessalines in #1354 -- Adding release notes. by @dessalines +- Adding additional vote display modes by @dessalines in [#1378](https://github.com/dessalines/jerboa/pull/1378) +- Show full error on post creation failing by @MV-GH in [#1396](https://github.com/dessalines/jerboa/pull/1396) +- Adding mod ability to distinguish comment. by @dessalines in [#1381](https://github.com/dessalines/jerboa/pull/1381) +- Delaying marquee for 4 seconds. #1390 by @dessalines in [#1391](https://github.com/dessalines/jerboa/pull/1391) +- Fix sizing by not using multipliers. Fixes #1385 by @dessalines in [#1386](https://github.com/dessalines/jerboa/pull/1386) +- Bump deps + Update baselines profiles by @MV-GH in [#1389](https://github.com/dessalines/jerboa/pull/1389) +- Adding legal / privacy policy info. by @dessalines in [#1382](https://github.com/dessalines/jerboa/pull/1382) +- Upgrading git-cliff init. by @dessalines in [#1387](https://github.com/dessalines/jerboa/pull/1387)