Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Mar 4, 2024
1 parent 9dceed1 commit 2e9744b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
11 changes: 10 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Thumb-Key 2.6.24 (2024-03-04)

## What's Changed in 2.6.24

- 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)

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

# Thumb-Key 2.6.23 (2024-03-02)

## What's Changed in 2.6.23

- Upping version. by @dessalines
- Still working on upgrading deps. by @dessalines in [#785](https://github.com/dessalines/thumb-key/pull/785)
- Add english composed messagease based on the symbols variant by @shtrom in [#786](https://github.com/dessalines/thumb-key/pull/786)
- Fix dakuten and handakuten not composing by @LortalHost in [#782](https://github.com/dessalines/thumb-key/pull/782)
Expand Down Expand Up @@ -205,7 +215,6 @@

## New Contributors

- @pavlov-p made their first contribution in [#660](https://github.com/dessalines/thumb-key/pull/660)
- @Eemilp made their first contribution in [#639](https://github.com/dessalines/thumb-key/pull/639)
- @5atoshiNakamoto made their first contribution in [#644](https://github.com/dessalines/thumb-key/pull/644)
- @ligurio made their first contribution in [#638](https://github.com/dessalines/thumb-key/pull/638)
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 66
versionName "2.6.23"
versionCode 67
versionName "2.6.24"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
22 changes: 5 additions & 17 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
# Thumb-Key 2.6.23 (2024-03-02)
# Thumb-Key 2.6.24 (2024-03-04)

## What's Changed in 2.6.23
## What's Changed in 2.6.24

- Still working on upgrading deps. by @dessalines in [#785](https://github.com/dessalines/thumb-key/pull/785)
- Add english composed messagease based on the symbols variant by @shtrom in [#786](https://github.com/dessalines/thumb-key/pull/786)
- Fix dakuten and handakuten not composing by @LortalHost in [#782](https://github.com/dessalines/thumb-key/pull/782)
- Fix generate changelog script. by @dessalines in [#784](https://github.com/dessalines/thumb-key/pull/784)
- Update the tag pattern for changelog generation by @orhun in [#781](https://github.com/dessalines/thumb-key/pull/781)
- Space before ponctuation for French spacebar multitap. Fixes #291. by @soupirs in [#780](https://github.com/dessalines/thumb-key/pull/780)
- Fixing various mistakes in Polish messagease layout. by @zworek in [#778](https://github.com/dessalines/thumb-key/pull/778)
- 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)

## New Contributors

- @shtrom made their first contribution in [#786](https://github.com/dessalines/thumb-key/pull/786)
- @LortalHost made their first contribution in [#782](https://github.com/dessalines/thumb-key/pull/782)
- @orhun made their first contribution in [#781](https://github.com/dessalines/thumb-key/pull/781)
- @zworek made their first contribution in [#778](https://github.com/dessalines/thumb-key/pull/778)

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

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

0 comments on commit 2e9744b

Please sign in to comment.