mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-15 18:55:57 +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.15.10",
|
"version": "0.16.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.15.10",
|
"version": "0.16.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.15.10",
|
"version": "0.16.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.15.10",
|
"version": "0.16.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",
|
||||||
|
|||||||
30
updates.md
30
updates.md
@@ -1,3 +1,8 @@
|
|||||||
|
### 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.
|
||||||
|
|
||||||
### 0.15.0
|
### 0.15.0
|
||||||
- Outdated configuration items have been removed.
|
- Outdated configuration items have been removed.
|
||||||
- Setup wizard has been implemented!
|
- Setup wizard has been implemented!
|
||||||
@@ -18,29 +23,4 @@ I appreciate for reviewing and giving me advice @Pouhon158!
|
|||||||
- The boot sequence has been corrected and now boots smoothly.
|
- The boot sequence has been corrected and now boots smoothly.
|
||||||
- Auto applying of batch save will be processed earlier than before.
|
- Auto applying of batch save will be processed earlier than before.
|
||||||
|
|
||||||
### 0.14.1
|
|
||||||
- The target selecting filter was implemented.
|
|
||||||
Now we can set what files are synchronised by regular expression.
|
|
||||||
- We can configure the size of chunks.
|
|
||||||
We can use larger chunks to improve performance.
|
|
||||||
(This feature can not be used with IBM Cloudant)
|
|
||||||
- Read chunks online.
|
|
||||||
Now we can synchronise only metadata and retrieve chunks on demand. It reduces local database size and time for replication.
|
|
||||||
- Added this note.
|
|
||||||
- Use local chunks in preference to remote them if present,
|
|
||||||
|
|
||||||
#### Recommended configuration for Self-hosted CouchDB
|
|
||||||
- Set chunk size to around 100 to 250 (10MB - 25MB per chunk)
|
|
||||||
- *Set batch size to 100 and batch limit to 20 (0.14.2)*
|
|
||||||
- Be sure to `Read chunks online` checked.
|
|
||||||
|
|
||||||
#### Minors
|
|
||||||
- 0.14.2 Fixed issue about retrieving files if synchronisation has been interrupted or failed
|
|
||||||
- 0.14.3 New test items have been added to `Check database configuration`.
|
|
||||||
- 0.14.4 Fixed issue of importing configurations.
|
|
||||||
- 0.14.5 Auto chunk size adjusting implemented.
|
|
||||||
- 0.14.6 Change Target to ES2018
|
|
||||||
- 0.14.7 Refactor and fix typos.
|
|
||||||
- 0.14.8 Refactored again. There should be no change in behaviour, but please let me know if there is any.
|
|
||||||
|
|
||||||
... To continue on to `updates_old.md`.
|
... To continue on to `updates_old.md`.
|
||||||
@@ -1,3 +1,28 @@
|
|||||||
|
### 0.14.1
|
||||||
|
- The target selecting filter was implemented.
|
||||||
|
Now we can set what files are synchronised by regular expression.
|
||||||
|
- We can configure the size of chunks.
|
||||||
|
We can use larger chunks to improve performance.
|
||||||
|
(This feature can not be used with IBM Cloudant)
|
||||||
|
- Read chunks online.
|
||||||
|
Now we can synchronise only metadata and retrieve chunks on demand. It reduces local database size and time for replication.
|
||||||
|
- Added this note.
|
||||||
|
- Use local chunks in preference to remote them if present,
|
||||||
|
|
||||||
|
#### Recommended configuration for Self-hosted CouchDB
|
||||||
|
- Set chunk size to around 100 to 250 (10MB - 25MB per chunk)
|
||||||
|
- *Set batch size to 100 and batch limit to 20 (0.14.2)*
|
||||||
|
- Be sure to `Read chunks online` checked.
|
||||||
|
|
||||||
|
#### Minors
|
||||||
|
- 0.14.2 Fixed issue about retrieving files if synchronisation has been interrupted or failed
|
||||||
|
- 0.14.3 New test items have been added to `Check database configuration`.
|
||||||
|
- 0.14.4 Fixed issue of importing configurations.
|
||||||
|
- 0.14.5 Auto chunk size adjusting implemented.
|
||||||
|
- 0.14.6 Change Target to ES2018
|
||||||
|
- 0.14.7 Refactor and fix typos.
|
||||||
|
- 0.14.8 Refactored again. There should be no change in behaviour, but please let me know if there is any.
|
||||||
|
|
||||||
### 0.13.0
|
### 0.13.0
|
||||||
|
|
||||||
- The metadata of the deleted files will be kept on the database by default. If you want to delete this as the previous version, please turn on `Delete metadata of deleted files.`. And, if you have upgraded from the older version, please ensure every device has been upgraded.
|
- The metadata of the deleted files will be kept on the database by default. If you want to delete this as the previous version, please turn on `Delete metadata of deleted files.`. And, if you have upgraded from the older version, please ensure every device has been upgraded.
|
||||||
|
|||||||
Reference in New Issue
Block a user