Skip to content

Commit 877b5ae

Browse files
committed
Upping version.
1 parent 4601d34 commit 877b5ae

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

RELEASES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## What's Changed in 4.0.15
2+
3+
- Layout portuguese dvorak wide by @lyluqo in [#1234](https://github.com/dessalines/thumb-key/pull/1234)
4+
- Add Tab, Esc in dvorak-wide by @lyluqo in [#1232](https://github.com/dessalines/thumb-key/pull/1232)
5+
- Add Breton French compose keyboard by @zeecho in [#1231](https://github.com/dessalines/thumb-key/pull/1231)
6+
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.14...4.0.15
8+
19
## What's Changed in 4.0.14
210

311
- Update NumericWide ° \* # by @lyluqo in [#1227](https://github.com/dessalines/thumb-key/pull/1227)

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.dessalines.thumbkey"
1414
minSdk = 21
1515
targetSdk = 35
16-
versionCode = 132
17-
versionName = "4.0.14"
16+
versionCode = 133
17+
versionName = "4.0.15"
1818

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

app/src/main/assets/RELEASES.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## What's Changed in 4.0.14
1+
## What's Changed in 4.0.15
22

3-
- Update NumericWide ° \* # by @lyluqo in [#1227](https://github.com/dessalines/thumb-key/pull/1227)
4-
- Fix swipe types of NumericWide by @lyluqo in [#1226](https://github.com/dessalines/thumb-key/pull/1226)
5-
- Fix dvorak compose ´ by @lyluqo in [#1225](https://github.com/dessalines/thumb-key/pull/1225)
3+
- Layout portuguese dvorak wide by @lyluqo in [#1234](https://github.com/dessalines/thumb-key/pull/1234)
4+
- Add Tab, Esc in dvorak-wide by @lyluqo in [#1232](https://github.com/dessalines/thumb-key/pull/1232)
5+
- Add Breton French compose keyboard by @zeecho in [#1231](https://github.com/dessalines/thumb-key/pull/1231)
66

7-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.13...4.0.14
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.14...4.0.15
88

99
<!-- generated by git-cliff -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## What's Changed in 4.0.15
2+
3+
- Layout portuguese dvorak wide by @lyluqo in [#1234](https://github.com/dessalines/thumb-key/pull/1234)
4+
- Add Tab, Esc in dvorak-wide by @lyluqo in [#1232](https://github.com/dessalines/thumb-key/pull/1232)
5+
- Add Breton French compose keyboard by @zeecho in [#1231](https://github.com/dessalines/thumb-key/pull/1231)
6+
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.14...4.0.15
8+
9+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)