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-09-09 16:16:56 +0300
committerGitHub <noreply@github.com>2022-09-09 16:16:56 +0300
commit11c29cf49ecb5ff0545700d5a0844c14040d473a (patch)
tree92f4f654b12960b7be05f51b35102417fbf39228
parentb84ed145b1cebf344ffa3620359e6d710fec34ec (diff)
parent8bcfee25c12112034961ebcfe8b86cb72c11eed6 (diff)
Merge pull request #7241 from nextcloud/release/v1.14.0-RC1v1.14.0-rc.1
Release v1.14.0-rc.1
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18ffeb4cf..d8f01a955 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.14.0-rc.1 - 2022-09-09
+### Fixed
+- Overlapped composer modal close button
+- Element alignment of thread message
+- Unwanted whitespaces in mail content
+- Inclusion of mail.scss and mobile.scss
+- Show-image styling
+- Prevent unwanted live timestamp replacement
+- Important messages showing in PI's *Other* section
+- Font inconsistencies in envelope primary actions menu
+
## 1.14.0-beta3 - 2022-09-05
### Fixed
- Css styles of composer recipients
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9b57a6eb9..510d89f52 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 do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>1.14.0-beta3</version>
+ <version>1.14.0-rc.1</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 1e6a218f3..8da60cd3e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.12.0",
+ "version": "1.14.0-rc.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.12.0",
+ "version": "1.14.0-rc.1",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.0.1",
diff --git a/package.json b/package.json
index f25c892e1..bb95493a6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.12.0",
+ "version": "1.14.0-rc.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,