Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Apr 2, 2024
1 parent 99aca78 commit 373d359
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 9 deletions.
17 changes: 17 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# Jerboa 0.0.65 (2024-04-02)

## What's Changed in 0.0.65

- Fixing a few other top app bar title sizes. by @dessalines in [#1466](https://github.com/dessalines/jerboa/pull/1466)
- Rework fontsize, better defaults by @MV-GH in [#1452](https://github.com/dessalines/jerboa/pull/1452)
- Upgrading deps. by @dessalines in [#1464](https://github.com/dessalines/jerboa/pull/1464)
- Fix email required error when saving user settings when no email set on email required instance by @MV-GH in [#1463](https://github.com/dessalines/jerboa/pull/1463)
- Prevents posts from reloading when changing the comments sorting by @rodrigo-fm in [#1462](https://github.com/dessalines/jerboa/pull/1462)

## New Contributors

- @rodrigo-fm made their first contribution in [#1462](https://github.com/dessalines/jerboa/pull/1462)

**Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.64...0.0.65

# Jerboa 0.0.64 (2024-03-27)

## What's Changed in 0.0.64

- Upping version. by @dessalines
- Fixing woodpecker. by @dessalines in [#1460](https://github.com/dessalines/jerboa/pull/1460)
- Moving to a new preferences library. by @dessalines in [#1451](https://github.com/dessalines/jerboa/pull/1451)
- Subscriptions list ignores case when sorting by @MV-GH in [#1457](https://github.com/dessalines/jerboa/pull/1457)
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 = 64
versionName = "0.0.64"
versionCode = 65
versionName = "0.0.65"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
19 changes: 12 additions & 7 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Jerboa 0.0.64 (2024-03-27)
# Jerboa 0.0.65 (2024-04-02)

## What's Changed in 0.0.64
## What's Changed in 0.0.65

- Fixing woodpecker. by @dessalines in [#1460](https://github.com/dessalines/jerboa/pull/1460)
- Moving to a new preferences library. by @dessalines in [#1451](https://github.com/dessalines/jerboa/pull/1451)
- Subscriptions list ignores case when sorting by @MV-GH in [#1457](https://github.com/dessalines/jerboa/pull/1457)
- Add community mods and admins to sidebars. Fixes #1343 by @dessalines in [#1450](https://github.com/dessalines/jerboa/pull/1450)
- Fixing a few other top app bar title sizes. by @dessalines in [#1466](https://github.com/dessalines/jerboa/pull/1466)
- Rework fontsize, better defaults by @MV-GH in [#1452](https://github.com/dessalines/jerboa/pull/1452)
- Upgrading deps. by @dessalines in [#1464](https://github.com/dessalines/jerboa/pull/1464)
- Fix email required error when saving user settings when no email set on email required instance by @MV-GH in [#1463](https://github.com/dessalines/jerboa/pull/1463)
- Prevents posts from reloading when changing the comments sorting by @rodrigo-fm in [#1462](https://github.com/dessalines/jerboa/pull/1462)

**Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.63...0.0.64
## New Contributors

- @rodrigo-fm made their first contribution in [#1462](https://github.com/dessalines/jerboa/pull/1462)

**Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.64...0.0.65

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

0 comments on commit 373d359

Please sign in to comment.