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-08-29 17:30:36 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-08-29 17:30:36 +0300
commit9f21f1253a509b1dcbb8952c93789a0ed8987ae9 (patch)
tree84b98e66df59ae73d9be55b487b851789ec85f13
parent7bd943da410e490a1b2f75f9b78c4950ee1c12ee (diff)
Version bumpv0.16.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29cea00e8..5dd097ece 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.16.0 - 2019-08-29
+### Added
+- Folder cache to decrease page load times significantly
+### Changed
+- Updated description
+- New and updated translations
+
## 0.15.5 - 2019-08-28
### Fixed
- Wrong navigation to deleted message
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4fd8b9373..a777703b5 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.15.6</version>
+ <version>0.16.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 0f6c1e32b..89488d764 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.15.5",
+ "version": "0.16.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 117f379e4..3c78f6d95 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.15.5",
+ "version": "0.16.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,