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>2020-04-27 12:31:14 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-27 12:31:14 +0300
commite8264e215d3a8701aa8af66cf2ab0a98266813db (patch)
treeb78ce9f8d8314f8f8d74de49ba875c6c61967c3c
parent6bed2eabb263a1ee6a1d55bfec923d17f0e8415d (diff)
Version bumpv1.3.4
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88d7c31fa..551c1ab90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.3.4 - 2020-04-27
+### Added
+- Incomplete initial sync now logs the current progress
+### Fixed
+- Sync'ing of provisioned accounts before their password is set
+- UidValidityChangedException namespace error
+- UID validity change logic
+- Nextcloud groups integration
+
## 1.3.3 - 2020-04-21
### Added
- UI option to clear the cache of a single mailbox (debug mode only)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d964279f3..3d16fd141 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.3.3</version>
+ <version>1.3.4</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Roeland Jago Douma</author>
diff --git a/package-lock.json b/package-lock.json
index 6b32d9bcc..e84f5fea5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.3.3",
+ "version": "1.3.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index caf30f006..1bc702cbe 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.3.3",
+ "version": "1.3.4",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,