Version bump
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
07ff899e6e
Коммит
72c9e9e595
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,18 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.17.0 - 2019-09-02
|
||||
### Added
|
||||
- Warning when a message does not have a subject
|
||||
- Cache mailbox special use as well for faster page loads
|
||||
### Fixed
|
||||
- SQL error at mailbox initialization
|
||||
- SQL error at mailbox cache update
|
||||
- Handling of avatars for invalid e-mail addresses
|
||||
### Changed
|
||||
- Dependency updates
|
||||
- New and updated translations
|
||||
|
||||
## 0.16.0 - 2019-08-29
|
||||
### Added
|
||||
- Folder cache to decrease page load times significantly
|
||||
|
|
|
@ -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.16.1</version>
|
||||
<version>0.17.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Christoph Wurst</author>
|
||||
<author>Jan-Christoph Borchardt</author>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"version": "0.16.0",
|
||||
"version": "0.17.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"description": "Nextcloud Mail",
|
||||
"version": "0.16.0",
|
||||
"version": "0.17.0",
|
||||
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче