Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGretaD <gretadoci@gmail.com>2020-06-08 13:15:59 +0300
committerGretaD <gretadoci@gmail.com>2020-06-08 13:18:03 +0300
commite8a50134f17eb7d1f51a118e99f10b73e7fba56c (patch)
tree3cc0cf8615cadbc7993629d8c5b70cb311357b80 /CHANGELOG.md
parent769e3654636a9ed18e587bd1f6d0bce3363fc69c (diff)
Update the Changelog for v1.4.0
Signed-off-by: GretaD <gretadoci@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 551c1ab90..700a91c14 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,31 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.4.0 - 2020-05-16
+### Added
+- Priority Inbox: the combined inbox is now classified into important messages, favorites and others to keep you organized
+- Actions on multiple message (multiselect)
+- Mark as junk
+- Make as important
+- Search by subject
+- Confirmation when deleting account
+### Changed
+- Migrate from php-ml to rubix-ml
+- Show only subscribed folders
+- Open inbox when clicking on account item
+- Consistency of "important" icon
+- Make loading spinner not move all messages
+- Change empty-content message on mail
+- Incomplete initial sync now logs the current progress
+### Fixed
+- Delete all user's accounts when the user is being deleted
+- Navigation from account settings to new message composer
+- Navigating back from small screens
+- User data cleanup after user deletion
+- Message deletion from priority inbox
+- Vertical space between sections in priority inbox
+- Endless initial sync due to empty partial page
+
## 1.3.4 - 2020-04-27
### Added
- Incomplete initial sync now logs the current progress