diff --git a/CHANGELOG.md b/CHANGELOG.md index f93efaec1..3b81ceeda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.6.2 – 2024-05-24 +### Fixed +- CKEditor translations +- Misplaced NcSelect border +- Selecting draft opening the composer +- Using shortcut to select draft shouldnt open the composer +- S/MIME: Use whole certificate chain +- Replace deprecated filepicker +- Query share attribute for filepicker +- Backend check for download permission for cloud attachments +- Vulnerable js dependencies + ## 3.6.1 – 2024-05-16 ### Fixed - Searching mailbox by address diff --git a/appinfo/info.xml b/appinfo/info.xml index fb2c8754b..053e74528 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.6.1 + 3.6.2 agpl Christoph Wurst Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index f73137b5b..717752b4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "3.6.1", + "version": "3.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "3.6.1", + "version": "3.6.2", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index 9395134bd..f38717a21 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.6.1", + "version": "3.6.2", "author": "Christoph Wurst ", "license": "agpl", "private": true,