Skip to content

Commit b8edc85

Browse files
committed
bump
1 parent e2740cb commit b8edc85

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-livesync",
33
"name": "Self-hosted LiveSync",
4-
"version": "0.23.17",
4+
"version": "0.23.18",
55
"minAppVersion": "0.9.12",
66
"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.",
77
"author": "vorotamoroz",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-livesync",
3-
"version": "0.23.17",
3+
"version": "0.23.18",
44
"description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
55
"main": "main.js",
66
"type": "module",

updates.md

+17
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@ I have a lot of respect for that plugin, even though it is sometimes treated as
1818
Hooray for open source, and generous licences, and the sharing of knowledge by experts.
1919

2020
#### Version history
21+
- 0.23.18:
22+
- New feature:
23+
- Per-file-saved customization sync has been shipped.
24+
- We can synchronise plug-igs etc., more smoothly.
25+
- Default: disabled. We need a small migration when enabling this. And all devices should be updated to v0.23.18. Once we enabled this, we lost compatibility with old versions.
26+
- Customisation sync has got beta3.
27+
- We can set `Flag` to each item to select the newest, automatically.
28+
- This configuration is per device.
29+
- Improved:
30+
- Start-up speed has been improved.
31+
- Fixed:
32+
- On the customisation sync dialogue, buttons are kept within the screen.
33+
- No more unnecessary entries on `data.json` for customisation sync.
34+
- Selections are no longer lost while updating customisation items.
35+
- Tidied on source codes:
36+
- Many typos have been fixed.
37+
- Some unnecessary type casting removed.
2138
- 0.23.17:
2239
- Improved:
2340
- Overall performance has been improved by using PouchDB 9.0.0.

0 commit comments

Comments
 (0)