Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Mar 22, 2024
1 parent 11c1c89 commit 34e89eb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
17 changes: 16 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Thumb-Key 2.7.1 (2024-03-22)

## What's Changed in 2.7.1

- Upgrading deps. by @dessalines in [#813](https://github.com/dessalines/thumb-key/pull/813)
- English Deutsch ThumbKey Layout by @queer-coding in [#810](https://github.com/dessalines/thumb-key/pull/810)
- Adding en_twohands_messagease. Fixes #806 by @dessalines in [#808](https://github.com/dessalines/thumb-key/pull/808)
- Numeric keyboard update to ENPHMessagEase.kt by @Lysalana in [#807](https://github.com/dessalines/thumb-key/pull/807)

## New Contributors

- @queer-coding made their first contribution in [#810](https://github.com/dessalines/thumb-key/pull/810)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.0...2.7.1

# Thumb-Key 2.7.0 (2024-03-13)

## What's Changed in 2.7.0

- Upping version. by @dessalines
- Move to another preferences library, upgrade deps. by @dessalines in [#804](https://github.com/dessalines/thumb-key/pull/804)
- Update Russian translation by @ligurio in [#801](https://github.com/dessalines/thumb-key/pull/801)
- Added MessagEase Keyboard Tips section to README.md per comment in #745. by @frederickjh in [#799](https://github.com/dessalines/thumb-key/pull/799)
Expand Down Expand Up @@ -114,7 +130,6 @@

## New Contributors

- @Lysalana made their first contribution in [#760](https://github.com/dessalines/thumb-key/pull/760)
- @imthehumanoid made their first contribution in [#750](https://github.com/dessalines/thumb-key/pull/750)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.6.18...2.6.19
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 69
versionName "2.7.0"
versionCode 70
versionName "2.7.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
15 changes: 8 additions & 7 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Thumb-Key 2.7.0 (2024-03-13)
# Thumb-Key 2.7.1 (2024-03-22)

## What's Changed in 2.7.0
## What's Changed in 2.7.1

- Move to another preferences library, upgrade deps. by @dessalines in [#804](https://github.com/dessalines/thumb-key/pull/804)
- Update Russian translation by @ligurio in [#801](https://github.com/dessalines/thumb-key/pull/801)
- Added MessagEase Keyboard Tips section to README.md per comment in #745. by @frederickjh in [#799](https://github.com/dessalines/thumb-key/pull/799)
- Upgrading deps. by @dessalines in [#813](https://github.com/dessalines/thumb-key/pull/813)
- English Deutsch ThumbKey Layout by @queer-coding in [#810](https://github.com/dessalines/thumb-key/pull/810)
- Adding en_twohands_messagease. Fixes #806 by @dessalines in [#808](https://github.com/dessalines/thumb-key/pull/808)
- Numeric keyboard update to ENPHMessagEase.kt by @Lysalana in [#807](https://github.com/dessalines/thumb-key/pull/807)

## New Contributors

- @frederickjh made their first contribution in [#799](https://github.com/dessalines/thumb-key/pull/799)
- @queer-coding made their first contribution in [#810](https://github.com/dessalines/thumb-key/pull/810)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.6.25...2.7.0
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.0...2.7.1

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

0 comments on commit 34e89eb

Please sign in to comment.