diff --git a/CHANGELOG.md b/CHANGELOG.md index 0880b9ae3..5278ea33f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.0.0 – 2022-09-05 +### Added +- Image support for the message editor and signatures +- Automatic out-of-office replies (based on Sieve) +- Preview of images, audio, video and PDF with the Viewer app +### Changed +- Adapt to Nextcloud 25 design +- Remember last used mailbox +### Removed +- Nextcloud 22-24 support + ## 1.14.0-beta1 - 2022-08-23 ### Added - Preview message content in the thread view diff --git a/appinfo/info.xml b/appinfo/info.xml index 912429837..8fc5c6352 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ - **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries. - **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)! ]]> - 2.0.0-alpha.1 + 2.0.0-beta.1 agpl Greta Doçi Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 83713d9b4..4ec7379ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "1.12.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "1.12.0", + "version": "2.0.0", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "~35.0.1", diff --git a/package.json b/package.json index 4aea25bee..54985051c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "1.12.0", + "version": "2.0.0", "author": "Christoph Wurst ", "license": "agpl", "private": true,