mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-01-29 18:53:43 +02:00
bump
This commit is contained in:
parent
2c97289ec8
commit
115a0d2d8a
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-livesync",
|
"id": "obsidian-livesync",
|
||||||
"name": "Self-hosted LiveSync",
|
"name": "Self-hosted LiveSync",
|
||||||
"version": "0.24.0",
|
"version": "0.24.1",
|
||||||
"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.0",
|
"version": "0.24.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.24.0",
|
"version": "0.24.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.645.0",
|
"@aws-sdk/client-s3": "^3.645.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.24.0",
|
"version": "0.24.1",
|
||||||
"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",
|
||||||
|
23
updates.md
23
updates.md
@ -14,6 +14,24 @@ Thank you, and I hope your troubles will be resolved!
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.24.1
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Vault History can show the correct information of match-or-not for each file and database even if it is a binary file.
|
||||||
|
- `Sync settings via markdown` is now hidden during the setup wizard.
|
||||||
|
- Verify and Fix will ignore the hidden files if the hidden file sync is disabled.
|
||||||
|
|
||||||
|
#### New feature
|
||||||
|
|
||||||
|
- Now we can fetch the tweaks from the remote database while the setting dialogue and wizard are processing.
|
||||||
|
|
||||||
|
#### Improved
|
||||||
|
|
||||||
|
- More things are moved to the modules.
|
||||||
|
- Includes the Main codebase. Now `main.ts` is almost stub.
|
||||||
|
- EventHub is now more robust and typesafe.
|
||||||
|
|
||||||
## 0.24.0
|
## 0.24.0
|
||||||
|
|
||||||
### Improved
|
### Improved
|
||||||
@ -46,13 +64,11 @@ Thank you, and I hope your troubles will be resolved!
|
|||||||
- The chunks of the document on the local device during the first transfer will be created correctly.
|
- The chunks of the document on the local device during the first transfer will be created correctly.
|
||||||
- And why we should create them is now explained in the dialogue.
|
- And why we should create them is now explained in the dialogue.
|
||||||
- If optional features have been enabled in the wizard, `Enable advanced features` will be toggled correctly.
|
- If optional features have been enabled in the wizard, `Enable advanced features` will be toggled correctly.
|
||||||
The hidden file sync is now working correctly.
|
The hidden file sync is now working correctly. - Now the deletion of hidden files is correctly synchronised.
|
||||||
- Now the deletion of hidden files is correctly synchronised.
|
|
||||||
- Customisation Sync is now working correctly together with hidden file sync.
|
- Customisation Sync is now working correctly together with hidden file sync.
|
||||||
- No longer database suffix is stored in the setting sharing markdown.
|
- No longer database suffix is stored in the setting sharing markdown.
|
||||||
- A fair number of bugs have been fixed.
|
- A fair number of bugs have been fixed.
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Some default settings have been changed for an easier new user experience.
|
- Some default settings have been changed for an easier new user experience.
|
||||||
@ -63,5 +79,4 @@ The hidden file sync is now working correctly.
|
|||||||
- The codebase has been reorganised into clearly defined modules.
|
- The codebase has been reorganised into clearly defined modules.
|
||||||
- Commented-out codes have been gradually removed.
|
- Commented-out codes have been gradually removed.
|
||||||
|
|
||||||
|
|
||||||
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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user