mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-23 06:31: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.18.5",
|
"version": "0.18.6",
|
||||||
"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.18.5",
|
"version": "0.18.6",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.18.5",
|
"version": "0.18.6",
|
||||||
"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.18.5",
|
"version": "0.18.6",
|
||||||
"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",
|
||||||
|
|||||||
37
updates.md
37
updates.md
@@ -33,36 +33,11 @@ Note: **When changing this configuration, we need to rebuild both of the local a
|
|||||||
- Be sure to fully all devices synchronised before perform it.
|
- Be sure to fully all devices synchronised before perform it.
|
||||||
- After cleaning up the remote, all devices will be locked out. If we are sure had it be synchronised, we can perform only cleaning-up locally. If not, we have to perform `Fetch`.
|
- After cleaning up the remote, all devices will be locked out. If we are sure had it be synchronised, we can perform only cleaning-up locally. If not, we have to perform `Fetch`.
|
||||||
|
|
||||||
### 0.17.0
|
- 0.18.6
|
||||||
- 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.
|
- New features:
|
||||||
Please rebuild databases once if you have been worried about storage usage.
|
- Now remote database cleaning-up will be detected automatically.
|
||||||
|
- A solution selection dialogue will be shown if synchronisation is rejected after cleaning or rebuilding the remote database.
|
||||||
|
- During fetching or rebuilding, we can configure `Hidden file synchronisation` on the spot.
|
||||||
|
- It let us free from conflict resolution on initial synchronising.
|
||||||
|
|
||||||
- Improved:
|
|
||||||
- Splitting markdown
|
|
||||||
- Saving chunks
|
|
||||||
|
|
||||||
- Changed:
|
|
||||||
- Chunk ID numbering rules
|
|
||||||
|
|
||||||
#### Minors
|
|
||||||
- __0.17.1 to 0.17.30 has been moved into `update_old.md`__
|
|
||||||
- 0.17.31
|
|
||||||
- Fixed:
|
|
||||||
- Now `redflag3` can be run surely.
|
|
||||||
- Synchronisation can now be aborted.
|
|
||||||
- Note: The synchronisation flow has been rewritten drastically. Please do not haste to inform me if you have noticed anything.
|
|
||||||
- 0.17.32
|
|
||||||
- Fixed:
|
|
||||||
- Now periodic internal file scanning works well.
|
|
||||||
- The handler of Window-visibility-changed has been fixed.
|
|
||||||
- And minor fixes possibly included.
|
|
||||||
- Refactored:
|
|
||||||
- Unused logic has been removed.
|
|
||||||
- Some utility functions have been moved into suitable files.
|
|
||||||
- Function names have been renamed.
|
|
||||||
- 0.17.33
|
|
||||||
- Maintenance update: Refactored; the responsibilities that `LocalDatabase` had were shared. (Hoping) No changes in behaviour.
|
|
||||||
- 0.17.34
|
|
||||||
- Fixed: The `Fetch` that was broken at 0.17.33 has been fixed.
|
|
||||||
- Refactored again: Internal file sync, plug-in sync and Set up URI have been moved into each file.
|
|
||||||
... To continue on to `updates_old.md`.
|
... To continue on to `updates_old.md`.
|
||||||
@@ -155,6 +155,26 @@
|
|||||||
- Fixed a problem about reading chunks online when a file has more chunks than the concurrency limit.
|
- Fixed a problem about reading chunks online when a file has more chunks than the concurrency limit.
|
||||||
- Rollbacked:
|
- Rollbacked:
|
||||||
- Logs are kept only for 100 lines, again.
|
- Logs are kept only for 100 lines, again.
|
||||||
|
- 0.17.31
|
||||||
|
- Fixed:
|
||||||
|
- Now `redflag3` can be run surely.
|
||||||
|
- Synchronisation can now be aborted.
|
||||||
|
- Note: The synchronisation flow has been rewritten drastically. Please do not haste to inform me if you have noticed anything.
|
||||||
|
- 0.17.32
|
||||||
|
- Fixed:
|
||||||
|
- Now periodic internal file scanning works well.
|
||||||
|
- The handler of Window-visibility-changed has been fixed.
|
||||||
|
- And minor fixes possibly included.
|
||||||
|
- Refactored:
|
||||||
|
- Unused logic has been removed.
|
||||||
|
- Some utility functions have been moved into suitable files.
|
||||||
|
- Function names have been renamed.
|
||||||
|
- 0.17.33
|
||||||
|
- Maintenance update: Refactored; the responsibilities that `LocalDatabase` had were shared. (Hoping) No changes in behaviour.
|
||||||
|
- 0.17.34
|
||||||
|
- Fixed: The `Fetch` that was broken at 0.17.33 has been fixed.
|
||||||
|
- Refactored again: Internal file sync, plug-in sync and Set up URI have been moved into each file.
|
||||||
|
|
||||||
### 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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user