Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Aug 9, 2024
1 parent 629bb38 commit 79f2b9a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Thumb-Key 3.4.0 (2024-08-09)

## What's Changed in 3.4.0

- #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)

## What's Changed in 3.3.6

- Upping version. by @dessalines
- Fix european keyboard name. by @dessalines
- Add layout: English MessagEase two-hands symbols by @mpsijm in [#1002](https://github.com/dessalines/thumb-key/pull/1002)
- ESThumbKey.kt exclamation and question mark by @ZePotente in [#1001](https://github.com/dessalines/thumb-key/pull/1001)
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 100
versionName "3.3.6"
versionCode 101
versionName "3.4.0"

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

## What's Changed in 3.3.6
## What's Changed in 3.4.0

- Fix european keyboard name. by @dessalines
- Add layout: English MessagEase two-hands symbols by @mpsijm in [#1002](https://github.com/dessalines/thumb-key/pull/1002)
- ESThumbKey.kt exclamation and question mark by @ZePotente in [#1001](https://github.com/dessalines/thumb-key/pull/1001)
- #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

- @ZePotente made their first contribution in [#1001](https://github.com/dessalines/thumb-key/pull/1001)
- @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.5...3.3.6
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.3.6...3.4.0

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

0 comments on commit 79f2b9a

Please sign in to comment.