Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Apr 4, 2024
1 parent 913035e commit 7e1406e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 13 deletions.
19 changes: 18 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Thumb-Key 2.7.4 (2024-04-04)

## What's Changed in 2.7.4

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

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

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

# Thumb-Key 2.7.3 (2024-04-02)

## What's Changed in 2.7.3

- Upping version. by @dessalines
- added standart english layout with german umlauts by @philipp8101 in [#818](https://github.com/dessalines/thumb-key/pull/818)
- Add CZ programmer Messagease keyboard layout by @ondrachwiedziuk in [#821](https://github.com/dessalines/thumb-key/pull/821)
- Add EN HR MessageEase Variant by @ssaric in [#823](https://github.com/dessalines/thumb-key/pull/823)
Expand All @@ -10,7 +28,6 @@
## New Contributors

- @philipp8101 made their first contribution in [#818](https://github.com/dessalines/thumb-key/pull/818)
- @ondrachwiedziuk made their first contribution in [#821](https://github.com/dessalines/thumb-key/pull/821)
- @ssaric made their first contribution in [#823](https://github.com/dessalines/thumb-key/pull/823)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.2...2.7.3
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 72
versionName "2.7.3"
versionCode 73
versionName "2.7.4"

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

## What's Changed in 2.7.3
## What's Changed in 2.7.4

- added standart english layout with german umlauts by @philipp8101 in [#818](https://github.com/dessalines/thumb-key/pull/818)
- Add CZ programmer Messagease keyboard layout by @ondrachwiedziuk in [#821](https://github.com/dessalines/thumb-key/pull/821)
- Add EN HR MessageEase Variant by @ssaric in [#823](https://github.com/dessalines/thumb-key/pull/823)
- Upgrading deps. by @dessalines in [#819](https://github.com/dessalines/thumb-key/pull/819)
- 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)

## New Contributors

- @philipp8101 made their first contribution in [#818](https://github.com/dessalines/thumb-key/pull/818)
- @ondrachwiedziuk made their first contribution in [#821](https://github.com/dessalines/thumb-key/pull/821)
- @ssaric made their first contribution in [#823](https://github.com/dessalines/thumb-key/pull/823)
- @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)

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

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

0 comments on commit 7e1406e

Please sign in to comment.