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-09-05 17:04:05 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-05 17:04:05 +0300
commit7ca499c2b0035ec1e831b06416e75ce29ecf1821 (patch)
tree9913a03aff859a7ccf595fb5f5a51e2725c4a6d7
parent19e78e545f47da6664d1dba68696ed672277b43c (diff)
v2.0.0-alpha1v2.0.0-beta1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0880b9ae3..5278ea33f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.0.0 – 2022-09-05
+### Added
+- Image support for the message editor and signatures
+- Automatic out-of-office replies (based on Sieve)
+- Preview of images, audio, video and PDF with the Viewer app
+### Changed
+- Adapt to Nextcloud 25 design
+- Remember last used mailbox
+### Removed
+- Nextcloud 22-24 support
+
## 1.14.0-beta1 - 2022-08-23
### Added
- Preview message content in the thread view
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 912429837..8fc5c6352 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-alpha.1</version>
+ <version>2.0.0-beta.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 83713d9b4..4ec7379ee 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.12.0",
+ "version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.12.0",
+ "version": "2.0.0",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.0.1",
diff --git a/package.json b/package.json
index 4aea25bee..54985051c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.12.0",
+ "version": "2.0.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,