mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-13 17:55:56 +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.23",
|
"version": "0.24.24",
|
||||||
"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.24.23",
|
"version": "0.24.24",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.24.23",
|
"version": "0.24.24",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.787.0",
|
"@aws-sdk/client-s3": "^3.787.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.24.23",
|
"version": "0.24.24",
|
||||||
"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",
|
||||||
|
|||||||
17
updates.md
17
updates.md
@@ -10,6 +10,22 @@ 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)).
|
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.24
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- No longer broken JSON files including `\n`, during the bucket synchronisation. (#623)
|
||||||
|
- Custom headers and JWT tokens are now correctly sent to the server during configuration checking. (#624)
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
|
||||||
|
- Bucket synchronisation has been enhanced for better performance and reliability.
|
||||||
|
- Now less duplicated chunks are sent to the server.
|
||||||
|
Note: If you have encountered about too less chunks, please let me know. However, you can send it to the server by `Overwrite remote`.
|
||||||
|
- Fetching conflicted files from the server is now more reliable.
|
||||||
|
- Dependent libraries have been updated to the latest version.
|
||||||
|
- Also, let me know if you have encountered any issues with this update. Especially you are using a device that has been in use for a little longer.
|
||||||
|
|
||||||
## 0.24.23
|
## 0.24.23
|
||||||
|
|
||||||
### New Feature
|
### New Feature
|
||||||
@@ -93,5 +109,4 @@ Confession. I got the default values wrong. So scary and sorry.
|
|||||||
- **NOW INDEED AND ACTUALLY** `Compute revisions for chunks` are backed into enabled again. it is necessary for garbage collection of chunks.
|
- **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.
|
- As far as existing users are concerned, this will not automatically change, but the Doctor will inform us.
|
||||||
|
|
||||||
|
|
||||||
Older notes are in [updates_old.md](https://github.com/vrtmrz/obsidian-livesync/blob/main/updates_old.md).
|
Older notes are in [updates_old.md](https://github.com/vrtmrz/obsidian-livesync/blob/main/updates_old.md).
|
||||||
|
|||||||
Reference in New Issue
Block a user