Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Mar 13, 2024
1 parent 0ad343d commit 6eabefc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
16 changes: 15 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Thumb-Key 2.7.0 (2024-03-13)

## What's Changed in 2.7.0

- 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)

## New Contributors

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

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

# Thumb-Key 2.6.25 (2024-03-08)

## What's Changed in 2.6.25

- Upping version. by @dessalines
- Add Chinese Simplified Translation by @WeiguangTWK in [#794](https://github.com/dessalines/thumb-key/pull/794)
- Use dakuten key for more characters by @K0baU in [#797](https://github.com/dessalines/thumb-key/pull/797)
- Update EO/EN/DE layout to make shift/capslock behavior match other layouts by @slashdevslashurandom in [#795](https://github.com/dessalines/thumb-key/pull/795)
Expand Down Expand Up @@ -235,7 +250,6 @@

- @Eemilp made their first contribution in [#639](https://github.com/dessalines/thumb-key/pull/639)
- @5atoshiNakamoto made their first contribution in [#644](https://github.com/dessalines/thumb-key/pull/644)
- @ligurio made their first contribution in [#638](https://github.com/dessalines/thumb-key/pull/638)
- @priyavrat-misra made their first contribution in [#636](https://github.com/dessalines/thumb-key/pull/636)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.6.10...2.6.11
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 68
versionName "2.6.25"
versionCode 69
versionName "2.7.0"

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

## What's Changed in 2.6.25
## What's Changed in 2.7.0

- Add Chinese Simplified Translation by @WeiguangTWK in [#794](https://github.com/dessalines/thumb-key/pull/794)
- Use dakuten key for more characters by @K0baU in [#797](https://github.com/dessalines/thumb-key/pull/797)
- Update EO/EN/DE layout to make shift/capslock behavior match other layouts by @slashdevslashurandom in [#795](https://github.com/dessalines/thumb-key/pull/795)
- Add Breton French keyboard by @zeecho in [#793](https://github.com/dessalines/thumb-key/pull/793)
- 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)

## New Contributors

- @WeiguangTWK made their first contribution in [#794](https://github.com/dessalines/thumb-key/pull/794)
- @slashdevslashurandom made their first contribution in [#795](https://github.com/dessalines/thumb-key/pull/795)
- @zeecho made their first contribution in [#793](https://github.com/dessalines/thumb-key/pull/793)
- @frederickjh made their first contribution in [#799](https://github.com/dessalines/thumb-key/pull/799)

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

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

0 comments on commit 6eabefc

Please sign in to comment.