diff --git a/ime/app/src/main/java/com/anysoftkeyboard/ui/tutorials/VersionChangeLogs.java b/ime/app/src/main/java/com/anysoftkeyboard/ui/tutorials/VersionChangeLogs.java index 7458a39e29..c5d30df2ae 100644 --- a/ime/app/src/main/java/com/anysoftkeyboard/ui/tutorials/VersionChangeLogs.java +++ b/ime/app/src/main/java/com/anysoftkeyboard/ui/tutorials/VersionChangeLogs.java @@ -11,6 +11,15 @@ public class VersionChangeLogs { static List createChangeLog() { final List 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, diff --git a/ime/app/src/main/play/release-notes/en-US/alpha.txt b/ime/app/src/main/play/release-notes/en-US/alpha.txt index da4a7a7f19..5508a0dd31 100644 --- a/ime/app/src/main/play/release-notes/en-US/alpha.txt +++ b/ime/app/src/main/play/release-notes/en-US/alpha.txt @@ -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 \ No newline at end of file +More here: https://github.com/AnySoftKeyboard/AnySoftKeyboard/milestone/93