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>2019-11-25 11:06:21 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-11-25 11:06:21 +0300
commitc78202b180dc18690541317a16c5b5281deefdc6 (patch)
treecec39a8b07f68ce3c1d65e44363223608896f465
parent886368a5986e2edf64e7ea4a8507852e0795f002 (diff)
Version bumpv0.19.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md22
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 25 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d44a45637..d468c76ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.19.0 - 2019-11–25
+### Added
+- php7.4 support
+### Changed
+- Mail detail view now only has one back/menu button
+- Composer attachment buttons moved into action menu
+- Simpler wording for plain text/rich text switch
+### Fixed
+- Fix opening messages with attachment content-type and content-disposition
+- Spacing in settings section
+- No popover for addresses without a display name
+- Horizontal scrolling issue on mobile
+- Show recipient avatar instead of sender avatar in \sent mailboxes
+- Focus *to* field automatically when writing a new message
+- Virtual flagged inbox shown as child of the inbox
+- Missing label of unified inbox
+- .ics attachment mime detection
+- .ics attachment import
+- Unwanted flowed text formatting
+### Removed
+- php7.1 support
+
## 0.18.1 - 2019-11-04
### Fixed
- JavaScript transpilation for older browsers
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 16089da6b..e9ae7457e 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.18.1</version>
+ <version>0.19.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 0875f66a1..700daeff0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.18.1",
+ "version": "0.19.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index fb42d14b6..e442c2bc4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.18.1",
+ "version": "0.19.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,