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-11-03 16:36:52 +0300
committerGitHub <noreply@github.com>2022-11-03 16:36:52 +0300
commit9eb32f249939ca5783c109a13ccb0d3a261744cb (patch)
tree6b86e8f8ced7b2af15f7f96896f52364d4d160dc
parent45085f2d17eef6ce7e7988c1ce9c55545eefb6ad (diff)
parentd70e82f92b53c61c0a9b9ed5b34917d3a48c4fe5 (diff)
Merge pull request #7516 from nextcloud/release/v2.1.0v2.1.0
Release v2.1.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d1280794..3dd34af16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 2.1.0-rc.1 – 2022-10-19
+## 2.1.0 – 2022-11-03
### Added
- Hide important section when no important messages
- Basic messages filter and search
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
- Keyboard button misalignment
- Scrolling on small screen
- Empty content when opening drafts
+- Transfer encoding issue
## 2.0.3 – 2022-10-18
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c5fc4d1cd..00f5057ae 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-rc.1</version>
+ <version>2.1.0</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 20c4c798f..f9527fb72 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "2.1.0-rc.1",
+ "version": "2.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "2.1.0-rc.1",
+ "version": "2.1.0",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.1.0",
diff --git a/package.json b/package.json
index a6b6eb77b..e76ff1813 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "2.1.0-rc.1",
+ "version": "2.1.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,