diff --git a/RELEASES.md b/RELEASES.md index 538b803b3..598d74560 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 4d0653231..9af84d383 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 8214f4c14..9f0afc067 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -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