diff --git a/RELEASES.md b/RELEASES.md index 598d74560..9499ad4fb 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 9af84d383..6af568fb1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 9f0afc067..fc4166392 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -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