1.2243 release

pull/217/head 1.2253
M66B 9 months ago
parent 9c2542c26c
commit 0001326eaf

@ -4,6 +4,8 @@
### Notices ### Notices
Merry Christmas and Happy new Year.
Google requires FairEmail to undergo an annual [CASA](https://appdefensealliance.dev/casa) security audit, Google requires FairEmail to undergo an annual [CASA](https://appdefensealliance.dev/casa) security audit,
which must be conducted by an authorized assessor (this year [TAC Security](https://casa.tacsecurity.com/site/home)). which must be conducted by an authorized assessor (this year [TAC Security](https://casa.tacsecurity.com/site/home)).
Besides being time-consuming, this is no longer free as of this year. Besides being time-consuming, this is no longer free as of this year.
@ -30,7 +32,7 @@ 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)
### Next version ### 1.2253 2024-12-23
* Fixed showing S/MIME digest algorithm * Fixed showing S/MIME digest algorithm
* Added option to select default font size for sending * Added option to select default font size for sending

@ -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 2252 } def getVersionCode = { -> return 2253 }
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

@ -4,6 +4,8 @@
### Notices ### Notices
Merry Christmas and Happy new Year.
Google requires FairEmail to undergo an annual [CASA](https://appdefensealliance.dev/casa) security audit, Google requires FairEmail to undergo an annual [CASA](https://appdefensealliance.dev/casa) security audit,
which must be conducted by an authorized assessor (this year [TAC Security](https://casa.tacsecurity.com/site/home)). which must be conducted by an authorized assessor (this year [TAC Security](https://casa.tacsecurity.com/site/home)).
Besides being time-consuming, this is no longer free as of this year. Besides being time-consuming, this is no longer free as of this year.
@ -30,7 +32,7 @@ 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)
### Next version ### 1.2253 2024-12-23
* Fixed showing S/MIME digest algorithm * Fixed showing S/MIME digest algorithm
* Added option to select default font size for sending * Added option to select default font size for sending

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