Skip to content

Commit 9de61c9

Browse files
committed
Upping version.
1 parent 9c35cab commit 9de61c9

3 files changed

Lines changed: 30 additions & 14 deletions

File tree

RELEASES.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## What's Changed in 5.1.4
2+
3+
- Add private clipboard option by @jiquiame in [#1762](https://github.com/dessalines/thumb-key/pull/1762)
4+
- Spellcheck locale fix by @markokocic in [#1774](https://github.com/dessalines/thumb-key/pull/1774)
5+
- frappefluide: add k and 2 3 as super/subscripts to numeric layer by @jiquiame in [#1803](https://github.com/dessalines/thumb-key/pull/1803)
6+
- Macron compose by @IFcoltransG in [#1785](https://github.com/dessalines/thumb-key/pull/1785)
7+
8+
## New Contributors
9+
10+
- @IFcoltransG made their first contribution in [#1785](https://github.com/dessalines/thumb-key/pull/1785)
11+
12+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.3...5.1.4
13+
114
## What's Changed in 5.1.3
215

316
- Removing non-final res ids. by @dessalines in [#1784](https://github.com/dessalines/thumb-key/pull/1784)
@@ -332,7 +345,7 @@
332345

333346
## What's Changed in 4.0.27
334347

335-
- Update Hyper's symbol layer with small changes by @luminespire in [#1340](https://github.com/dessalines/thumb-key/pull/1340)
348+
- Update Hyper's symbol layer with small changes by @va1orance in [#1340](https://github.com/dessalines/thumb-key/pull/1340)
336349
- feat: add owl-layout by @owl-from-hogvarts in [#1337](https://github.com/dessalines/thumb-key/pull/1337)
337350
- Translated using Weblate (Arabic) by @weblate
338351
- Translated using Weblate (Polish) by @weblate
@@ -394,7 +407,7 @@
394407

395408
## What's Changed in 4.0.23
396409

397-
- Update Hyper symbol layer and punctuation by @luminespire in [#1293](https://github.com/dessalines/thumb-key/pull/1293)
410+
- Update Hyper symbol layer and punctuation by @va1orance in [#1293](https://github.com/dessalines/thumb-key/pull/1293)
398411
- Update old br-fr keyboards and create a new BRFRThumbKeyV3 by @zeecho in [#1290](https://github.com/dessalines/thumb-key/pull/1290)
399412
- Draft: use minSwipeLength setting for DragReturn and Circular detection by @stfstf123 in [#1244](https://github.com/dessalines/thumb-key/pull/1244)
400413

@@ -424,19 +437,19 @@
424437

425438
- Slight tweaks to en typesplit programming layout by @bklaase in [#1274](https://github.com/dessalines/thumb-key/pull/1274)
426439
- add English Typesplit layout, optimized for programming by @bklaase in [#1272](https://github.com/dessalines/thumb-key/pull/1272)
427-
- add hyper space and minor fixes to hyper by @luminespire in [#1268](https://github.com/dessalines/thumb-key/pull/1268)
440+
- add hyper space and minor fixes to hyper by @va1orance in [#1268](https://github.com/dessalines/thumb-key/pull/1268)
428441
- Add layout with words and common symbols by @jm355 in [#1262](https://github.com/dessalines/thumb-key/pull/1262)
429442
- Update README.md to include other voice input option (transcribro) by @jm355 in [#1263](https://github.com/dessalines/thumb-key/pull/1263)
430443

431444
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.19...4.0.20
432445

433446
## What's Changed in 4.0.19
434447

435-
- add hyper layout by @luminespire in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
448+
- add hyper layout by @va1orance in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
436449

437450
## New Contributors
438451

439-
- @luminespire made their first contribution in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
452+
- @va1orance made their first contribution in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
440453

441454
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.18...4.0.19
442455

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId = "com.dessalines.thumbkey"
2222
minSdk = 24
2323
targetSdk = 36
24-
versionCode = 173
25-
versionName = "5.1.3"
24+
versionCode = 174
25+
versionName = "5.1.4"
2626

2727
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables {

app/src/main/assets/RELEASES.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## What's Changed in 5.1.3
1+
## What's Changed in 5.1.4
22

3-
- Removing non-final res ids. by @dessalines in [#1784](https://github.com/dessalines/thumb-key/pull/1784)
4-
- fix katakana->hiragana by @K0baU in [#1781](https://github.com/dessalines/thumb-key/pull/1781)
5-
- fix long press haptics by @Toldry in [#1779](https://github.com/dessalines/thumb-key/pull/1779)
6-
- Fix crash when select line from first character of text field by @jiquiame in [#1763](https://github.com/dessalines/thumb-key/pull/1763)
7-
- fix clipboard history settings back not working by @Toldry in [#1761](https://github.com/dessalines/thumb-key/pull/1761)
3+
- Add private clipboard option by @jiquiame in [#1762](https://github.com/dessalines/thumb-key/pull/1762)
4+
- Spellcheck locale fix by @markokocic in [#1774](https://github.com/dessalines/thumb-key/pull/1774)
5+
- frappefluide: add k and 2 3 as super/subscripts to numeric layer by @jiquiame in [#1803](https://github.com/dessalines/thumb-key/pull/1803)
6+
- Macron compose by @IFcoltransG in [#1785](https://github.com/dessalines/thumb-key/pull/1785)
87

9-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.2...5.1.3
8+
## New Contributors
9+
10+
- @IFcoltransG made their first contribution in [#1785](https://github.com/dessalines/thumb-key/pull/1785)
11+
12+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.3...5.1.4
1013

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

0 commit comments

Comments
 (0)