1.1999c release

pull/210/head 1.1999c
M66B 2 years ago
parent bd91e9a507
commit aef946529a

@ -4,6 +4,14 @@
### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan)
### BETA 1.1999c - 2022-11-08
* Added adding/deleting words to/from LanguageTool dictionary (copy/paste menu; requires LanguageTool premium)
* Added zipping attachments in the message composer (long press attached file)
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
### BETA 1.1999b - 2022-11-07
* Added optional unified inbox nav menu item (when the inboxes and unified folders diverge)

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1999 }
def getRevision = { -> return "b" }
def getRevision = { -> return "c" }
def getReleaseName = { -> return "Ninjatitan" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

@ -4,6 +4,14 @@
### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan)
### BETA 1.1999c - 2022-11-08
* Added adding/deleting words to/from LanguageTool dictionary (copy/paste menu; requires LanguageTool premium)
* Added zipping attachments in the message composer (long press attached file)
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
### BETA 1.1999b - 2022-11-07
* Added optional unified inbox nav menu item (when the inboxes and unified folders diverge)

@ -4,6 +4,14 @@ Changelog
Ninjatitan
BETA 1.1999c - 2022-11-08
* Added adding/deleting words to/from LanguageTool dictionary (copy/paste menu; requires LanguageTool premium)
* Added zipping attachments in the message composer (long press attached file)
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
BETA 1.1999b - 2022-11-07
* Added optional unified inbox nav menu item (when the inboxes and unified folders diverge)

Loading…
Cancel
Save