1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2024-12-12 09:04:06 +02:00
obsidian-livesync/updates.md

43 lines
2.1 KiB
Markdown
Raw Normal View History

2022-10-05 10:14:52 +02:00
### 0.16.0
- Now hidden files need not be scanned. Changes will be detected automatically.
- If you want it to back to its previous behaviour, please disable `Monitor changes to internal files`.
- Due to using an internal API, this feature may become unusable with a major update. If this happens, please disable this once.
2022-10-14 10:39:16 +02:00
#### Minors
- 0.16.1 Added missing log updates.
2022-10-21 11:22:02 +02:00
- 0.16.2 Fixed many problems caused by combinations of `Sync On Save` and the tracking logic that changed at 0.15.6.
2022-10-25 04:34:09 +02:00
- 0.16.3
- Fixed detection of IBM Cloudant (And if there are some issues, be fixed automatically).
- A configuration information reporting tool has been implemented.
2022-10-25 04:48:21 +02:00
- 0.16.4 Fixed detection failure. Please set the `Chunk size` again when using a self-hosted database.
2022-10-27 10:42:15 +02:00
- 0.16.5
- Fixed
- Conflict detection and merging now be able to treat deleted files.
- Logs while the boot-up sequence has been tidied up.
- Fixed incorrect log entries.
- New Feature
- The feature of automatically deleting old expired metadata has been implemented.
We can configure it in `Delete old metadata of deleted files on start-up` in the `General Settings` pane.
2022-10-14 10:39:16 +02:00
2022-09-10 19:56:41 +02:00
### 0.15.0
2022-10-21 11:22:02 +02:00
- Outdated configuration items have been removed.
2022-09-10 19:56:41 +02:00
- 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-29 09:58:53 +02:00
- 0.15.8 Fixed bug about deleting empty directory, weird behaviour on boot-sequence on mobile devices.
2022-10-01 18:48:50 +02:00
- 0.15.9 Improved chunk retrieving, now chunks are retrieved in batch on continuous requests.
2022-10-03 03:57:39 +02:00
- 0.15.10 Fixed:
- The boot sequence has been corrected and now boots smoothly.
- Auto applying of batch save will be processed earlier than before.
2022-09-10 20:02:44 +02:00
2022-09-12 04:16:41 +02:00
... To continue on to `updates_old.md`.