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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-10-13 18:23:09 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-10-13 18:23:09 +0300
commite585115fd8a66f410ecb11a6b8216dcc6489806a (patch)
tree8b02a9b6e0baab8e2c2415fdb20efae24b3460a1
parent749f7739e58d533229cf0fabe5c9dbc6784be4da (diff)
v2.0.1v2.0.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56af22247..13e584549 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.0.1 – 2022-10-13
+### Fixed
+- Int value out of range when accepting calendar invitation
+- Editor block quote handling
+
## 2.0.0 – 2022-10-11
### Added
- Image support for the message editor and signatures
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 91734ff0e..49f3b19d3 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.0.0</version>
+ <version>2.0.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 5b1d0561a..4c97e16a2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "2.0.0",
+ "version": "2.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "2.0.0",
+ "version": "2.0.1",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.1.0",
diff --git a/package.json b/package.json
index 58ae0e79c..f9b3b3dc4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "2.0.0",
+ "version": "2.0.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,