Version bump
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
8b39561777
Коммит
823a25b41c
|
@ -1,6 +1,12 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.3.1 - 2020-04-16
|
||||
## Fixed
|
||||
- Also sync mailboxes before sync'ing messages in cron
|
||||
- Handling of partial initial sync
|
||||
- Endless loading of paginated unified inbox
|
||||
|
||||
## 1.3.0 - 2020-04-15
|
||||
## Added
|
||||
- A database cache for messages, so many operations do not need a connection to IMAP. This can drastically improve the overall app performance, especially searching got very fast. The change is most noticeable on IMAP server with poor support for IMAP capabilities. The initial sync may take a few seconds or minutes, but afterwards the app should be snappy for everyone. The app now also syncs in the background (cron job), so when you open it it already has most of the recent changes in your IMAP account.
|
||||
|
|
|
@ -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.3.0</version>
|
||||
<version>1.3.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Christoph Wurst</author>
|
||||
<author>Roeland Jago Douma</author>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"description": "Nextcloud Mail",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче