Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Apr 2, 2024
1 parent d351918 commit 235bb8a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
18 changes: 18 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Thumb-Key 2.7.3 (2024-04-02)

## What's Changed in 2.7.3

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

# Thumb-Key 2.7.2 (2024-03-27)

## What's Changed in 2.7.2

- Upping version. by @dessalines
- Fixing woodpecker. by @dessalines in [#816](https://github.com/dessalines/thumb-key/pull/816)
- Update symbols for ukrainian-only messagease layout by @Meetoul in [#814](https://github.com/dessalines/thumb-key/pull/814)

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 71
versionName "2.7.2"
versionCode 72
versionName "2.7.3"

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

## What's Changed in 2.7.2
## What's Changed in 2.7.3

- Fixing woodpecker. by @dessalines in [#816](https://github.com/dessalines/thumb-key/pull/816)
- Update symbols for ukrainian-only messagease layout by @Meetoul in [#814](https://github.com/dessalines/thumb-key/pull/814)
- 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)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.1...2.7.2
## 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

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

0 comments on commit 235bb8a

Please sign in to comment.