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>2020-01-17 13:15:10 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-17 13:15:10 +0300
commita4053949e790f010dc894782cb696cffb0fd0d5a (patch)
treed84bcaaf70027cf341cd9e72b9b6c95454d029ff
parentb647dceec2895d049743c9c66153d69762484a64 (diff)
Version bumpv1.0.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md14
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 17 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 470388b01..0eabceb8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.0.0 - 2020-01-17
+### Added
+- Itinerary extraction with KItinerary
+- Sending to contacts groups
+### Changed
+- New and updated translations
+- Updated dependencies
+### Fixed
+- Vanishing newlines in plaintext drafts
+- Missing newlines on top of the reply body
+- Unnecessary spaces in reply recipient line
+- Automatic focus on reply body
+- Display name change propagation for provisioned accounts
+
## 0.21.1 - 2020-01-07
### Changed
- New and updated translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 54043d52b..429afaf07 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
- **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>0.21.1</version>
+ <version>1.0.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 894a78050..82c70dc90 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.21.1",
+ "version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 5165b1232..8a0803474 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.21.1",
+ "version": "1.0.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,