mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 05:14:52 +00:00
1.2308 release
This commit is contained in:
parent
d26e98377d
commit
398eff3a31
15
CHANGELOG.md
15
CHANGELOG.md
@ -4,11 +4,11 @@
|
||||
|
||||
### Latest version
|
||||
|
||||
* Fixed message list widget flickering on some devices
|
||||
* Added option to select space between messages (display settings tab page)
|
||||
* Added undo to swipe to hide
|
||||
* Added Roboto monospace font for devices without monospace font
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated build tools
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||
|
||||
### Notices
|
||||
@ -39,6 +39,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||
|
||||
### Next version (Work in progress)
|
||||
|
||||
### 1.2308 2025-12-24
|
||||
|
||||
* Added undo to swipe to hide
|
||||
* Added Roboto monospace font for devices without monospace font
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated build tools
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||
|
||||
### 1.2307 2025-12-15
|
||||
|
||||
* Fixed message list widget flickering on some devices
|
||||
|
||||
@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 2307 }
|
||||
def getVersionCode = { -> return 2308 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Diuqin" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
@ -4,11 +4,11 @@
|
||||
|
||||
### Latest version
|
||||
|
||||
* Fixed message list widget flickering on some devices
|
||||
* Added option to select space between messages (display settings tab page)
|
||||
* Added undo to swipe to hide
|
||||
* Added Roboto monospace font for devices without monospace font
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated build tools
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||
|
||||
### Notices
|
||||
@ -39,6 +39,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||
|
||||
### Next version (Work in progress)
|
||||
|
||||
### 1.2308 2025-12-24
|
||||
|
||||
* Added undo to swipe to hide
|
||||
* Added Roboto monospace font for devices without monospace font
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated build tools
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||
|
||||
### 1.2307 2025-12-15
|
||||
|
||||
* Fixed message list widget flickering on some devices
|
||||
|
||||
3928
metadata/en-US/changelogs/2308.txt
Normal file
3928
metadata/en-US/changelogs/2308.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user