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 <christoph@winzerhof-wurst.at>2021-09-15 10:28:25 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-09-15 10:28:25 +0300
commitf6780562b1d5a1ed49dbc58f3618b99c8639576f (patch)
treeed6b6fe3fc49f6d9ed2c97ad8dcd98398dd910a4
parent7284351d30734daa3522fad942c45aed7b8d2004 (diff)
v1.10.4v1.10.4
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1182e6501..e8d8ddd78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.10.4 – 2021-09-15
+### Fixed
+- External image handling when URL schema is missing
+- Reply settings loading spinner
+
## 1.10.3 – 2021-08-17
### Changed
- Remove link proxy for external links
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 120255b3a..5c04fd5b5 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.10.3</version>
+ <version>1.10.4</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index db3a4a40a..8616da1a4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.10.3",
+ "version": "1.10.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 07b27ed16..d9b79f005 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.10.3",
+ "version": "1.10.4",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,