Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArenaL5 committed Mar 29, 2020
1 parent 7e8caf0 commit 087683e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ public class VersionChangeLogs {
static List<VersionChangeLog> createChangeLog() {
final List<VersionChangeLog> log = new ArrayList<>();

log.add(
new VersionChangeLog(
1,
10,
"r5",
Uri.parse(
"https://github.com/AnySoftKeyboard/AnySoftKeyboard/milestones/93"),
"Keep safe! #covid19",
"Custom extra characters upon pressing and holding a key."));
log.add(
new VersionChangeLog(
1,
Expand Down
6 changes: 2 additions & 4 deletions ime/app/src/main/play/release-notes/en-US/alpha.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
* Keep safe! #covid19
* A few bug fixes.
* Updated translations.
* YABTU
* Custom extra characters upon pressing and holding a key.

More here: https://github.com/AnySoftKeyboard/AnySoftKeyboard/milestone/92
More here: https://github.com/AnySoftKeyboard/AnySoftKeyboard/milestone/93

0 comments on commit 087683e

Please sign in to comment.