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-08-28 16:55:13 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-08-28 16:55:13 +0300
commit92436c303b3a39ce39e80617db59a0bdc2e0ce53 (patch)
tree8d2f636895ead8955999f245c753b098137ea1b1
parent343a790d8123fd4d84995ba81784d1fe40ae9152 (diff)
Version bumpv0.15.5
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bab3bf67..29cea00e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.15.5 - 2019-08-28
+### Fixed
+- Wrong navigation to deleted message
+- Wrong navigation to next/prev message of deleted message
+- Non-translatable "forward" button
+
## 0.15.4 - 2019-08-26
### Fixed
- Vulnerable eslint-utils
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8234b1407..e9170e42c 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.15.4</version>
+ <version>0.15.5</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index 1e34381e8..f74e93986 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.15.4",
+ "version": "0.15.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f3be3ed5a..18ea084c7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.15.4",
+ "version": "0.15.5",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,