Releases: t73fde/zettelstore
v2.0.0
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-modereplacesexpert-modefor allowing to trigger search index refreshes.expert-modenow only controls zettel visibility. -
Removed Config:
show-subordinate-linksruntime configuration removed. -
Sx Dependencies Update: Use
successor/predecessorrelations for load dependencies betweensxnzettel. Previous support forprecursor/folgedependencies removed. -
Service Key Moves:
simple-modemoved from serviceconfig→coresx-max-nestingmoved from serviceweb→config
-
Metadata Key Renames:
superior→superordinate;subordinates→subordinate.
Enhancements
- WebUI: Added action link on zettel and info pages to generate a Zettelmarkup reference and copy it to the clipboard.
- Metadata Support: Added
successorandpredecessorkeys to indicate order between zettel wherefolge/precursorare not suitable. - Numerous small bug fixes and documentation improvements.
Changelog: https://zettelstore.de/home/doc/trunk/www/changes.wiki#2_0
v1.0.2
General availability after more than five years of development.
Changelog: https://zettelstore.de/home/doc/trunk/www/changes.wiki#1_0