diff --git a/CHANGELOG.md b/CHANGELOG.md index e1eaef1b7b..0f248f9eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.4.2 - 2023-10-11 +### Fixed +- Use corresponding table alias for recipient search +- Rate-limit IMAP auth if the password is wrong +- LoadEnvelopes being called twice when switching between two accounts +- Show empty thread view on handler +- Return if headers couldn't be parsed + ## 3.4.1 - 2023-10-05 ### Fixed - Forward messages as attachments diff --git a/appinfo/info.xml b/appinfo/info.xml index 4105388d25..492230f3e9 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.1 + 3.4.2 agpl Greta Doçi Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 6f868b0322..6030542bf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "3.4.1", + "version": "3.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "3.4.1", + "version": "3.4.2", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index e17f982ee3..31483a4463 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.4.1", + "version": "3.4.2", "author": "Christoph Wurst ", "license": "agpl", "private": true,