Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jun 11, 2024
1 parent 12a69f8 commit 36c436d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 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.2.3 (2024-06-11)

## What's Changed in 3.2.3

- Update plugin com.android.application to v8.4.2 by @renovate[bot] in [#945](https://github.com/dessalines/thumb-key/pull/945)
- Update plugin com.android.library to v8.4.2 by @renovate[bot] in [#946](https://github.com/dessalines/thumb-key/pull/946)
- Hebrew: added shifted layer using final letters by @yehoshuapw in [#944](https://github.com/dessalines/thumb-key/pull/944)
- Update plugin com.google.devtools.ksp to v2.0.0-1.0.22 by @renovate[bot] in [#942](https://github.com/dessalines/thumb-key/pull/942)
- DEThumbKey keyboard: Fixes exclamation mark. by @sphh in [#941](https://github.com/dessalines/thumb-key/pull/941)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.2...3.2.3

# Thumb-Key 3.2.2 (2024-06-04)

## What's Changed in 3.2.2

- Upping version. by @dessalines
- Force LTR KeyboardScreen by @pxeemo in [#940](https://github.com/dessalines/thumb-key/pull/940)
- add DEThumbkeySymbols by @Ingegneus in [#939](https://github.com/dessalines/thumb-key/pull/939)
- Add letter K to "Italiano type-split" keyboard by @DvCCC66 in [#938](https://github.com/dessalines/thumb-key/pull/938)
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 89
versionName "3.2.2"
versionCode 90
versionName "3.2.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
21 changes: 8 additions & 13 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
# Thumb-Key 3.2.2 (2024-06-04)
# Thumb-Key 3.2.3 (2024-06-11)

## What's Changed in 3.2.2
## What's Changed in 3.2.3

- Force LTR KeyboardScreen by @pxeemo in [#940](https://github.com/dessalines/thumb-key/pull/940)
- add DEThumbkeySymbols by @Ingegneus in [#939](https://github.com/dessalines/thumb-key/pull/939)
- Add letter K to "Italiano type-split" keyboard by @DvCCC66 in [#938](https://github.com/dessalines/thumb-key/pull/938)
- Fix "latest version" links in issue forms by @StevenH237 in [#936](https://github.com/dessalines/thumb-key/pull/936)
- Update plugin com.android.application to v8.4.2 by @renovate[bot] in [#945](https://github.com/dessalines/thumb-key/pull/945)
- Update plugin com.android.library to v8.4.2 by @renovate[bot] in [#946](https://github.com/dessalines/thumb-key/pull/946)
- Hebrew: added shifted layer using final letters by @yehoshuapw in [#944](https://github.com/dessalines/thumb-key/pull/944)
- Update plugin com.google.devtools.ksp to v2.0.0-1.0.22 by @renovate[bot] in [#942](https://github.com/dessalines/thumb-key/pull/942)
- DEThumbKey keyboard: Fixes exclamation mark. by @sphh in [#941](https://github.com/dessalines/thumb-key/pull/941)

## New Contributors

- @Ingegneus made their first contribution in [#939](https://github.com/dessalines/thumb-key/pull/939)
- @DvCCC66 made their first contribution in [#938](https://github.com/dessalines/thumb-key/pull/938)
- @StevenH237 made their first contribution in [#936](https://github.com/dessalines/thumb-key/pull/936)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.1...3.2.2
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.2...3.2.3

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

0 comments on commit 36c436d

Please sign in to comment.