Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Mar 8, 2024
1 parent 8391016 commit 6d3245a
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 8 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.6.25 (2024-03-08)

## What's Changed in 2.6.25

- Add Chinese Simplified Translation by @WeiguangTWK in [#794](https://github.com/dessalines/thumb-key/pull/794)
- Use dakuten key for more characters by @K0baU in [#797](https://github.com/dessalines/thumb-key/pull/797)
- Update EO/EN/DE layout to make shift/capslock behavior match other layouts by @slashdevslashurandom in [#795](https://github.com/dessalines/thumb-key/pull/795)
- Add Breton French keyboard by @zeecho in [#793](https://github.com/dessalines/thumb-key/pull/793)

## New Contributors

- @WeiguangTWK made their first contribution in [#794](https://github.com/dessalines/thumb-key/pull/794)
- @slashdevslashurandom made their first contribution in [#795](https://github.com/dessalines/thumb-key/pull/795)
- @zeecho made their first contribution in [#793](https://github.com/dessalines/thumb-key/pull/793)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.6.24...2.6.25

# Thumb-Key 2.6.24 (2024-03-04)

## What's Changed in 2.6.24

- Upping version. by @dessalines
- Fixing corner size. Fixes #789 by @dessalines in [#791](https://github.com/dessalines/thumb-key/pull/791)
- Update quotes and numbers on BG ME Phonetic Symbols by @pavlov-p in [#787](https://github.com/dessalines/thumb-key/pull/787)

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 67
versionName "2.6.24"
versionCode 68
versionName "2.6.25"

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.6.24 (2024-03-04)
# Thumb-Key 2.6.25 (2024-03-08)

## What's Changed in 2.6.24
## What's Changed in 2.6.25

- Fixing corner size. Fixes #789 by @dessalines in [#791](https://github.com/dessalines/thumb-key/pull/791)
- Update quotes and numbers on BG ME Phonetic Symbols by @pavlov-p in [#787](https://github.com/dessalines/thumb-key/pull/787)
- Add Chinese Simplified Translation by @WeiguangTWK in [#794](https://github.com/dessalines/thumb-key/pull/794)
- Use dakuten key for more characters by @K0baU in [#797](https://github.com/dessalines/thumb-key/pull/797)
- Update EO/EN/DE layout to make shift/capslock behavior match other layouts by @slashdevslashurandom in [#795](https://github.com/dessalines/thumb-key/pull/795)
- Add Breton French keyboard by @zeecho in [#793](https://github.com/dessalines/thumb-key/pull/793)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.6.23...2.6.24
## New Contributors

- @WeiguangTWK made their first contribution in [#794](https://github.com/dessalines/thumb-key/pull/794)
- @slashdevslashurandom made their first contribution in [#795](https://github.com/dessalines/thumb-key/pull/795)
- @zeecho made their first contribution in [#793](https://github.com/dessalines/thumb-key/pull/793)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.6.24...2.6.25

<!-- generated by git-cliff -->
1 change: 0 additions & 1 deletion generate_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -e

# Creating the new tag
new_tag="$1"
last_tag=$(git describe --tags --abbrev=0)

# Writing to the Releases.md asset that's loaded inside the app
git cliff --unreleased --tag "$new_tag" --output app/src/main/assets/RELEASES.md
Expand Down

0 comments on commit 6d3245a

Please sign in to comment.