From ef0b75b3925c8b6eaa588cc15c1391be899ec5a2 Mon Sep 17 00:00:00 2001 From: greta Date: Wed, 22 Jun 2022 18:18:31 +0200 Subject: [PATCH] Release v1.13.5 Signed-off-by: greta --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 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)! ]]> - 1.13.4 + 1.13.5 agpl Greta Doçi Nextcloud Groupware Team 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 ", "license": "agpl", "private": true,