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:
-rw-r--r--CHANGELOG.md2
-rw-r--r--appinfo/info.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f829c2643..a047a1c45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,6 +63,8 @@ All notable changes to this project will be documented in this file.
- Sending outbox message of deleted user accounts
- Collecting addresses in the background
- Fix lost modifications of preview text
+- Redirect to setup page if no accounts are configured
+- Show empty content when opening drafts
## 1.13.6 - 2022-06-29
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7bd4ef44a..0a2a1e6bb 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 do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>1.14.0-rc.2</version>
+ <version>1.14.0</version>
<licence>agpl</licence>
<author>Greta Doçi</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>