Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jul 26, 2024
1 parent b5e5ec4 commit 10b77b5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Thumb-Key 3.3.4 (2024-07-26)

## What's Changed in 3.3.4

- Adding DE + EN + AE keyboard. by @dessalines in [#991](https://github.com/dessalines/thumb-key/pull/991)
- Adding screen transitions. by @dessalines in [#990](https://github.com/dessalines/thumb-key/pull/990)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.3.3...3.3.4

# Thumb-Key 3.3.3 (2024-07-20)

## What's Changed in 3.3.3

- Upping version. by @dessalines
- Farsi/Persian for Samsung devices by @Tirbod in [#984](https://github.com/dessalines/thumb-key/pull/984)
- Merge hiragana and katakana by @K0baU in [#985](https://github.com/dessalines/thumb-key/pull/985)
- Farsi/Persian Spacebar Multi-taps by @Tirbod in [#983](https://github.com/dessalines/thumb-key/pull/983)
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 97
versionName "3.3.3"
versionCode 98
versionName "3.3.4"

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

## What's Changed in 3.3.3
## What's Changed in 3.3.4

- Farsi/Persian for Samsung devices by @Tirbod in [#984](https://github.com/dessalines/thumb-key/pull/984)
- Merge hiragana and katakana by @K0baU in [#985](https://github.com/dessalines/thumb-key/pull/985)
- Farsi/Persian Spacebar Multi-taps by @Tirbod in [#983](https://github.com/dessalines/thumb-key/pull/983)
- Adding DE + EN + AE keyboard. by @dessalines in [#991](https://github.com/dessalines/thumb-key/pull/991)
- Adding screen transitions. by @dessalines in [#990](https://github.com/dessalines/thumb-key/pull/990)

## New Contributors

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

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.3.2...3.3.3
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.3.3...3.3.4

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

0 comments on commit 10b77b5

Please sign in to comment.