Skip to content

Commit a7faf6e

Browse files
committed
Upping version.
1 parent c00899e commit a7faf6e

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## What's Changed in 5.1.2
2+
3+
- Fixing gradle.properties nonFinalResIds by @dessalines
4+
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.1...5.1.2
6+
17
## What's Changed in 5.1.1
28

39
- Add keyboard position padding for horizontal positioning by @jiquiame in [#1753](https://github.com/dessalines/thumb-key/pull/1753)

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 = 171
25-
versionName = "5.1.1"
24+
versionCode = 172
25+
versionName = "5.1.2"
2626

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

app/src/main/assets/RELEASES.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
## What's Changed in 5.1.1
1+
## What's Changed in 5.1.2
22

3-
- Add keyboard position padding for horizontal positioning by @jiquiame in [#1753](https://github.com/dessalines/thumb-key/pull/1753)
4-
- fix debug app name override by translations by @Toldry in [#1758](https://github.com/dessalines/thumb-key/pull/1758)
5-
- Adding swipe return gesture on select all key to select current line. by @dessalines in [#1757](https://github.com/dessalines/thumb-key/pull/1757)
6-
- Frappefluide: fix nbspaces for french quotes by @jiquiame in [#1756](https://github.com/dessalines/thumb-key/pull/1756)
7-
- Add action to select current line by @jiquiame in [#1752](https://github.com/dessalines/thumb-key/pull/1752)
8-
- Fix crash when using ToggleCtrlMode/ToggleAltMode when not defined by @emallery in [#1745](https://github.com/dessalines/thumb-key/pull/1745)
3+
- Fixing gradle.properties nonFinalResIds by @dessalines
94

10-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.0...5.1.1
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.1...5.1.2
116

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

0 commit comments

Comments
 (0)