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-11 17:46:52 +0300
committerGitHub <noreply@github.com>2022-10-11 17:46:52 +0300
commit40f4d8d299271d1d6f53dedd01de2c8215f55feb (patch)
tree1c1965d6d754cd2525ef92a8c125226f31393078
parent44e479aa6ad1a0bfa5d889a5f677f37b20b60042 (diff)
parent2db2c2789361b847e06bea58b9b0dc8f091af9d1 (diff)
Merge pull request #7410 from nextcloud/release/v2.0.0v2.0.0
Release v2.0.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50652084e..56af22247 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.0.0 – (unreleased)
+## 2.0.0 – 2022-10-11
### Added
- Image support for the message editor and signatures
- Automatic out-of-office replies (based on Sieve)
@@ -16,7 +16,10 @@ All notable changes to this project will be documented in this file.
- Date formatting for sieve autoresponder
- Missing line breaks when parsing message from sieve script
- Avatar being vanished for threads
--
+- Show empty content when opening drafts
+- Fix scrolling on small screen
+- Fix focus on *To* when the composer opens
+
### Changed
- Adapt to Nextcloud 25 design
- Remember last used mailbox
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 13555852c..91734ff0e 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-rc.1</version>
+ <version>2.0.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 d0e8a8c5b..5b1d0561a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "2.0.0-RC1",
+ "version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "2.0.0-RC1",
+ "version": "2.0.0",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.1.0",
diff --git a/package.json b/package.json
index 3418905f5..58ae0e79c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "2.0.0-RC1",
+ "version": "2.0.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,