Skip to content

Commit 3147ba3

Browse files
committed
Upping version.
1 parent ad6cfa3 commit 3147ba3

3 files changed

Lines changed: 11 additions & 12 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.5
2+
3+
- Revert "Spellcheck locale fix" by @dessalines in [#1819](https://github.com/dessalines/thumb-key/pull/1819)
4+
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.4...5.1.5
6+
17
## What's Changed in 5.1.4
28

39
- Add private clipboard option by @jiquiame in [#1762](https://github.com/dessalines/thumb-key/pull/1762)

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 = 174
25-
versionName = "5.1.4"
24+
versionCode = 175
25+
versionName = "5.1.5"
2626

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

app/src/main/assets/RELEASES.md

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

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)
3+
- Revert "Spellcheck locale fix" by @dessalines in [#1819](https://github.com/dessalines/thumb-key/pull/1819)
74

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
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.4...5.1.5
136

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

0 commit comments

Comments
 (0)