Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Apr 9, 2024
1 parent 6562f38 commit a088d84
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 20 deletions.
29 changes: 20 additions & 9 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Jerboa 0.0.66 (2024-04-09)

## What's Changed in 0.0.66

- Bump deps by @MV-GH in [#1475](https://github.com/LemmyNet/jerboa/pull/1475)
- Fix Saved comments footer empty space doesn't open post by @MV-GH in [#1472](https://github.com/LemmyNet/jerboa/pull/1472)
- Fix Saved comments header does nothing by @MV-GH in [#1473](https://github.com/LemmyNet/jerboa/pull/1473)
- Add tr locales by @mikropsoft in [#1477](https://github.com/LemmyNet/jerboa/pull/1477)
- Moving to new LemmyNet repo. by @dessalines in [#1470](https://github.com/LemmyNet/jerboa/pull/1470)
- Removing cardano, this was never used. by @dessalines in [#1467](https://github.com/LemmyNet/jerboa/pull/1467)

## New Contributors

- @mikropsoft made their first contribution in [#1477](https://github.com/LemmyNet/jerboa/pull/1477)

**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.65...0.0.66

# Jerboa 0.0.65 (2024-04-02)

## What's Changed in 0.0.65

- Upping version. by @dessalines
- Fixing a few other top app bar title sizes. by @dessalines in [#1466](https://github.com/LemmyNet/jerboa/pull/1466)
- Rework fontsize, better defaults by @MV-GH in [#1452](https://github.com/LemmyNet/jerboa/pull/1452)
- Upgrading deps. by @dessalines in [#1464](https://github.com/LemmyNet/jerboa/pull/1464)
Expand Down Expand Up @@ -361,13 +379,6 @@
- Upping version. by @dessalines
- Fix appbar rework by @MV-GH in [#1160](https://github.com/LemmyNet/jerboa/pull/1160)
- Adding release notes. by @dessalines

**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.43...0.0.44

# Jerboa 0.0.43 (2023-08-08)

## What's Changed in 0.0.43

- Upping version. by @dessalines
- Post actionbar design rework and options for it. by @MV-GH in [#1155](https://github.com/LemmyNet/jerboa/pull/1155)
- Increase the zoom capability of the imageviewer by @MV-GH in [#1159](https://github.com/LemmyNet/jerboa/pull/1159)
Expand All @@ -384,7 +395,7 @@
- Small changes by @MV-GH in [#1133](https://github.com/LemmyNet/jerboa/pull/1133)
- Adding release notes. by @dessalines

**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.42...0.0.43
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.42...0.0.44

# Jerboa 0.0.42 (2023-08-03)

Expand Down Expand Up @@ -880,7 +891,7 @@
- Collapse comments by @dessalines in [#419](https://github.com/LemmyNet/jerboa/pull/419)
- Collapse comments by tapping directly on the comment body by @dessalines in [#398](https://github.com/LemmyNet/jerboa/pull/398)
- Fix dropdowns on Account Settings-screen not working by @oscarnylander in [#387](https://github.com/LemmyNet/jerboa/pull/387)
- Added Black and System Black theme modes, fixes https://github.com/LemmyNet/jerboa/issues/376 by @dessalines in [#393](https://github.com/LemmyNet/jerboa/pull/393)
- Added Black and System Black theme modes, fixes https://github.com/dessalines/jerboa/issues/376 by @dessalines in [#393](https://github.com/LemmyNet/jerboa/pull/393)
- Fixing lint. by @dessalines
- Save listing and sort type-preferences in app DB by @dessalines in [#407](https://github.com/LemmyNet/jerboa/pull/407)
- Ktlint 2 by @dessalines in [#409](https://github.com/LemmyNet/jerboa/pull/409)
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 = 65
versionName = "0.0.65"
versionCode = 66
versionName = "0.0.66"

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

## What's Changed in 0.0.65
## What's Changed in 0.0.66

- Fixing a few other top app bar title sizes. by @dessalines in [#1466](https://github.com/LemmyNet/jerboa/pull/1466)
- Rework fontsize, better defaults by @MV-GH in [#1452](https://github.com/LemmyNet/jerboa/pull/1452)
- Upgrading deps. by @dessalines in [#1464](https://github.com/LemmyNet/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/LemmyNet/jerboa/pull/1463)
- Prevents posts from reloading when changing the comments sorting by @rodrigo-fm in [#1462](https://github.com/LemmyNet/jerboa/pull/1462)
- Bump deps by @MV-GH in [#1475](https://github.com/LemmyNet/jerboa/pull/1475)
- Fix Saved comments footer empty space doesn't open post by @MV-GH in [#1472](https://github.com/LemmyNet/jerboa/pull/1472)
- Fix Saved comments header does nothing by @MV-GH in [#1473](https://github.com/LemmyNet/jerboa/pull/1473)
- Add tr locales by @mikropsoft in [#1477](https://github.com/LemmyNet/jerboa/pull/1477)
- Moving to new LemmyNet repo. by @dessalines in [#1470](https://github.com/LemmyNet/jerboa/pull/1470)
- Removing cardano, this was never used. by @dessalines in [#1467](https://github.com/LemmyNet/jerboa/pull/1467)

## New Contributors

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

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

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

0 comments on commit a088d84

Please sign in to comment.