Skip to content

Releases: t73fde/zettelstore

v2.0.0

09 Mar 17:20
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Zettelstore 2.0 Release Notes

Breaking Changes

  • Line Break Syntax: Hard line breaks now use an empty comment at the end of a line instead of a space or backslash.

  • Startup Config: refresh-mode replaces expert-mode for allowing to trigger search index refreshes. expert-mode now only controls zettel visibility.

  • Removed Config: show-subordinate-links runtime configuration removed.

  • Sx Dependencies Update: Use successor / predecessor relations for load dependencies between sxn zettel. Previous support for precursor / folge dependencies removed.

  • Service Key Moves:

    • simple-mode moved from service configcore
    • sx-max-nesting moved from service webconfig
  • Metadata Key Renames: superiorsuperordinate; subordinatessubordinate.

Enhancements

  • WebUI: Added action link on zettel and info pages to generate a Zettelmarkup reference and copy it to the clipboard.
  • Metadata Support: Added successor and predecessor keys to indicate order between zettel where folge / precursor are not suitable.
  • Numerous small bug fixes and documentation improvements.

Changelog: https://zettelstore.de/home/doc/trunk/www/changes.wiki#2_0

v1.0.2

21 Dec 14:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

General availability after more than five years of development.

Changelog: https://zettelstore.de/home/doc/trunk/www/changes.wiki#1_0