2022-09-10 19:56:41 +02:00
|
|
|
### 0.15.0
|
|
|
|
- Outdated configuration items have been removed.
|
|
|
|
- Setup wizard has been implemented!
|
|
|
|
|
|
|
|
I appreciate for reviewing and giving me advice @Pouhon158!
|
|
|
|
|
2022-09-10 20:02:44 +02:00
|
|
|
#### Minors
|
|
|
|
- 0.15.1 Missed the stylesheet.
|
2022-09-12 04:16:41 +02:00
|
|
|
- 0.15.2 The wizard has been improved and documented!
|
2022-09-11 07:22:24 +02:00
|
|
|
- 0.15.3 Fixed the issue about locking/unlocking remote database while rebuilding in the wizard.
|
2022-09-12 04:16:41 +02:00
|
|
|
- 0.15.4 Fixed issues about asynchronous processing (e.g., Conflict check or hidden file detection)
|
2022-09-27 10:59:05 +02:00
|
|
|
- 0.15.5 Add new features for setting Self-hosted LiveSync up more easier.
|
2022-09-28 09:17:11 +02:00
|
|
|
- 0.15.6 File tracking logic has been refined.
|
2022-09-28 10:57:23 +02:00
|
|
|
- 0.15.7 Fixed bug about renaming file.
|
2022-09-10 20:02:44 +02:00
|
|
|
|
2022-08-30 08:24:26 +02:00
|
|
|
### 0.14.1
|
|
|
|
- The target selecting filter was implemented.
|
|
|
|
Now we can set what files are synchronised by regular expression.
|
|
|
|
- We can configure the size of chunks.
|
|
|
|
We can use larger chunks to improve performance.
|
|
|
|
(This feature can not be used with IBM Cloudant)
|
|
|
|
- Read chunks online.
|
|
|
|
Now we can synchronise only metadata and retrieve chunks on demand. It reduces local database size and time for replication.
|
|
|
|
- Added this note.
|
|
|
|
- Use local chunks in preference to remote them if present,
|
|
|
|
|
|
|
|
#### Recommended configuration for Self-hosted CouchDB
|
|
|
|
- Set chunk size to around 100 to 250 (10MB - 25MB per chunk)
|
2022-09-03 18:08:02 +02:00
|
|
|
- *Set batch size to 100 and batch limit to 20 (0.14.2)*
|
2022-08-30 08:24:26 +02:00
|
|
|
- Be sure to `Read chunks online` checked.
|
|
|
|
|
2022-09-03 18:08:02 +02:00
|
|
|
#### Minors
|
|
|
|
- 0.14.2 Fixed issue about retrieving files if synchronisation has been interrupted or failed
|
|
|
|
- 0.14.3 New test items have been added to `Check database configuration`.
|
2022-09-03 18:16:29 +02:00
|
|
|
- 0.14.4 Fixed issue of importing configurations.
|
2022-09-06 10:02:58 +02:00
|
|
|
- 0.14.5 Auto chunk size adjusting implemented.
|
|
|
|
- 0.14.6 Change Target to ES2018
|
|
|
|
- 0.14.7 Refactor and fix typos.
|
2022-09-06 10:13:53 +02:00
|
|
|
- 0.14.8 Refactored again. There should be no change in behaviour, but please let me know if there is any.
|
2022-07-28 12:19:37 +02:00
|
|
|
|
2022-09-12 04:16:41 +02:00
|
|
|
... To continue on to `updates_old.md`.
|