From 9c3763c4a51ff07cc3d9fc9956d355773db280d8 Mon Sep 17 00:00:00 2001 From: greta Date: Wed, 19 Oct 2022 15:43:47 +0200 Subject: Release v2.1.0-rc.1 Signed-off-by: greta --- CHANGELOG.md | 18 ++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2bcf845..4d1280794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.1.0-rc.1 – 2022-10-19 +### Added +- Hide important section when no important messages +- Basic messages filter and search +- Skeleton for loading state +- Implement archive functionality +- Add the option to disable the new account button +- Implement IAPIWidget +- Implement IIconWidget and IOptionWidget interfaces +### Fixed +- Signature above quote +- Background for default folders +- Loading-refresh-icon +- Disabling the add account button +- Keyboard button misalignment +- Scrolling on small screen +- Empty content when opening drafts + ## 2.0.3 – 2022-10-18 ### Fixed - Signature above quote diff --git a/appinfo/info.xml b/appinfo/info.xml index 1ed863117..c5fc4d1cd 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.1.0-alpha.3 + 2.1.0-rc.1 agpl Greta Doçi Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 573b721a6..20c4c798f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "2.1.0-alpha1", + "version": "2.1.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "2.1.0-alpha1", + "version": "2.1.0-rc.1", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "~35.1.0", diff --git a/package.json b/package.json index 31c8a6d3d..a6b6eb77b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "2.1.0-alpha1", + "version": "2.1.0-rc.1", "author": "Christoph Wurst ", "license": "agpl", "private": true, -- cgit v1.2.3