mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-22 22:21:29 +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.24.26",
|
"version": "0.24.27",
|
||||||
"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",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.24.26",
|
"version": "0.24.27",
|
||||||
"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",
|
||||||
|
|||||||
16
updates.md
16
updates.md
@@ -1,3 +1,19 @@
|
|||||||
|
## 0.24.27
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
|
||||||
|
- We can use prefix for path for the Bucket synchronisation.
|
||||||
|
- For example, if you set the `vaultName/` as a prefix for the bucket in the root directory, all data will be transferred to the bucket under the `vaultName/` directory.
|
||||||
|
- The "Use Request API to avoid `inevitable` CORS problem" option is now promoted to the normal setting, not a niche patch.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Now switching replicators applied immediately, without the need to restart Obsidian.
|
||||||
|
|
||||||
|
### Tidied up
|
||||||
|
|
||||||
|
- Some dependencies have been updated to the latest version.
|
||||||
|
|
||||||
## 0.24.26
|
## 0.24.26
|
||||||
|
|
||||||
This update introduces an option to circumvent Cross-Origin Resource Sharing
|
This update introduces an option to circumvent Cross-Origin Resource Sharing
|
||||||
|
|||||||
Reference in New Issue
Block a user