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:00:27 +0300
committerGitHub <noreply@github.com>2022-06-29 20:00:27 +0300
commiteefa6f2d107976ee2d85e7e344ca7bec31c55421 (patch)
tree8a2fb4465f01f53076165d3d374de3be3ac787b2
parentd3983d48d76798c700e87385f3d308fcc98d0212 (diff)
parent251b532566a80c7ed622abe41d3e1da9c9c4b448 (diff)
Merge pull request #6806 from nextcloud/release/1.12.8v1.12.8stable1.12
Release 1.12.8
-rw-r--r--CHANGELOG.md12
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 13 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72a04eee1..f7929c7ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.
-# 1.12.7 - 2022-06-22
+## 1.12.8 - 2022-06-29
+### Fixed
+- Editing draft
+- Image attachment viewer
+
+## 1.12.7 - 2022-06-22
+### Fixed
- Make sender to be centered with the avatar and timestamp
- Restore ability to write mails in safari
-# 1.12.6 - 2022-06-13
+## 1.12.6 - 2022-06-13
### Fixed
- Better signature detection
- Forwarding more than one attachment
-# 1.12.5 - 2022-06-08
+## 1.12.5 - 2022-06-08
### Fixed
- Editing of outbox messages
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0edfba87f..672bd3233 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.7</version>
+ <version>1.12.8</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 f83f4195c..7d715b5f6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.12.7",
+ "version": "1.12.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.12.7",
+ "version": "1.12.8",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~33.0.0",
diff --git a/package.json b/package.json
index 42befa203..18b9c4349 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.12.7",
+ "version": "1.12.8",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,