From cc2b6586a451d567b5cef24b84be87c2e71c8370 Mon Sep 17 00:00:00 2001 From: greta Date: Wed, 12 Jul 2023 14:37:54 +0200 Subject: [PATCH] Release v3.2.4 Signed-off-by: greta --- CHANGELOG.md | 5 +++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a35188ed..8c46abb5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.2.4 - 2023-07-12 +### Fixed +- Show starred messages in Favourites again +- Reduce number of STATUS commands for background mailbox sync +- Mailboxes not being synced due to short-circuiting ## 3.2.3 - 2023-06-28 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index c40a04fc17..aaa20a56c7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,7 +22,7 @@ Positive: Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/). ]]> - 3.2.3 + 3.2.4 agpl Greta Doçi Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index e45dbc7737..141e7a90d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "3.2.3", + "version": "3.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "3.2.3", + "version": "3.2.4", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index e72610bdf7..e2358c5350 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.2.3", + "version": "3.2.4", "author": "Christoph Wurst ", "license": "agpl", "private": true,