Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 1, 2025
1 parent 4652ce5 commit 5866a72
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## What's Changed in 4.0.12

- Adding fastlane generation. by @dessalines in [#1219](https://github.com/dessalines/thumb-key/pull/1219)
- Using a center-aligned app bar. by @dessalines in [#1217](https://github.com/dessalines/thumb-key/pull/1217)
- Fixing icon dep. by @dessalines in [#1214](https://github.com/dessalines/thumb-key/pull/1214)
- Add Layout english dvorak wide compose by @lyluqo in [#1213](https://github.com/dessalines/thumb-key/pull/1213)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.11...4.0.12

## What's Changed in 4.0.11

- Moving undo/redo to bottom left and bottom right swipes. by @dessalines in [#1210](https://github.com/dessalines/thumb-key/pull/1210)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.dessalines.thumbkey"
minSdk = 21
targetSdk = 35
versionCode = 129
versionName = "4.0.11"
versionCode = 130
versionName = "4.0.12"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
15 changes: 6 additions & 9 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
## What's Changed in 4.0.11
## What's Changed in 4.0.12

- Moving undo/redo to bottom left and bottom right swipes. by @dessalines in [#1210](https://github.com/dessalines/thumb-key/pull/1210)
- Update NumericWide by @lyluqo in [#1211](https://github.com/dessalines/thumb-key/pull/1211)
- Add some missing keys on the shifted layout and ! on numeric ? swipeReturn by @Raghnarok in [#1207](https://github.com/dessalines/thumb-key/pull/1207)
- Adding fastlane generation. by @dessalines in [#1219](https://github.com/dessalines/thumb-key/pull/1219)
- Using a center-aligned app bar. by @dessalines in [#1217](https://github.com/dessalines/thumb-key/pull/1217)
- Fixing icon dep. by @dessalines in [#1214](https://github.com/dessalines/thumb-key/pull/1214)
- Add Layout english dvorak wide compose by @lyluqo in [#1213](https://github.com/dessalines/thumb-key/pull/1213)

## New Contributors

- @lyluqo made their first contribution in [#1211](https://github.com/dessalines/thumb-key/pull/1211)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.10...4.0.11
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.11...4.0.12

<!-- generated by git-cliff -->
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/130.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## What's Changed in 4.0.12

- Adding fastlane generation. by @dessalines in [#1219](https://github.com/dessalines/thumb-key/pull/1219)
- Using a center-aligned app bar. by @dessalines in [#1217](https://github.com/dessalines/thumb-key/pull/1217)
- Fixing icon dep. by @dessalines in [#1214](https://github.com/dessalines/thumb-key/pull/1214)
- Add Layout english dvorak wide compose by @lyluqo in [#1213](https://github.com/dessalines/thumb-key/pull/1213)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.11...4.0.12

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

0 comments on commit 5866a72

Please sign in to comment.