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:
authorAnna Larch <anna@nextcloud.com>2022-01-25 19:22:30 +0300
committerGitHub <noreply@github.com>2022-01-25 19:22:30 +0300
commite679d87cfbe71fb0987692ce3f974cd67a80446c (patch)
tree11591a37a44e0016157026c34bd82ba32f8c841e
parentb06f90a290bf925e9e988712d0cbec732abfa9b2 (diff)
parent05e9a74c7144bd640f430c2f4e26b4545e1080be (diff)
Merge pull request #5979 from nextcloud/release/1.11.6v1.11.6
v1.11.6
-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 b05017670..70c5dfc79 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.11.6 - 2022-01-25
+### Fixed
+- Priority Inbox Sync
+- New Messages not loaded
+- Full links in plain text mails
+- Bold font for selected envelope(s) removed
+- BCC for email recipients query
+
## 1.11.5 – 2021-12-28
### Fixed
- Use Parameters instead of Named Parameters for chunked queries
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c017827b8..327b60c57 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://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.11.5</version>
+ <version>1.11.6</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index 6de673d48..4aa86290f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.11.5",
+ "version": "1.11.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 033e977d6..0610619b9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.11.5",
+ "version": "1.11.6",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,