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>2022-06-29 20:13:37 +0300
committerGitHub <noreply@github.com>2022-06-29 20:13:37 +0300
commit6e67f81596e4409872e378656d315bbda58d24ef (patch)
tree63ae5d004f56fafe82571275057d01ac7c9896fe
parent7c8fcb21cbcabe4bf6b4fc83364f2324dedba71c (diff)
parent8fb020ff8e0dd05bfb9d6b0a16110dcf61f6116f (diff)
Merge pull request #6807 from nextcloud/release/v1.13.6v1.13.6
Release 1.13.6
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b77fd00c..2269d3136 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.13.6 - 2022-06-29
+### Fixed
+- Editing draft
+- Image attachment viewer
+
## 1.13.5 - 2022-06-22
- Make sender to be centered with the avatar and timestamp
- Restore ability to write mails in safari
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3c91854f6..2c1fbf3ce 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 don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>1.13.5</version>
+ <version>1.13.6</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 36730755a..6f3315e1c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.13.5",
+ "version": "1.13.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.13.5",
+ "version": "1.13.6",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~34.0.0",
diff --git a/package.json b/package.json
index 7774ec6b6..9a8f6ff57 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.13.5",
+ "version": "1.13.6",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,