1.2029 release

pull/210/head 1.2029
M66B 3 years ago
parent aacbabc41c
commit 41804f6f2a

@ -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

@ -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

@ -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
Loading…
Cancel
Save