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-05-23 13:05:42 +0300
committerGitHub <noreply@github.com>2022-05-23 13:05:42 +0300
commit14efa137d913ee44270ef9abe535b7a200f41beb (patch)
tree1de69bf9303dc32440aef850bf110b8156c5d177
parent4f9e6f1d5c11067b6e3f1da5aabbf286cba6c469 (diff)
parenta431a404ebacd22f48d6f25542c4b19825d41007 (diff)
Merge pull request #6530 from nextcloud/release/v1.12.1.rc1v1.12.1-rc.1
Release v1.12.1 RC1
-rw-r--r--CHANGELOG.md17
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 20 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b695c0c08..c0c7e2fae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.12.1 - 2022-05-24
+### Fixed
+- Prevent causal read for outbox message and recipient inserts
+- Hide subscribed / unsubscribed checkbox for "Favourites" folder
+- Fix attachment loss during outbox message update
+- Fix sending messages to groups
+- Fix composer not to open when we select envelope
+- Change the timeout value to fit the dialogs
+- Fix text format when closing the composer modal
+- Do not override existing aliases
+- Stop message from sending while editing
+- Fix html editor being always selected
+- Fix flagging replied messages
+- Fix modal size in different size of the screen
+- Show account color indicator only if several accounts are present
+- Consider passwordless signings when provisioning
+
## 1.12.0 - 2022-05-03
### Added
- Local Outbox
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 47d00628c..ca646efc9 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.0</version>
+ <version>1.12.1-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 fc506a89a..ed8c33cbb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.12.0",
+ "version": "1.12.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 32c42e8c2..c82751c44 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.12.0",
+ "version": "1.12.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,