Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 7, 2025
1 parent 37419f0 commit e0aa133
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 10 deletions.
15 changes: 13 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,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)
- Support for CTRL&ALT modified keyboards. ENMessagEaseSymbolsModified. by @W-Bosman in [#1220](https://github.com/dessalines/thumb-key/pull/1220)

## 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

## What's Changed in 4.0.12

- Adding fastlane generation. by @dessalines in [#1219](https://github.com/dessalines/thumb-key/pull/1219)
Expand Down Expand Up @@ -461,11 +472,11 @@
- Make cursor movement detection index-based (fixes #881) by @glm4610 in [#917](https://github.com/dessalines/thumb-key/pull/917)
- Fix #304 (take two): In Utils.autoCapitalizeCheck, use input type of current editor by @mpsijm in [#909](https://github.com/dessalines/thumb-key/pull/909)
- Fixing donation line. by @dessalines in [#906](https://github.com/dessalines/thumb-key/pull/906)
- Add QBased a qwerty based keyboard by @WrenIsWitty in [#905](https://github.com/dessalines/thumb-key/pull/905)
- Add QBased a qwerty based keyboard by @ScaredWhitless in [#905](https://github.com/dessalines/thumb-key/pull/905)

## New Contributors

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

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.7...3.1.8

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 = 130
versionName = "4.0.12"
versionCode = 131
versionName = "4.0.13"

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

- 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)
- 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)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.11...4.0.12
## 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

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

- 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)

## 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

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

0 comments on commit e0aa133

Please sign in to comment.