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-11-10 18:50:15 +0300
committerGitHub <noreply@github.com>2022-11-10 18:50:15 +0300
commit74d24747062bacb25080b5927eba86bf602adc27 (patch)
treeec3576fb3b7c9d5408b1a4d0d1e7f4299ec0233e
parentd9b08a1aa80069c96b77632758091b871ef40f80 (diff)
parent669ab07506f7ece75cea3e11a17b8881becb4640 (diff)
Merge pull request #7572 from nextcloud/release/v1.14.3-alpha1v1.14.3.alpha.1stable1.14
Release v1.14.3-alpha.1
-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, 15 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2af17ed91..d64373b04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 1.14.2 - 2022-11-13
+## 1.14.3-alpha.1 - 2022-11-10
### Changed
+- Improve the size of padding bottom on threads
+- Improving the appearance of the modal window of composer
## Fixed
+- Scrolling and bottom padding for threads
+- Provisioning config not saving
+- Sending PGP messages as HTML
+- Important and favorite icon position
+- Copy to clipboard
+
+## 1.14.2 - 2022-11-03
+### Fixed
- Transfer encoding issue
## 1.14.1 - 2022-10-13
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f82724899..16edf15ce 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.2</version>
+ <version>1.14.3-alpha.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 6bc19feb0..15993944e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.14.2",
+ "version": "1.14.3.alpha.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.14.2",
+ "version": "1.14.3-alpha.1",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.0.1",
diff --git a/package.json b/package.json
index 58996c4a1..c3e221846 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.14.2",
+ "version": "1.14.3-alpha.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,