Skip to content

Commit 7969f64

Browse files
committed
Upping version.
1 parent 98bb92a commit 7969f64

File tree

3 files changed

+33
-10
lines changed

3 files changed

+33
-10
lines changed

RELEASES.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1+
# Thumb-Key 3.2.2 (2024-06-04)
2+
3+
## What's Changed in 3.2.2
4+
5+
- Force LTR KeyboardScreen by @pxeemo in [#940](https://github.com/dessalines/thumb-key/pull/940)
6+
- add DEThumbkeySymbols by @Ingegneus in [#939](https://github.com/dessalines/thumb-key/pull/939)
7+
- Add letter K to "Italiano type-split" keyboard by @DvCCC66 in [#938](https://github.com/dessalines/thumb-key/pull/938)
8+
- Fix "latest version" links in issue forms by @StevenH237 in [#936](https://github.com/dessalines/thumb-key/pull/936)
9+
10+
## New Contributors
11+
12+
- @Ingegneus made their first contribution in [#939](https://github.com/dessalines/thumb-key/pull/939)
13+
- @DvCCC66 made their first contribution in [#938](https://github.com/dessalines/thumb-key/pull/938)
14+
- @StevenH237 made their first contribution in [#936](https://github.com/dessalines/thumb-key/pull/936)
15+
16+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.1...3.2.2
17+
118
# Thumb-Key 3.2.1 (2024-06-01)
219

320
## What's Changed in 3.2.1
421

22+
- Upping version. by @dessalines
523
- Adding a few more compose-boms. by @dessalines in [#934](https://github.com/dessalines/thumb-key/pull/934)
624
- Update dependency gradle to v8.8 by @renovate[bot] in [#933](https://github.com/dessalines/thumb-key/pull/933)
725
- Fix errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#932](https://github.com/dessalines/thumb-key/pull/932)

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.dessalines.thumbkey"
1414
minSdk 21
1515
targetSdkVersion 34
16-
versionCode 88
17-
versionName "3.2.1"
16+
versionCode 89
17+
versionName "3.2.2"
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {

app/src/main/assets/RELEASES.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
# Thumb-Key 3.2.1 (2024-06-01)
1+
# Thumb-Key 3.2.2 (2024-06-04)
22

3-
## What's Changed in 3.2.1
3+
## What's Changed in 3.2.2
44

5-
- Adding a few more compose-boms. by @dessalines in [#934](https://github.com/dessalines/thumb-key/pull/934)
6-
- Update dependency gradle to v8.8 by @renovate[bot] in [#933](https://github.com/dessalines/thumb-key/pull/933)
7-
- Fix errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#932](https://github.com/dessalines/thumb-key/pull/932)
8-
- Update dependency androidx.appcompat:appcompat to v1.7.0 - autoclosed by @renovate[bot] in [#931](https://github.com/dessalines/thumb-key/pull/931)
9-
- Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.1 by @renovate[bot] in [#930](https://github.com/dessalines/thumb-key/pull/930)
5+
- Force LTR KeyboardScreen by @pxeemo in [#940](https://github.com/dessalines/thumb-key/pull/940)
6+
- add DEThumbkeySymbols by @Ingegneus in [#939](https://github.com/dessalines/thumb-key/pull/939)
7+
- Add letter K to "Italiano type-split" keyboard by @DvCCC66 in [#938](https://github.com/dessalines/thumb-key/pull/938)
8+
- Fix "latest version" links in issue forms by @StevenH237 in [#936](https://github.com/dessalines/thumb-key/pull/936)
109

11-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.0...3.2.1
10+
## New Contributors
11+
12+
- @Ingegneus made their first contribution in [#939](https://github.com/dessalines/thumb-key/pull/939)
13+
- @DvCCC66 made their first contribution in [#938](https://github.com/dessalines/thumb-key/pull/938)
14+
- @StevenH237 made their first contribution in [#936](https://github.com/dessalines/thumb-key/pull/936)
15+
16+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.1...3.2.2
1217

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

0 commit comments

Comments
 (0)