1.2240 release

pull/217/head 1.2240
M66B 11 months ago
parent 838e00f4d0
commit ec645b9297

@ -20,6 +20,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia) ### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### 1.2240 2024-10-19
* Fixed newlines for messages sent with Outlook 2024
### 1.2239 2024-10-18 ### 1.2239 2024-10-18
* Fixed workaround for invalid PGP messages * Fixed workaround for invalid PGP messages

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

@ -20,6 +20,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia) ### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### 1.2240 2024-10-19
* Fixed newlines for messages sent with Outlook 2024
### 1.2239 2024-10-18 ### 1.2239 2024-10-18
* Fixed workaround for invalid PGP messages * Fixed workaround for invalid PGP messages

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