Skip to content

Commit

Permalink
update default vault and bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtmrz committed Feb 27, 2025
1 parent a4eb215 commit cbcfdc4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-livesync",
"name": "Self-hosted LiveSync",
"version": "0.24.16",
"version": "0.24.17",
"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.",
"author": "vorotamoroz",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-livesync",
"version": "0.24.16",
"version": "0.24.17",
"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",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/lib
10 changes: 10 additions & 0 deletions updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Nevertheless, that being said, to be more honest, I still have not decided what

Note: Already you have noticed this, but let me mention it again, this is a significantly large update. If you have noticed anything, please let me know. I will try to fix it as soon as possible (Some address is on my [profile](https://github.com/vrtmrz)).

## 0.24.17

Confession. I got the default values wrong. So scary and sorry.

### Behaviour and default changed

- **NOW INDEED AND ACTUALLY** `Compute revisions for chunks` are backed into enabled again. it is necessary for garbage collection of chunks.
- As far as existing users are concerned, this will not automatically change, but the Doctor will inform us.


## 0.24.16

### Improved
Expand Down

0 comments on commit cbcfdc4

Please sign in to comment.