1.1999b release

pull/210/head 1.1999b
M66B 3 years ago
parent 491956a140
commit c298644731

@ -4,6 +4,13 @@
### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan) ### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan)
### BETA 1.1999b - 2022-11-07
* Added optional unified inbox nav menu item (when the inboxes and unified folder diverge)
* Added LanguageTool username/API key fields (to access the premium features)
* Small improvements and minor bug fixes
* Updated translations
### 1.1999 - 2022-11-05 ### 1.1999 - 2022-11-05
* Fixed refreshing OAuth tokens in some situations * Fixed refreshing OAuth tokens in some situations

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

File diff suppressed because it is too large Load Diff

@ -4,6 +4,13 @@
### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan) ### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan)
### BETA 1.1999b - 2022-11-07
* Added optional unified inbox nav menu item (when the inboxes and unified folder diverge)
* Added LanguageTool username/API key fields (to access the premium features)
* Small improvements and minor bug fixes
* Updated translations
### 1.1999 - 2022-11-05 ### 1.1999 - 2022-11-05
* Fixed refreshing OAuth tokens in some situations * Fixed refreshing OAuth tokens in some situations

@ -4,6 +4,13 @@ Changelog
Ninjatitan Ninjatitan
BETA 1.1999b - 2022-11-07
* Added optional unified inbox nav menu item (when the inboxes and unified folder diverge)
* Added LanguageTool username/API key fields (to access the premium features)
* Small improvements and minor bug fixes
* Updated translations
1.1999 - 2022-11-05 1.1999 - 2022-11-05
* Fixed refreshing OAuth tokens in some situations * Fixed refreshing OAuth tokens in some situations

Loading…
Cancel
Save