mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 00:06:27 +00:00
1.2132 release
This commit is contained in:
parent
9a92d633fd
commit
a383bdae03
4 changed files with 2651 additions and 8 deletions
|
@ -6,12 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
|
||||
|
||||
### Next version
|
||||
### 1.2132 - 2023-12-01
|
||||
|
||||
* Basic support for [Linked Data](https://json-ld.org/) (GitHub version only)
|
||||
* Added date/time placeholders for keyword rules
|
||||
* Added basic support for [Linked Data](https://json-ld.org/) (GitHub version only)
|
||||
* Added date/time placeholders for keyword rules (see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq71))
|
||||
* Added option to disable saving revisions for undo/redo
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated build tools
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
|
|||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 2131}
|
||||
def getRevision = { -> return "b" }
|
||||
def getVersionCode = { -> return 2132 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Wintonotitan" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
|
|
|
@ -6,12 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
|
||||
|
||||
### Next version
|
||||
### 1.2132 - 2023-12-01
|
||||
|
||||
* Basic support for [Linked Data](https://json-ld.org/) (GitHub version only)
|
||||
* Added date/time placeholders for keyword rules
|
||||
* Added basic support for [Linked Data](https://json-ld.org/) (GitHub version only)
|
||||
* Added date/time placeholders for keyword rules (see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq71))
|
||||
* Added option to disable saving revisions for undo/redo
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated build tools
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
|
|
2641
metadata/en-US/changelogs/2132.txt
Normal file
2641
metadata/en-US/changelogs/2132.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue