1.2078 release

pull/213/head 1.2078
M66B 2 years ago
parent 653442b824
commit 4f239a8741

@ -6,13 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ubirajara](https://en.wikipedia.org/wiki/Ubirajara_jubatus)
### Next version
### 1.2078 - 2023-06-27
* Added create alias dialog (long press identity)
* Added notes to message list widget
* Added option for large badge count for new message count widget
* Added deleting attachments
* Translating subject in message editor when it is focussed
* Added create alias dialog (long press identity)
* Added option for larger count for new message count widget
* Added deleting attachments (horizontal three-dots menu above the message text)
* Added translating subject in message editor when it is focussed
* Inheriting identity color from account color
* Using selected font for reply header and signature too
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

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

File diff suppressed because it is too large Load Diff

@ -6,13 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ubirajara](https://en.wikipedia.org/wiki/Ubirajara_jubatus)
### Next version
### 1.2078 - 2023-06-27
* Added create alias dialog (long press identity)
* Added notes to message list widget
* Added option for large badge count for new message count widget
* Added deleting attachments
* Translating subject in message editor when it is focussed
* Added create alias dialog (long press identity)
* Added option for larger count for new message count widget
* Added deleting attachments (horizontal three-dots menu above the message text)
* Added translating subject in message editor when it is focussed
* Inheriting identity color from account color
* Using selected font for reply header and signature too
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save