Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Aug 15, 2024
1 parent dc13f51 commit 08f1c8d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
13 changes: 9 additions & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Thumb-Key 3.4.1 (2024-08-15)

## What's Changed in 3.4.1

- 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

# Thumb-Key 3.4.0 (2024-08-09)

## What's Changed in 3.4.0

- Upping version. by @dessalines
- #702 Rewrite titles of layouts to `[languages] [base] [qualifiers] [version]` by @mpsijm in [#1007](https://github.com/dessalines/thumb-key/pull/1007)
- Create RUThumbKeyWriter.kt by @Defrobe in [#1005](https://github.com/dessalines/thumb-key/pull/1005)
- Swipe-and-return gesture to capitalize words on EN Writer layout by @Defrobe in [#1004](https://github.com/dessalines/thumb-key/pull/1004)

## New Contributors

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

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.3.6...3.4.0

# Thumb-Key 3.3.6 (2024-08-06)
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 101
versionName "3.4.0"
versionCode 102
versionName "3.4.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
14 changes: 4 additions & 10 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# Thumb-Key 3.4.0 (2024-08-09)
# Thumb-Key 3.4.1 (2024-08-15)

## What's Changed in 3.4.0
## What's Changed in 3.4.1

- #702 Rewrite titles of layouts to `[languages] [base] [qualifiers] [version]` by @mpsijm in [#1007](https://github.com/dessalines/thumb-key/pull/1007)
- Create RUThumbKeyWriter.kt by @Defrobe in [#1005](https://github.com/dessalines/thumb-key/pull/1005)
- Swipe-and-return gesture to capitalize words on EN Writer layout by @Defrobe in [#1004](https://github.com/dessalines/thumb-key/pull/1004)
- En/Ru MessagEasy Writer layouts by @Defrobe in [#1015](https://github.com/dessalines/thumb-key/pull/1015)

## New Contributors

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

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

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

0 comments on commit 08f1c8d

Please sign in to comment.