Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreta <gretadoci@gmail.com>2022-10-19 16:54:25 +0300
committerGitHub <noreply@github.com>2022-10-19 16:54:25 +0300
commit492f28461edc68b34806f64e465680577f571b37 (patch)
treeda814987704794646d1aed22dc778e51ffa8fabd
parent4fb35314e99d047b1214abc8cc09128b13a789fb (diff)
parent9c3763c4a51ff07cc3d9fc9956d355773db280d8 (diff)
Merge pull request #7459 from nextcloud/release/v2.1.0-rc.1v2.1.0-rc1
Release v2.1.0-rc.1
-rw-r--r--CHANGELOG.md18
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
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)!
]]></description>
- <version>2.1.0-alpha.3</version>
+ <version>2.1.0-rc.1</version>
<licence>agpl</licence>
<author>Greta Doçi</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
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 <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,