mirror of
https://github.com/dessalines/thumb-key.git
synced 2025-01-06 05:13:48 +03:00
Upping version.
This commit is contained in:
parent
12a69f88c6
commit
36c436d462
13
RELEASES.md
13
RELEASES.md
@ -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)
|
||||
|
@ -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 {
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user