Skip to content

Commit acad975

Browse files
committed
Upping version
1 parent 215f41a commit acad975

4 files changed

Lines changed: 32 additions & 7 deletions

File tree

RELEASES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

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
13+
514
## What's Changed in 5.0.2
615

716
- Revert "Fix bottom padding for Android 15+ " by @dessalines in [#1465](https://github.com/dessalines/thumb-key/pull/1465)
@@ -1146,7 +1155,7 @@ All notable changes to this project will be documented in this file.
11461155
- Finnish/Estonian messageease style layout by @Eemilp in [#639](https://github.com/dessalines/thumb-key/pull/639)
11471156
- Typos by @5atoshiNakamoto in [#644](https://github.com/dessalines/thumb-key/pull/644)
11481157
- Update strings.xml (typo) by @ligurio in [#638](https://github.com/dessalines/thumb-key/pull/638)
1149-
- show locale currency bottom-right to 1 by @priyavrat-misra in [#636](https://github.com/dessalines/thumb-key/pull/636)
1158+
- show locale currency bottom-right to 1 in [#636](https://github.com/dessalines/thumb-key/pull/636)
11501159
- Adding release notes. by @dessalines
11511160

11521161
## New Contributors
@@ -1155,7 +1164,6 @@ All notable changes to this project will be documented in this file.
11551164
- @Eemilp made their first contribution in [#639](https://github.com/dessalines/thumb-key/pull/639)
11561165
- @5atoshiNakamoto made their first contribution in [#644](https://github.com/dessalines/thumb-key/pull/644)
11571166
- @ligurio made their first contribution in [#638](https://github.com/dessalines/thumb-key/pull/638)
1158-
- @priyavrat-misra made their first contribution in [#636](https://github.com/dessalines/thumb-key/pull/636)
11591167

11601168
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.6.10...2.6.11
11611169

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 = 157
17-
versionName = "5.0.2"
16+
versionCode = 158
17+
versionName = "5.0.3"
1818

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

app/src/main/assets/RELEASES.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## What's Changed in 5.0.2
5+
## What's Changed in 5.0.3
66

7-
- Revert "Fix bottom padding for Android 15+ " by @dessalines in [#1465](https://github.com/dessalines/thumb-key/pull/1465)
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)
811

9-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.1...5.0.2
12+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.2...5.0.3
1013

1114
<!-- generated by git-cliff -->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
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
13+
14+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)