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-02-03 13:20:43 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-03 13:20:43 +0300
commit48c4cece938141adbdb06e4cc3224f6c8ae95b63 (patch)
tree850a5a47bf64fce1310b4af36f92dcdbba07b7f9
parent6f553dcea2206803b28db35aebeea41b33b1abf1 (diff)
v1.8.1v1.8.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 591292363..2443782d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+# 1.8.1 – 2021-02-03
+## Changed
+- Updated translations
+## Fixed
+- Filter out invalid UTF-8 in subjects
+- Regression that picks wrong attachment
+- Rendering accounts in the navigation even when authentication fails
+
## 1.8.0 – 2021-01-20
## Added
- Drag and drop
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 57f8bf67c..83f077a83 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</version>
+ <version>1.8.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index 2d7fe4a67..8bace7e0e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.8.0",
+ "version": "1.8.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f1ca175d3..03ccf951c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.8.0",
+ "version": "1.8.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,