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:
authorGreta <gretadoci@gmail.com>2022-06-22 19:34:50 +0300
committerGitHub <noreply@github.com>2022-06-22 19:34:50 +0300
commit0bad8372f270aaa354372f8650d98604f9e5461d (patch)
treec3553adf2a7236a19b35eebbe5e5408093040cca
parente2a481515a70ed81645558c96baea9297b12fb08 (diff)
parentef0b75b3925c8b6eaa588cc15c1391be899ec5a2 (diff)
Merge pull request #6778 from nextcloud/release/v1.13.5v1.13.5
Release v1.13.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e5b6178b..6b77fd00c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.13.5 - 2022-06-22
+- Make sender to be centered with the avatar and timestamp
+- Restore ability to write mails in safari
+
## 1.13.4 - 2022-06-13
### Fixed
- Better signature detection
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6def08742..3c91854f6 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.4</version>
+ <version>1.13.5</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 b580769f0..36730755a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.13.4",
+ "version": "1.13.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.13.4",
+ "version": "1.13.5",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~34.0.0",
diff --git a/package.json b/package.json
index 3c5d177d4..7774ec6b6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.13.4",
+ "version": "1.13.5",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,