Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Feb 23, 2024
1 parent 61e384b commit d4c82aa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
30 changes: 10 additions & 20 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)

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

0 comments on commit d4c82aa

Please sign in to comment.