Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 8, 2025
1 parent 09869a6 commit 6a7b24d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## What's Changed in 4.0.14

- Update NumericWide ° \* # by @lyluqo in [#1227](https://github.com/dessalines/thumb-key/pull/1227)
- Fix swipe types of NumericWide by @lyluqo in [#1226](https://github.com/dessalines/thumb-key/pull/1226)
- Fix dvorak compose ´ by @lyluqo in [#1225](https://github.com/dessalines/thumb-key/pull/1225)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.13...4.0.14

## What's Changed in 4.0.13

- Adding Arabic levant thumbkey keyboard. by @dessalines in [#1224](https://github.com/dessalines/thumb-key/pull/1224)
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 = 131
versionName = "4.0.13"
versionCode = 132
versionName = "4.0.14"

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

- Adding Arabic levant thumbkey keyboard. by @dessalines in [#1224](https://github.com/dessalines/thumb-key/pull/1224)
- Support for CTRL&ALT modified keyboards. ENMessagEaseSymbolsModified. by @W-Bosman in [#1220](https://github.com/dessalines/thumb-key/pull/1220)
- Update NumericWide ° \* # by @lyluqo in [#1227](https://github.com/dessalines/thumb-key/pull/1227)
- Fix swipe types of NumericWide by @lyluqo in [#1226](https://github.com/dessalines/thumb-key/pull/1226)
- Fix dvorak compose ´ by @lyluqo in [#1225](https://github.com/dessalines/thumb-key/pull/1225)

## New Contributors

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

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

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

- Update NumericWide ° \* # by @lyluqo in [#1227](https://github.com/dessalines/thumb-key/pull/1227)
- Fix swipe types of NumericWide by @lyluqo in [#1226](https://github.com/dessalines/thumb-key/pull/1226)
- Fix dvorak compose ´ by @lyluqo in [#1225](https://github.com/dessalines/thumb-key/pull/1225)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.13...4.0.14

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

0 comments on commit 6a7b24d

Please sign in to comment.