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-04-08 17:26:03 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-04-08 17:26:03 +0300
commit11434a58dd79fccb02de18cead5b37dfe0c6e871 (patch)
treeafb82163c7dde84ff2005b839c7a34807ba44d75
parent46c15e60bff1d43ee5d7309c81ad1edfbc31c93a (diff)
v1.9.5v1.9.5
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 7f4afd9b1..0aad333e4 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.9.5 – 2021-04-08
+### Fixed
+- Handling of some inline attachments
+- Missing lock for the initial sync
+- Mising check for group sharing settings
+- Alias handling
+- Message background styling
+- Warning with too many literals in an SQL IN clause
+- Envelope change handling
+
## 1.9.4 – 2021-03-25
### Fixed
- "Show images" icon in HTML mails using Nextcloud's dark theme
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 794c175f2..0270f6335 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.9.4</version>
+ <version>1.9.5</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index a860d46e9..9402ba326 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.9.4",
+ "version": "1.9.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1462bd520..e85456940 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.9.4",
+ "version": "1.9.5",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,