1.2255 release

pull/217/head
M66B 9 months ago
parent 4853934d4f
commit e42a5231a6

@ -32,7 +32,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.2254 2024-12-31 * ### 1.2255 2025-01-01 *
* Happy New Year
* Fixed force light of reformatted message view
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2254 2024-12-31
* Added experimental force light for reformatted message view * Added experimental force light for reformatted message view
* Updated libraries, including [Jsoup](https://jsoup.org/news/) and [BouncyCastle](https://www.bouncycastle.org/news/) * Updated libraries, including [Jsoup](https://jsoup.org/news/) and [BouncyCastle](https://www.bouncycastle.org/news/)

@ -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 2254 } def getVersionCode = { -> return 2255 }
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

@ -32,7 +32,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.2254 2024-12-31 * ### 1.2255 2025-01-01 *
* Happy New Year
* Fixed force light of reformatted message view
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2254 2024-12-31
* Added experimental force light for reformatted message view * Added experimental force light for reformatted message view
* Updated libraries, including [Jsoup](https://jsoup.org/news/) and [BouncyCastle](https://www.bouncycastle.org/news/) * Updated libraries, including [Jsoup](https://jsoup.org/news/) and [BouncyCastle](https://www.bouncycastle.org/news/)

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