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>2019-09-02 16:44:11 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-09-02 16:44:11 +0300
commit72c9e9e5957c221a31938bbcbd000c04b75cc9a2 (patch)
tree9e4d1293579730f2b91a18a801671cc64b73bb0e
parent07ff899e6e8bc0bb2fd8533f1996316202e002d1 (diff)
Version bumpv0.17.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md12
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 15 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dd097ece..cdadfca19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.17.0 - 2019-09-02
+### Added
+- Warning when a message does not have a subject
+- Cache mailbox special use as well for faster page loads
+### Fixed
+- SQL error at mailbox initialization
+- SQL error at mailbox cache update
+- Handling of avatars for invalid e-mail addresses
+### Changed
+- Dependency updates
+- New and updated translations
+
## 0.16.0 - 2019-08-29
### Added
- Folder cache to decrease page load times significantly
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5e1886f26..29c42f73a 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>0.16.1</version>
+ <version>0.17.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index 90c31856e..7d98c63f5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.16.0",
+ "version": "0.17.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 0022e26d0..e30f1c51b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.16.0",
+ "version": "0.17.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,