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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-01-20 20:49:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-01-20 21:02:51 +0300
commit953b2c9e9e5c972ae4eddb652d59e644e91dffd0 (patch)
tree39d43db9a2cca9d7d37f1fb9fe270c56abcad278
parentae42817c529f9f54b7b218d495080053e59cabb5 (diff)
v1.8.0v1.8.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md16
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
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)!
]]></description>
- <version>1.8.0-alpha.3</version>
+ <version>1.8.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
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 <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,