Version bump
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
2402a3b115
Коммит
747393f31e
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,6 +1,26 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.1.0 - 2020-01-27
|
||||
### Added
|
||||
- Nextcloud 19 support
|
||||
### Changed
|
||||
- New and updated translations
|
||||
- Updated dependencies
|
||||
### Fixed
|
||||
- Clearing recipient input when focus is lost
|
||||
- Broken mailbox stats on unified inbox
|
||||
- Invisible embedded message parts
|
||||
- Mailto protocol handler registration
|
||||
- KItinerary executable permissions
|
||||
- CC/BCC label
|
||||
- Sending messages without a recipient
|
||||
- No category for contacts autocompletion edge case
|
||||
- Catch more error in error middleware
|
||||
- Remove non-working mark all read action from unified inbox
|
||||
- Remove non-working add subfolder action from unified inbox
|
||||
- Missing inner exception in debug json error response
|
||||
|
||||
## 1.0.0 - 2020-01-17
|
||||
### Added
|
||||
- Itinerary extraction with KItinerary
|
||||
|
|
|
@ -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>1.0.0</version>
|
||||
<version>1.1.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Christoph Wurst</author>
|
||||
<author>Jan-Christoph Borchardt</author>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"description": "Nextcloud Mail",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче