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:10:32 +0300
committerGitHub <noreply@github.com>2022-06-22 19:10:32 +0300
commitac68dfc7241a67b3a88e062a0d7d1053b907992b (patch)
tree5ec752625f7d1ecd3e50bb06b87810db7403912c
parent5aa7f51e59321dd6b98a6242e5d4b1e2f0ad0ec4 (diff)
parent5bee435cca264bcbef87e06fb132ef4bd5a428e0 (diff)
Merge pull request #6776 from nextcloud/release/v1.12.7v1.12.7
Release v1.12.7
-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 6abecb518..72a04eee1 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.12.7 - 2022-06-22
+- Make sender to be centered with the avatar and timestamp
+- Restore ability to write mails in safari
+
# 1.12.6 - 2022-06-13
### Fixed
- Better signature detection
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e6708641c..0edfba87f 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.12.6</version>
+ <version>1.12.7</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 e97c8966b..f83f4195c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.12.6",
+ "version": "1.12.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.12.6",
+ "version": "1.12.7",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~33.0.0",
diff --git a/package.json b/package.json
index d19601af7..42befa203 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.12.6",
+ "version": "1.12.7",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,