Adding RELEASES.md in assets folder. #400 (#716)

This commit is contained in:
Dessalines 2024-02-12 09:34:05 -05:00 committed by GitHub
parent 2b058ed615
commit 5d89586907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 20 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,7 +12,6 @@
local.properties
app/release
app/schemas
app/src/main/assets
.project
.settings
.classpath

View File

@ -0,0 +1,19 @@
# Thumb-Key 2.6.14 (2024-02-10)
## What's Changed
- Remove need to manually index layouts by @BlueDrink9 in #701
- MessagEase fixes by @asdkant in #709
- Adding slovenscina symbols MessagEase. Fixes #706 by @dessalines in #707
- Added missing combine keys for french messageease keyboard by @yorikvanhavre in #705
- Use messagease symbol layout for messagease number board by @BlueDrink9 in #695
- Fixing comment for keyboard layout. by @dessalines in #698
- Me es layout by @asdkant in #689
- fix ENNOMessageEaseSymbols: wrong capitalization on Æ by @afreakk in #694
- Adding a few proguard rules fixes. by @dessalines in #693
## New Contributors
- @BlueDrink9 made their first contribution in #701
- @asdkant made their first contribution in #709
- @yorikvanhavre made their first contribution in #705

View File

@ -10,4 +10,4 @@ git cliff "$last_tag"..HEAD --tag "$new_tag" --output app/src/main/assets/RELEAS
# Prepending to the RELEASES.md
git cliff "$last_tag"..HEAD --tag "$new_tag" --prepend RELEASES.md
prettier -w RELEASES.md
prettier -w RELEASES.md app/src/main/assets/RELEASES.md