๐Ÿ”— Self-hosted LiveSync
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.
favorite
share
by vorotamoroz
4798
82,015
Latest Version
22 days ago
Changelog

0.23.23:

Refined:

  • Setting dialogue very slightly refined.
    • The hodgepodge inside the Hatch pane has been sorted into more explicit categorised panes.
    • Now we have new panes for:
      • Selector
      • Advanced
      • Power users
      • Patches (Edge case)
    • Applying the settings will now be more informative.
    • The header bar will be shown for applying the settings which needs a database rebuild.
    • Applying methods are now more clearly navigated.
    • Definitely, drastic change. I hope this will be more user-friendly. However, if you notice any issues, please let me know. I hope that nothing missed.

New features:

  • Word-segmented chunk building on users language
    • Chunks can now be built with word-segmented data, enhancing efficiency for markdown files which contains the multiple sentences in a single line.
    • This feature is enabled through Use Segmented-splitter.
    • (Default: Disabled, Please be relived, I have learnt).

Fixed:

  • Sending chunks on Send chunk in bulk are now buffered to avoid the out-of-memory error.
  • Send chunk in bulk is back to default disabled. (Sorry, not applied to the migrated users; I did not think we should deepen the wound any further "automatically").
  • Merging conflicts of JSON files are now works fine even if it contains null.

Development:

  • Implemented the logic for automatically generating the stub of document for the setting dialogue.
  • Mangling variable names are now disabled.