Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Aug 27, 2024
1 parent 5458d36 commit 97032cb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Thumb-Key 3.4.3 (2024-08-27)

## What's Changed in 3.4.3

- Added üÜ and ßẞ to DEMessagEaseNordic.kt, shifted ßẞ correctly in german keyboards by @MarvinBaral in [#1028](https://github.com/dessalines/thumb-key/pull/1028)

## New Contributors

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

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

# Thumb-Key 3.4.2 (2024-08-26)

## What's Changed in 3.4.2

- Upping version. by @dessalines
- 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
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 103
versionName "3.4.2"
versionCode 104
versionName "3.4.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Thumb-Key 3.4.2 (2024-08-26)
# Thumb-Key 3.4.3 (2024-08-27)

## What's Changed in 3.4.2
## What's Changed in 3.4.3

- Show emoji key while in Shift mode in Programmer Wide layout by @kidhanis in [#1018](https://github.com/dessalines/thumb-key/pull/1018)
- Added üÜ and ßẞ to DEMessagEaseNordic.kt, shifted ßẞ correctly in german keyboards by @MarvinBaral in [#1028](https://github.com/dessalines/thumb-key/pull/1028)

## New Contributors

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

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

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

0 comments on commit 97032cb

Please sign in to comment.