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>2020-01-07 18:48:26 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-07 18:48:26 +0300
commit90298fe9bc0ca25a41000a601b6ccbbfb45b11a9 (patch)
tree9b0596c5d1bdc45292628b793924cc0e4e7df8ed
parent99dadad3bdee1908fc1ce30a05caf7cc1075505d (diff)
Version bumpv0.21.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md20
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 18 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fde9a4320..470388b01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.21.1 - 2020-01-07
+### Changed
+- New and updated translations
+- Updated dependencies
+### Fixed
+- Move delete action down in folder actions menu
+- Fix image hover effect on attachment
+- Encoding of mailbox in URL
+- Account selected when replying to message in unified inbox
+
## 0.21.0 - 2019-12-17
### Added
- Ability to move accounts up and down in the sidebar
@@ -125,7 +135,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- Wrong navigation to deleted message
- Wrong navigation to next/prev message of deleted message
-- Non-translatable "forward" button
+- Non-translatable "forward" button
## 0.15.4 - 2019-08-26
### Fixed
@@ -351,7 +361,7 @@ All notable changes to this project will be documented in this file.
## 0.7.0 – 2017-08-24
### Added
- Helper view for keyboard shortcuts
- [#91](https://github.com/nextcloud/mail/pull/91) @Gomez
+ [#91](https://github.com/nextcloud/mail/pull/91) @Gomez
- Generic moving of messages (drag and drop)
- Account menu labels
- Support for a automatically generated default account
@@ -544,7 +554,7 @@ All notable changes to this project will be documented in this file.
## 0.4.0 – 2016-03-17
### Added
-- Add console command for account creation
+- Add console command for account creation
[#1202](https://github.com/owncloud/mail/pull/1202) @ChristophWurst
- Address collector - Addresses of sent mails will be used for auto-completion
[#1276](https://github.com/owncloud/mail/pull/1276) @ChristophWurst
@@ -552,8 +562,8 @@ All notable changes to this project will be documented in this file.
[#1300](https://github.com/owncloud/mail/pull/1300) @ChristophWurst
### Deprecated
-- Drop owncloud 7 support
- [#1267](https://github.com/owncloud/mail/pull/1267) @ChristophWurst
+- Drop owncloud 7 support
+ [#1267](https://github.com/owncloud/mail/pull/1267) @ChristophWurst
## 0.3.1
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a587b45da..54043d52b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://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>0.21.0</version>
+ <version>0.21.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index 653a215e3..07bb306bd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.21.0",
+ "version": "0.21.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1b9182496..6cb2e2816 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.21.0",
+ "version": "0.21.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,