mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 10:16:45 +00:00
1.1735 release
This commit is contained in:
parent
81670c26fe
commit
cbd471ccf7
4 changed files with 100 additions and 1 deletions
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
|
### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
|
||||||
|
|
||||||
|
### 1.1735
|
||||||
|
|
||||||
|
* Added guided workaround for Outlook authentication errors
|
||||||
|
|
||||||
### 1.1734
|
### 1.1734
|
||||||
|
|
||||||
* Added color to saved searches
|
* Added color to saved searches
|
||||||
|
|
|
@ -3,7 +3,7 @@ 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 1734 }
|
def getVersionCode = { -> return 1735 }
|
||||||
def getRevision = { -> "\"a\"" }
|
def getRevision = { -> "\"a\"" }
|
||||||
def getReleaseName = { -> return "\"Zanabazar\"" }
|
def getReleaseName = { -> return "\"Zanabazar\"" }
|
||||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
|
### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
|
||||||
|
|
||||||
|
### 1.1735
|
||||||
|
|
||||||
|
* Added guided workaround for Outlook authentication errors
|
||||||
|
|
||||||
### 1.1734
|
### 1.1734
|
||||||
|
|
||||||
* Added color to saved searches
|
* Added color to saved searches
|
||||||
|
|
91
metadata/en-US/changelogs/1735.txt
Normal file
91
metadata/en-US/changelogs/1735.txt
Normal file
|
@ -0,0 +1,91 @@
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
|
### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
|
||||||
|
|
||||||
|
### 1.1735
|
||||||
|
|
||||||
|
* Added guided workaround for Outlook authentication errors
|
||||||
|
|
||||||
|
### 1.1734
|
||||||
|
|
||||||
|
* Added color to saved searches
|
||||||
|
|
||||||
|
### 1.1733
|
||||||
|
|
||||||
|
* Added saved searches (experimental)
|
||||||
|
|
||||||
|
### 1.1732
|
||||||
|
|
||||||
|
* Added collapsing of navigation menu folders
|
||||||
|
* Added theme option for default light original message view
|
||||||
|
* Unified colors based on account folder colors
|
||||||
|
* Showing folders of all personal namespaces
|
||||||
|
* Improved Android 12 support
|
||||||
|
* Fixed all reported bugs
|
||||||
|
|
||||||
|
### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
|
||||||
|
|
||||||
|
### 1.1731
|
||||||
|
|
||||||
|
* Fixed invalid error reports
|
||||||
|
|
||||||
|
### 1.1730
|
||||||
|
|
||||||
|
* Small improvements and minor bug fixes
|
||||||
|
|
||||||
|
### 1.1729
|
||||||
|
|
||||||
|
* Added miscellaneous option to disable showing the changelog
|
||||||
|
|
||||||
|
### 1.1728
|
||||||
|
|
||||||
|
* Prevent suggesting spam contacts
|
||||||
|
* Confirm deleting block sender rules
|
||||||
|
|
||||||
|
### 1.1727
|
||||||
|
|
||||||
|
* Following dark/light theme for original message view
|
||||||
|
* Added message menu item / optional button to force light theme for original message view
|
||||||
|
* Moved block sender rules to local contact database to make it a free feature
|
||||||
|
* Fixed verifying some S/MIME signatures
|
||||||
|
|
||||||
|
### 1.1726
|
||||||
|
|
||||||
|
* Show in-app changelog after updating
|
||||||
|
|
||||||
|
### 1.1725
|
||||||
|
|
||||||
|
* Added in-app changelog
|
||||||
|
|
||||||
|
### 1.1724
|
||||||
|
|
||||||
|
* Added display option for fixed date header
|
||||||
|
* Moved navigation folders under accounts in the navigation menu
|
||||||
|
|
||||||
|
### 1.1723
|
||||||
|
|
||||||
|
* Fixed polling sometimes stopping
|
||||||
|
|
||||||
|
### 1.1722
|
||||||
|
|
||||||
|
* Added sort folders on unread messages option
|
||||||
|
* Added Outlook .msg file decoder
|
||||||
|
|
||||||
|
### 1.1721
|
||||||
|
|
||||||
|
* Added decoding of Sophos Email Appliance links
|
||||||
|
* Updated libraries
|
||||||
|
|
||||||
|
### 1.1720
|
||||||
|
|
||||||
|
* Moved outbox to unified folders in navigation menu
|
||||||
|
* Added connection option to connect via VPN only
|
||||||
|
* Added sqlite checkpoint after processing operations
|
||||||
|
|
||||||
|
### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
|
||||||
|
|
||||||
|
### 1.1719
|
||||||
|
|
||||||
|
* Added tap on folder name to go to folder (conversation/message view only)
|
Loading…
Reference in a new issue