1.2029 release

This commit is contained in:
M66B 2023-01-09 08:41:29 +01:00
parent aacbabc41c
commit 41804f6f2a
5 changed files with 268250 additions and 3 deletions

View File

@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### Next version
### 1.2029 - 2023-01-09
* Added auto hiding top toolbar when scrolling messages (can be turned of in the display settings)
* Added option to disable automatically plain text only when replying to a plain text only message

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2028 }
def getVersionCode = { -> return 2029 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Quetecsaurus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### Next version
### 1.2029 - 2023-01-09
* Added auto hiding top toolbar when scrolling messages (can be turned of in the display settings)
* Added option to disable automatically plain text only when replying to a plain text only message

File diff suppressed because it is too large Load Diff