mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-21 23:32:51 +00:00
1.2248 release
This commit is contained in:
parent
4dabcef1e9
commit
ad118b9455
4 changed files with 3495 additions and 4 deletions
|
@ -27,7 +27,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
|
||||
|
||||
### Next version
|
||||
### 1.2248 2024-11-17
|
||||
|
||||
* Fixed crash on removing privacy sensitive info from images (reverted to previous EXIF library)
|
||||
* Small improvements and minor bug fixes
|
||||
|
|
|
@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
|
|||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 2247 }
|
||||
def getRevision = { -> return "b" }
|
||||
def getVersionCode = { -> return 2248 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Barsboldia" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
|
||||
|
||||
### Next version
|
||||
### 1.2248 2024-11-17
|
||||
|
||||
* Fixed crash on removing privacy sensitive info from images (reverted to previous EXIF library)
|
||||
* Small improvements and minor bug fixes
|
||||
|
|
3491
metadata/en-US/changelogs/2248.txt
Normal file
3491
metadata/en-US/changelogs/2248.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue