Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Nov 4, 2024
1 parent 51dcdf5 commit d55bb07
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
24 changes: 15 additions & 9 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
## What's Changed in 4.0.2
## What's Changed in 4.0.3

- Adds "english thumb-key programming expanded" layout by @Hate9 in [#1129](https://github.com/dessalines/thumb-key/pull/1129)
- Hindi layout 2 by @dessalines in [#1142](https://github.com/dessalines/thumb-key/pull/1142)
- Keep spacebar consistent when shifted by @harmtemolder in [#1141](https://github.com/dessalines/thumb-key/pull/1141)
- add english nederlands typesplit layout by @renboe in [#1139](https://github.com/dessalines/thumb-key/pull/1139)
- Switches number keys in expanded developer layout to all use secondary color by @Hate9 in [#1138](https://github.com/dessalines/thumb-key/pull/1138)
- Adding Hindi Layout. by @dessalines in [#1131](https://github.com/dessalines/thumb-key/pull/1131)

## New Contributors

- @Hate9 made their first contribution in [#1129](https://github.com/dessalines/thumb-key/pull/1129)
- @renboe made their first contribution in [#1139](https://github.com/dessalines/thumb-key/pull/1139)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.2...4.0.3

## What's Changed in 4.0.2

- Adds "english thumb-key programming expanded" layout by @Hate9 in [#1129](https://github.com/dessalines/thumb-key/pull/1129)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.1...4.0.2

Expand All @@ -29,10 +39,6 @@
- Re-add leading space before composed opening double quote by @shtrom in [#1108](https://github.com/dessalines/thumb-key/pull/1108)
- Tweak nederlands type-split by @harmtemolder in [#1107](https://github.com/dessalines/thumb-key/pull/1107)

## New Contributors

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

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.15...3.4.16

## What's Changed in 3.4.15
Expand Down Expand Up @@ -340,11 +346,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 @AWillfulMemory in [#905](https://github.com/dessalines/thumb-key/pull/905)
- Add QBased a qwerty based keyboard by @WrenIsWitty in [#905](https://github.com/dessalines/thumb-key/pull/905)

## New Contributors

- @AWillfulMemory made their first contribution in [#905](https://github.com/dessalines/thumb-key/pull/905)
- @WrenIsWitty 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 = 34
versionCode = 120
versionName = "4.0.2"
versionCode = 121
versionName = "4.0.3"

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

- Adds "english thumb-key programming expanded" layout by @Hate9 in [#1129](https://github.com/dessalines/thumb-key/pull/1129)
- Hindi layout 2 by @dessalines in [#1142](https://github.com/dessalines/thumb-key/pull/1142)
- Keep spacebar consistent when shifted by @harmtemolder in [#1141](https://github.com/dessalines/thumb-key/pull/1141)
- add english nederlands typesplit layout by @renboe in [#1139](https://github.com/dessalines/thumb-key/pull/1139)
- Switches number keys in expanded developer layout to all use secondary color by @Hate9 in [#1138](https://github.com/dessalines/thumb-key/pull/1138)
- Adding Hindi Layout. by @dessalines in [#1131](https://github.com/dessalines/thumb-key/pull/1131)

## New Contributors

- @Hate9 made their first contribution in [#1129](https://github.com/dessalines/thumb-key/pull/1129)
- @renboe made their first contribution in [#1139](https://github.com/dessalines/thumb-key/pull/1139)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.1...4.0.2
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.2...4.0.3

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

0 comments on commit d55bb07

Please sign in to comment.