Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Aug 6, 2024
1 parent 5672c63 commit 5325033
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.3.6 (2024-08-06)

## What's Changed in 3.3.6

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

## New Contributors

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

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

# Thumb-Key 3.3.5 (2024-08-02)

## What's Changed in 3.3.5

- Upping version. by @dessalines
- European Thumb-Key layout by @marekjm in [#998](https://github.com/dessalines/thumb-key/pull/998)
- Adding simplified slovak layout, slovak thumbkey v3. by @dessalines in [#996](https://github.com/dessalines/thumb-key/pull/996)
- Adding renovate automerge. by @dessalines
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 99
versionName "3.3.5"
versionCode 100
versionName "3.3.6"

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.5 (2024-08-02)
# Thumb-Key 3.3.6 (2024-08-06)

## What's Changed in 3.3.5
## What's Changed in 3.3.6

- European Thumb-Key layout by @marekjm in [#998](https://github.com/dessalines/thumb-key/pull/998)
- Adding simplified slovak layout, slovak thumbkey v3. by @dessalines in [#996](https://github.com/dessalines/thumb-key/pull/996)
- Adding renovate automerge. 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)

## New Contributors

- @marekjm made their first contribution in [#998](https://github.com/dessalines/thumb-key/pull/998)
- @ZePotente made their first contribution in [#1001](https://github.com/dessalines/thumb-key/pull/1001)

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

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

0 comments on commit 5325033

Please sign in to comment.