mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 10:39:25 +00:00
1.2258 release
This commit is contained in:
parent
91b66f19b3
commit
07afdaf70c
4 changed files with 3578 additions and 4 deletions
|
@ -32,7 +32,13 @@ 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.2256 2025-01-07 *
|
### 1.2258 2025-01-08
|
||||||
|
|
||||||
|
* Fixed S/MIME decrypt in some cases
|
||||||
|
* Small improvements and minor bug fixes
|
||||||
|
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||||
|
|
||||||
|
### 1.2257 2025-01-07
|
||||||
|
|
||||||
* Added sort on sender name (Android 14+ only)
|
* Added sort on sender name (Android 14+ only)
|
||||||
* Added basic image editor (slowly tap twice on an inserted image in the message editor)
|
* Added basic image editor (slowly tap twice on an inserted image in the message editor)
|
||||||
|
|
|
@ -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 2257 }
|
def getVersionCode = { -> return 2258 }
|
||||||
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,13 @@ 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.2256 2025-01-07 *
|
### 1.2258 2025-01-08
|
||||||
|
|
||||||
|
* Fixed S/MIME decrypt in some cases
|
||||||
|
* Small improvements and minor bug fixes
|
||||||
|
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||||
|
|
||||||
|
### 1.2257 2025-01-07
|
||||||
|
|
||||||
* Added sort on sender name (Android 14+ only)
|
* Added sort on sender name (Android 14+ only)
|
||||||
* Added basic image editor (slowly tap twice on an inserted image in the message editor)
|
* Added basic image editor (slowly tap twice on an inserted image in the message editor)
|
||||||
|
|
3562
metadata/en-US/changelogs/2258.txt
Normal file
3562
metadata/en-US/changelogs/2258.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue