From 12e59cab4a09d3d3180189df5be5b848633967ad Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 14 Sep 2023 12:04:51 +0200 Subject: [PATCH] chore(release): v3.4.0 Signed-off-by: Christoph Wurst --- CHANGELOG.md | 11 +++++------ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f21ca39ec..6f4f4fcacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. -## 3.4.0-rc.3 - unreleased +## 3.4.0 - 2023-09-14 ### Added - Thread summaries -- Snooze -- Trash retention -- Move junk messages to junk mailbox -- Exclude envelopes from junk from threading view -- Remove toggle for move junk +- [Snooze](https://docs.nextcloud.com/server/latest/user_manual/en/groupware/mail.html#snooze) +- [Trash retention](https://docs.nextcloud.com/server/latest/user_manual/en/groupware/mail.html#automatic-trash-deletion) +- [Move junk messages to junk mailbox](https://docs.nextcloud.com/server/latest/user_manual/en/groupware/mail.html#move-messages-to-junk-folder) - "Mark as spam", "Mark as not spam", "Edit tags" buttons to multiselect menu - Parse mailto addresses ### Fixed - Add loading skeletons without avatars +- Exclude envelopes from junk from threading view - Return to primary actions if envelope actions are closed with more actions open - No message selected message only displayed after 30 seconds on priority inbox - Misc errors for emails with empty from array diff --git a/appinfo/info.xml b/appinfo/info.xml index 0ddf76426c..f7428a5b9e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -29,7 +29,7 @@ The rating depends on the installed text processing backend. See [the rating ove Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/). ]]> - 3.4.0-rc.3 + 3.4.0 agpl Greta Doçi Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 87fcb316b8..badbd61137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "3.4.0-rc.3", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "3.4.0-rc.3", + "version": "3.4.0", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index 5bf5854b32..a1d6c89a16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.4.0-rc.3", + "version": "3.4.0", "author": "Christoph Wurst ", "license": "agpl", "private": true,