Skip to content

Commit b7a6ebb

Browse files
committed
Upping version
1 parent 34a1deb commit b7a6ebb

4 files changed

Lines changed: 28 additions & 14 deletions

File tree

RELEASES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# Changelog
1+
## What's Changed in 5.0.4
22

3-
All notable changes to this project will be documented in this file.
3+
- limfjorden's PR by @dessalines in [#1496](https://github.com/dessalines/thumb-key/pull/1496)
4+
- add "show toast on layout switch" option by @pohmelie in [#1495](https://github.com/dessalines/thumb-key/pull/1495)
5+
- feat: Add swipeReturn to key mods by @Toldry in [#1493](https://github.com/dessalines/thumb-key/pull/1493)
6+
- add extensionDefinitionPrefix to key mods YAML by @Toldry in [#1492](https://github.com/dessalines/thumb-key/pull/1492)
7+
- Update README.md by @Toldry in [#1490](https://github.com/dessalines/thumb-key/pull/1490)
8+
9+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.3...5.0.4
410

511
## What's Changed in 5.0.3
612

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.dessalines.thumbkey"
1414
minSdk = 24
1515
targetSdk = 35
16-
versionCode = 158
17-
versionName = "5.0.3"
16+
versionCode = 159
17+
versionName = "5.0.4"
1818

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

app/src/main/assets/RELEASES.md

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

3-
All notable changes to this project will be documented in this file.
3+
- limfjorden's PR by @dessalines in [#1496](https://github.com/dessalines/thumb-key/pull/1496)
4+
- add "show toast on layout switch" option by @pohmelie in [#1495](https://github.com/dessalines/thumb-key/pull/1495)
5+
- feat: Add swipeReturn to key mods by @Toldry in [#1493](https://github.com/dessalines/thumb-key/pull/1493)
6+
- add extensionDefinitionPrefix to key mods YAML by @Toldry in [#1492](https://github.com/dessalines/thumb-key/pull/1492)
7+
- Update README.md by @Toldry in [#1490](https://github.com/dessalines/thumb-key/pull/1490)
48

5-
## What's Changed in 5.0.3
6-
7-
- Adding setting to ignore bottom padding. by @dessalines in [#1477](https://github.com/dessalines/thumb-key/pull/1477)
8-
- Update README.md by @Toldry in [#1480](https://github.com/dessalines/thumb-key/pull/1480)
9-
- Move migrations to own file. by @dessalines in [#1479](https://github.com/dessalines/thumb-key/pull/1479)
10-
- Fix a few stringres param issues. by @dessalines in [#1478](https://github.com/dessalines/thumb-key/pull/1478)
11-
12-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.2...5.0.3
9+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.3...5.0.4
1310

1411
<!-- generated by git-cliff -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## What's Changed in 5.0.4
2+
3+
- limfjorden's PR by @dessalines in [#1496](https://github.com/dessalines/thumb-key/pull/1496)
4+
- add "show toast on layout switch" option by @pohmelie in [#1495](https://github.com/dessalines/thumb-key/pull/1495)
5+
- feat: Add swipeReturn to key mods by @Toldry in [#1493](https://github.com/dessalines/thumb-key/pull/1493)
6+
- add extensionDefinitionPrefix to key mods YAML by @Toldry in [#1492](https://github.com/dessalines/thumb-key/pull/1492)
7+
- Update README.md by @Toldry in [#1490](https://github.com/dessalines/thumb-key/pull/1490)
8+
9+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.3...5.0.4
10+
11+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)