Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Apr 14, 2024
1 parent 9b5ce28 commit 3b441de
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)
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 75
versionName "2.7.6"
versionCode 76
versionName "3.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
18 changes: 6 additions & 12 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -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

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

0 comments on commit 3b441de

Please sign in to comment.