siyuan

A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.

AGPL-3.0 License

Stars
15.6K
Committers
54

Bot releases are visible (Hide)

siyuan - Bug fixes and improves details

Published by 88250 over 3 years ago

siyuan - v1.2.0 Beta2

Published by 88250 over 3 years ago

Bug fixes and improve details.

siyuan - v1.2.0 Beta1

Published by 88250 over 3 years ago

The following steps are only applicable to upgrade from v1.1.x to v1.2.x, please ignore if you are already using v1.2.x.

  1. Back up data, once you migrate to the new version, you cannot roll back to the old version

  2. After the first startup, the default workspace path will be:

    • Windows: C:\Users\User Name\Documents\SiYuan
    • macOS: /Users/Username/Documents/SiYuan
    • Can be modified in Settings - About - Workspace Directory
  3. Manually copy the original notebook folder to workspace/data/, open the notebook on the document tree

    • Old .md document data will be migrated to the new .sy JSON format
    • The old assets folder will be moved to the workspace /data/assets/ folder, please note that the resource files with the same name will be overwritten

If you encounter problems, please post feedback, I wish you all a smooth migration 🎉


Changelogs

Features

Enhancements

Docs

Abolishments

Bug fixes

siyuan - Use Rsync instead of Git for sync

Published by 88250 over 3 years ago

Features

  • Use Rsync instead of Git for sync
    • Since the cloud data has been emptied, it is necessary to upload the local data to the cloud through synchronization-upload first
    • Removed the automatic synchronization function, if you need to synchronize, please operate manually
    • The Git automatic commit interval will be reset to 0, that is, the Git version management function is disabled. If you need to open the version management function, please set the interval value to a value greater than 0. It is recommended to set it to 10, which means that the version will be submitted automatically every 10 minutes
  • The initial size of cloud space has been expanded from 4G to 8G
  • The graph has undergone a preliminary remake, please manually reset the graph parameters once

Enhancements

Bug fixes