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>2020-12-02 17:47:21 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-02 17:47:21 +0300
commitb9fc583e2b17f48449b57b02ca8c15f771d26c28 (patch)
treedad305a79387aeab0661545f87d44d720957e59b
parentc0031f01492a69d8b534ada90d9846f1e01719a6 (diff)
v1.5.4v1.5.4
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10c94791d..75f4ff8d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.5.4 – 2020-12-02
+### Fixed
+- Mail search results not shown on top
+- Saving signatures
+- Deletion of previous draft
+- Mailto route
+- Missing route for draft
+- Default editor mode
+- CKEditor crashes on Firefox
+
## 1.5.3 – 2020-11-11
### Fixed
* Null error for messages with no sender information
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 382820720..bc390a99f 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.5.3</version>
+ <version>1.5.4</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index 30f27675c..663b3d04d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.5.3",
+ "version": "1.5.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index fd8ee4add..443537eb5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.5.3",
+ "version": "1.5.4",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,