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:
authorGreta <gretadoci@gmail.com>2022-08-05 15:10:10 +0300
committerGitHub <noreply@github.com>2022-08-05 15:10:10 +0300
commitfe619deb9fc4ce14b1168c80e60192ec44c651ac (patch)
tree1e9d70ad090005da157cbedc95298a95c5659d39
parent3f49689c79a6807bbc67db05eb6fa779aac095d0 (diff)
parent62531d3dace5cc465f0846be5497aa63da5d064a (diff)
Merge pull request #6955 from nextcloud/release/1.13.8-rc1v1.13.8-rc.1
Release 1.13.8-rc.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b7c2fd8f..3d3113e3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.13.8 - 2022-08-05
+### Fixed
+- Filter UID list for expunged messages
+
## 1.13.7 - 2022-07-21
### Fixed
- Memory footprint of thread data
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1701cdd7b..067893761 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 don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>1.13.7</version>
+ <version>1.13.8-rc.1</version>
<licence>agpl</licence>
<author>Greta Doçi</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
diff --git a/package-lock.json b/package-lock.json
index 41bf416bf..ee8d57c18 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.13.7",
+ "version": "1.13.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.13.7",
+ "version": "1.13.8",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~34.0.0",
diff --git a/package.json b/package.json
index d40577bc1..7526df1cd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.13.7",
+ "version": "1.13.8",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,