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-07-29 14:14:25 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-07-29 14:14:25 +0300
commitce8afc063de73ed15dea44b262d8d95bf0c2081f (patch)
treefce2de2bc4724ce42c704abaaaf165662768ecab
parent78dccc781e07af19fc9643d029c2767e8de2bd91 (diff)
v1.10.2v1.10.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 913a8011a..10862ee62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.10.2 – 2021–07-29
+### Fixed
+- Junk and nonjunk flagging
+- Calendar ics attachment import
+- Missing HTML headers inside the HTML message iframe
+- Missing slash in shared file URL
+- Signature indentation
+
## 1.10.1 – 2021-07-12
### Changed
- Updated and new translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 716ea10c2..18564d4ef 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.1</version>
+ <version>1.10.2</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index 3019db8de..d74a29827 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.10.1",
+ "version": "1.10.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 1b49a794d..23d7d934a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.10.1",
+ "version": "1.10.2",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,