mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-25 15:41:30 +00:00
bump
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-livesync",
|
"id": "obsidian-livesync",
|
||||||
"name": "Self-hosted LiveSync",
|
"name": "Self-hosted LiveSync",
|
||||||
"version": "0.16.8",
|
"version": "0.17.0",
|
||||||
"minAppVersion": "0.9.12",
|
"minAppVersion": "0.9.12",
|
||||||
"description": "Community implementation of self-hosted livesync. Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
|
"description": "Community implementation of self-hosted livesync. Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
|
||||||
"author": "vorotamoroz",
|
"author": "vorotamoroz",
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.16.8",
|
"version": "0.17.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.16.8",
|
"version": "0.17.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"diff-match-patch": "^1.0.5",
|
"diff-match-patch": "^1.0.5",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.16.8",
|
"version": "0.17.0",
|
||||||
"description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
|
"description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
34
updates.md
34
updates.md
@@ -1,3 +1,15 @@
|
|||||||
|
### 0.17.0
|
||||||
|
- 0.17.0 has no surfaced changes but the design of saving chunks has been changed. They have compatibility but changing files after upgrading makes different chunks than before 0.16.x.
|
||||||
|
Please rebuild databases once if you have been worried about storage usage.
|
||||||
|
|
||||||
|
- Improved:
|
||||||
|
- Splitting markdown
|
||||||
|
- Saving chunks
|
||||||
|
|
||||||
|
- Changed:
|
||||||
|
- Chunk ID numbering rules
|
||||||
|
|
||||||
|
|
||||||
### 0.16.0
|
### 0.16.0
|
||||||
- Now hidden files need not be scanned. Changes will be detected automatically.
|
- 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`.
|
- If you want it to back to its previous behaviour, please disable `Monitor changes to internal files`.
|
||||||
@@ -31,25 +43,3 @@
|
|||||||
|
|
||||||
Note:
|
Note:
|
||||||
Before 0.16.5, LiveSync had some issues making chunks. In this case, synchronisation had became been always failing after a corrupted one should be made. After 0.16.6, the corrupted chunk is automatically detected. Sorry for troubling you but please do `rebuild everything` when this plug-in notified so.
|
Before 0.16.5, LiveSync had some issues making chunks. In this case, synchronisation had became been always failing after a corrupted one should be made. After 0.16.6, the corrupted chunk is automatically detected. Sorry for troubling you but please do `rebuild everything` when this plug-in notified so.
|
||||||
|
|
||||||
### 0.15.0
|
|
||||||
- Outdated configuration items have been removed.
|
|
||||||
- Setup wizard has been implemented!
|
|
||||||
|
|
||||||
I appreciate for reviewing and giving me advice @Pouhon158!
|
|
||||||
|
|
||||||
#### Minors
|
|
||||||
- 0.15.1 Missed the stylesheet.
|
|
||||||
- 0.15.2 The wizard has been improved and documented!
|
|
||||||
- 0.15.3 Fixed the issue about locking/unlocking remote database while rebuilding in the wizard.
|
|
||||||
- 0.15.4 Fixed issues about asynchronous processing (e.g., Conflict check or hidden file detection)
|
|
||||||
- 0.15.5 Add new features for setting Self-hosted LiveSync up more easier.
|
|
||||||
- 0.15.6 File tracking logic has been refined.
|
|
||||||
- 0.15.7 Fixed bug about renaming file.
|
|
||||||
- 0.15.8 Fixed bug about deleting empty directory, weird behaviour on boot-sequence on mobile devices.
|
|
||||||
- 0.15.9 Improved chunk retrieving, now chunks are retrieved in batch on continuous requests.
|
|
||||||
- 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.
|
|
||||||
|
|
||||||
... To continue on to `updates_old.md`.
|
|
||||||
Reference in New Issue
Block a user