1.2264 release

pull/217/head 1.2264
M66B 7 months ago
parent 7e42dc3b74
commit 04f936416f

@ -30,6 +30,14 @@ 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.2264 2025-03-03
* Fixed saving drafts on the server in some circumstances
* Fixed VPN-only account option not being applied always
* Added mark-read option to hide rule action
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2263 2025-03-01 ### 1.2263 2025-03-01
* Fixed all reported bugs * Fixed all reported bugs

@ -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 2263 } def getVersionCode = { -> return 2264 }
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

@ -30,6 +30,14 @@ 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.2264 2025-03-03
* Fixed saving drafts on the server in some circumstances
* Fixed VPN-only account option not being applied always
* Added mark-read option to hide rule action
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2263 2025-03-01 ### 1.2263 2025-03-01
* Fixed all reported bugs * Fixed all reported bugs

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