diff --git a/RELEASES.md b/RELEASES.md index 518258076..53f91c801 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,18 @@ +# Thumb-Key 3.0.0 (2024-04-14) + +## What's Changed in 3.0.0 + +- Fixing black-screen on startup. by @dessalines in [#850](https://github.com/dessalines/thumb-key/pull/850) +- Adding toki pona and sitelen emoji keyboards. by @dessalines in [#849](https://github.com/dessalines/thumb-key/pull/849) +- Simplifying KeyC default. by @dessalines in [#848](https://github.com/dessalines/thumb-key/pull/848) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.6...3.0.0 + # Thumb-Key 2.7.6 (2024-04-11) ## What's Changed in 2.7.6 +- Upping version. by @dessalines - Upgrade deps 27 by @dessalines in [#846](https://github.com/dessalines/thumb-key/pull/846) - Fixes to the Eng-Esp-Cat thumbkey layout by @Norgus in [#845](https://github.com/dessalines/thumb-key/pull/845) - Update composing and add it to DEMessagEaseSymbols by @mensogulo in [#844](https://github.com/dessalines/thumb-key/pull/844) diff --git a/app/build.gradle b/app/build.gradle index 3611b2976..dbbffe594 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 75 - versionName "2.7.6" + versionCode 76 + versionName "3.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 95dfb7526..f5d0da83a 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,17 +1,11 @@ -# Thumb-Key 2.7.6 (2024-04-11) +# Thumb-Key 3.0.0 (2024-04-14) -## What's Changed in 2.7.6 +## What's Changed in 3.0.0 -- Upgrade deps 27 by @dessalines in [#846](https://github.com/dessalines/thumb-key/pull/846) -- Fixes to the Eng-Esp-Cat thumbkey layout by @Norgus in [#845](https://github.com/dessalines/thumb-key/pull/845) -- Update composing and add it to DEMessagEaseSymbols by @mensogulo in [#844](https://github.com/dessalines/thumb-key/pull/844) -- Correct default French MessagEase layout (#830) by @glm4610 in [#840](https://github.com/dessalines/thumb-key/pull/840) -- Fixing vietnamese keyboard name. by @dessalines in [#842](https://github.com/dessalines/thumb-key/pull/842) +- Fixing black-screen on startup. by @dessalines in [#850](https://github.com/dessalines/thumb-key/pull/850) +- Adding toki pona and sitelen emoji keyboards. by @dessalines in [#849](https://github.com/dessalines/thumb-key/pull/849) +- Simplifying KeyC default. by @dessalines in [#848](https://github.com/dessalines/thumb-key/pull/848) -## New Contributors - -- @glm4610 made their first contribution in [#840](https://github.com/dessalines/thumb-key/pull/840) - -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.5...2.7.6 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.6...3.0.0