Skip to content

Commit

Permalink
Adding RELEASES.md in assets folder. #400
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Feb 12, 2024
1 parent 7cef761 commit 5377aac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
local.properties
app/release
app/schemas
app/src/main/assets
.project
.settings
.classpath
19 changes: 19 additions & 0 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion generate_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5377aac

Please sign in to comment.