Version bump; update changelog

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-11-27 15:45:47 +01:00
Родитель 2437d41cad
Коммит 6ef65564dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
3 изменённых файлов: 17 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
## 0.7.5 – 2017-11-27
### Added
- Avatar from Gravatar and favicons
- Sourcemap support to debug release erros on client-side
### Fixed
- Attachment download to Nextcloud files
- Setup autoconfig issues
- Reply to/cc field prefilling
- Removed development log statement
- Favorites folder appeares as subfolder of inbox
- Folder unread counter visibility
- Prefilled sender name in replies
- Two security issues
- Subfolder collapsing
## 0.7.4 – 2017-10-30
### Added
- IMAP/SMTP logging enabled by default if debug mode is turned on

Просмотреть файл

@ -5,7 +5,7 @@
<name>Mail</name>
<summary>IMAP web client</summary>
<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
<version>0.7.4</version>
<version>0.7.5</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "mail",
"version": "0.7.4",
"version": "0.7.5",
"description": "Mail app",
"main": "index.js",
"directories": {