From 8d6687883fbfeb4615c26703da545fab2ff1812b Mon Sep 17 00:00:00 2001 From: greta Date: Mon, 31 Jul 2023 16:19:21 +0200 Subject: [PATCH] Release v3.3.0-alpha.2 Signed-off-by: greta --- CHANGELOG.md | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea2bce09..a863c7b50 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.3.0-alpha.1 - unreleased +## 3.3.0-alpha.2 - unreleased ### Added - Allow a configurable background sync interval - Send multiple flags in a single request @@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file. - Set app name for mail - Rework draft handling front-end - Support for selecting messages with crtl key +- Notification for quota depletion +- Match recipient labels too +- Use case-independent wildcard matches for recipients +- Reduce number of STATUS commands for background mailbox sync ### Fixed - Update interface to match implementation @@ -26,6 +30,15 @@ All notable changes to this project will be documented in this file. - Allow dynamic autoloading for classes added during upgrade - Re-open account settings - Overlapping of primary menu with recipient +- The editing state of the go back button +- URL-encode all parameters to preserve special characters +- Make nested toolbar working for signature +- Fix force sending emails +- Make system address book searchable not just full matches +- Add preview enhancement job to new accounts joblist +- Provisioning config caching +- Mailboxes not being synced due to short circuiting +- Handle attachments without transfer encoding properly ### Changed - Ethical AI rating diff --git a/package-lock.json b/package-lock.json index 5bd5b999c..fe347ff30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "3.3.0-alpha.1", + "version": "3.3.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "3.3.0-alpha.1", + "version": "3.3.0-alpha.2", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index 55f365313..8b25449b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.3.0-alpha.1", + "version": "3.3.0-alpha.2", "author": "Christoph Wurst ", "license": "agpl", "private": true,