From a5771afa79bbb8e09da98edf7aa162565c695185 Mon Sep 17 00:00:00 2001 From: greta Date: Mon, 11 Sep 2023 10:01:00 +0200 Subject: [PATCH] Release v3.4.0-rc.3 Signed-off-by: greta --- CHANGELOG.md | 4 +++- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ed23e2fa..1f21ca39ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 3.4.0-rc.2 - unreleased +## 3.4.0-rc.3 - unreleased ### Added - Thread summaries - Snooze @@ -41,9 +41,11 @@ All notable changes to this project will be documented in this file. - Preview text - Set from field to current account - Implement widget item api v2 +- Make no sent mailbox configured exception readable ### Changed - Don't open first mail by default +- Update ethical AI rating about thread summaries ## 3.3.0-rc.1 - unreleased ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index ce5f89663a..e55fc7601b 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.4.0-rc.2 + 3.4.0-rc.3 agpl Greta Doçi Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index cb23502cd4..87fcb316b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "3.4.0-rc.2", + "version": "3.4.0-rc.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "3.4.0-rc.2", + "version": "3.4.0-rc.3", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index 3e10a51083..5bf5854b32 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.4.0-rc.2", + "version": "3.4.0-rc.3", "author": "Christoph Wurst ", "license": "agpl", "private": true,