From 953b2c9e9e5c972ae4eddb652d59e644e91dffd0 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 20 Jan 2021 18:49:40 +0100 Subject: v1.8.0 Signed-off-by: Christoph Wurst --- CHANGELOG.md | 16 ++++++---------- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a025ce6..591292363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. -## 1.8.0 – unreleased +## 1.8.0 – 2021-01-20 ## Added +- Drag and drop - Remember trusted senders - Message delivery notification -- Drag and drop feature -- Add original attachment when forwarding a mail - Unread mail dashboard widget -- The possibility to add multiple files as attachments -- Troubleshooting for mysql insert errors - +- Forward original attachments +- Possibility to add multiple files as attachments ### Changed -- Create a modal for account settings -- Remove "All inboxes" if one account is set up +- Account settings moved to modal +- Hide "All inboxes" if only one account is set up - Improve the ckeditor list plugin - Automatically sync mailbox on opening - ### Fixed - Always show Mail search results first - Improve reply button icon styling @@ -29,7 +26,6 @@ All notable changes to this project will be documented in this file. - The Dark theme on small screen - Improve defaults layout - Use consistent input vector size for the importance classifier -- Refactor flag stings for search into a class ## 1.7.2 – 2020-12-07 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 3266efbf9..57f8bf67c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ - **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries. - **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)! ]]> - 1.8.0-alpha.3 + 1.8.0 agpl Christoph Wurst Greta Doçi diff --git a/package-lock.json b/package-lock.json index 26ab7b453..2d7fe4a67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud-mail", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5502,7 +5502,7 @@ }, "domelementtype": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "resolved": "http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" }, "domexception": { diff --git a/package.json b/package.json index 523492d04..f1ca175d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "1.7.0", + "version": "1.8.0", "author": "Christoph Wurst ", "license": "agpl", "private": true, -- cgit v1.2.3