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 <ChristophWurst@users.noreply.github.com>2019-04-08 15:30:05 +0300
committerGitHub <noreply@github.com>2019-04-08 15:30:05 +0300
commitb1acb3019d71b94e20ffe56ac00644245b4282cf (patch)
treed36ab3133fc7c8275706403c4e793a4cf471dedf
parent18435b0f6ac29bbd39cbda6b7c0d098a13a4256c (diff)
parent7e52a053ae533c6be3bb536bcd7b800866c16e47 (diff)
Merge pull request #1594 from nextcloud/release/0.12.0v0.12.0
Release v0.12.0
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 16 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f29d81f24..d29987b36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.12.0 - 2018-04-08
+### Added
+- Nextcloud 16 support
+- php7.3 support
+- A new front-end (with lots of improvements)
+- Many UX enhancements
+- New and updated translations
+### Fixed
+- Various front-end issues
+### Removed
+- Nextcloud 15 support
+- php7.0 support
+
## 0.11.0 – 2018-10-16
### Added
- Nextcloud 15 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 12836f695..f3b87db92 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Mail</name>
<summary>IMAP web client</summary>
<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
- <version>0.11.0</version>
+ <version>0.12.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index 5136845a4..331e44cbf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "1.0.0",
+ "version": "0.12.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 0ca1659a3..697d01527 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "mail",
"description": "Nextcloud Mail",
- "version": "1.0.0",
+ "version": "0.12.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,