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-12-17 17:13:09 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-17 17:13:09 +0300
commit60d082feaa4b9451a2993cafeba63752a3b20dec (patch)
tree4c2eec0c6a9d7d5bd051d990dbd991a359544198
parent61fb21e4d267785d629f58524a3d83e08973b0a9 (diff)
Version bumpv0.21.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md11
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 995d48093..fde9a4320 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.21.0 - 2019-12-17
+### Added
+- Ability to move accounts up and down in the sidebar
+### Changed
+- New and updated translations
+- Updated dependencies
+### Fixed
+- Default enable state for imported provisioned account
+- Don't provision accounts when config is disabled
+- Caching of Favicon library to a local app directory
+
## 0.20.3 - 2019-12-16
### Changed
- New and updated translations
diff --git a/package-lock.json b/package-lock.json
index 6c57e01e7..f8d1b7fd8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.20.3",
+ "version": "0.21.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index bf5362141..c08e37bf7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.20.3",
+ "version": "0.21.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,