Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Aug 26, 2024
1 parent 6cb65a5 commit 88c3407
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
17 changes: 15 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Thumb-Key 3.4.2 (2024-08-26)

## What's Changed in 3.4.2

- Show emoji key while in Shift mode in Programmer Wide layout by @kidhanis in [#1018](https://github.com/dessalines/thumb-key/pull/1018)

## New Contributors

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

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.1...3.4.2

# Thumb-Key 3.4.1 (2024-08-15)

## What's Changed in 3.4.1

- Upping version. by @dessalines
- En/Ru MessagEasy Writer layouts by @Defrobe in [#1015](https://github.com/dessalines/thumb-key/pull/1015)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.0...3.4.1
Expand Down Expand Up @@ -222,11 +235,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 @APainfulMemory in [#905](https://github.com/dessalines/thumb-key/pull/905)
- Add QBased a qwerty based keyboard by @AWillfulMemory in [#905](https://github.com/dessalines/thumb-key/pull/905)

## New Contributors

- @APainfulMemory made their first contribution in [#905](https://github.com/dessalines/thumb-key/pull/905)
- @AWillfulMemory 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
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 102
versionName "3.4.1"
versionCode 103
versionName "3.4.2"

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,9 +1,13 @@
# Thumb-Key 3.4.1 (2024-08-15)
# Thumb-Key 3.4.2 (2024-08-26)

## What's Changed in 3.4.1
## What's Changed in 3.4.2

- En/Ru MessagEasy Writer layouts by @Defrobe in [#1015](https://github.com/dessalines/thumb-key/pull/1015)
- Show emoji key while in Shift mode in Programmer Wide layout by @kidhanis in [#1018](https://github.com/dessalines/thumb-key/pull/1018)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.0...3.4.1
## New Contributors

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

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.1...3.4.2

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

0 comments on commit 88c3407

Please sign in to comment.