Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Apr 9, 2024
1 parent 8cbcef0 commit e1d0acd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
16 changes: 16 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Thumb-Key 2.7.5 (2024-04-09)

## What's Changed in 2.7.5

- Vn thumbkey by @dessalines in [#837](https://github.com/dessalines/thumb-key/pull/837)
- Add German+ÅÆØ compatibility layout with MessageEase by @RolKau in [#832](https://github.com/dessalines/thumb-key/pull/832)
- Add breve supersign to compose layout by @mensogulo in [#836](https://github.com/dessalines/thumb-key/pull/836)

## New Contributors

- @RolKau made their first contribution in [#832](https://github.com/dessalines/thumb-key/pull/832)
- @mensogulo made their first contribution in [#836](https://github.com/dessalines/thumb-key/pull/836)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.4...2.7.5

# Thumb-Key 2.7.4 (2024-04-04)

## What's Changed in 2.7.4

- Upping version. by @dessalines
- New Keyboard layout English Spanish Catalan by @Norgus in [#826](https://github.com/dessalines/thumb-key/pull/826)
- Fix add layout instructions. by @dessalines in [#828](https://github.com/dessalines/thumb-key/pull/828)
- He messag ease symbols add qmark by @BoredGeo in [#825](https://github.com/dessalines/thumb-key/pull/825)
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 73
versionName "2.7.4"
versionCode 74
versionName "2.7.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
18 changes: 8 additions & 10 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# Thumb-Key 2.7.4 (2024-04-04)
# Thumb-Key 2.7.5 (2024-04-09)

## What's Changed in 2.7.4
## What's Changed in 2.7.5

- New Keyboard layout English Spanish Catalan by @Norgus in [#826](https://github.com/dessalines/thumb-key/pull/826)
- Fix add layout instructions. by @dessalines in [#828](https://github.com/dessalines/thumb-key/pull/828)
- He messag ease symbols add qmark by @BoredGeo in [#825](https://github.com/dessalines/thumb-key/pull/825)
- Fix some errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#827](https://github.com/dessalines/thumb-key/pull/827)
- Removing cardano, this was never used. by @dessalines in [#824](https://github.com/dessalines/thumb-key/pull/824)
- Vn thumbkey by @dessalines in [#837](https://github.com/dessalines/thumb-key/pull/837)
- Add German+ÅÆØ compatibility layout with MessageEase by @RolKau in [#832](https://github.com/dessalines/thumb-key/pull/832)
- Add breve supersign to compose layout by @mensogulo in [#836](https://github.com/dessalines/thumb-key/pull/836)

## New Contributors

- @Norgus made their first contribution in [#826](https://github.com/dessalines/thumb-key/pull/826)
- @BoredGeo made their first contribution in [#825](https://github.com/dessalines/thumb-key/pull/825)
- @RolKau made their first contribution in [#832](https://github.com/dessalines/thumb-key/pull/832)
- @mensogulo made their first contribution in [#836](https://github.com/dessalines/thumb-key/pull/836)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.3...2.7.4
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.4...2.7.5

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

0 comments on commit e1d0acd

Please sign in to comment.