Releases: boyechko/ezeka
Releases · boyechko/ezeka
Version 0.2.0
[0.2.0] - 2025-07-18
Fixed
ezeka-toggle-header-read-onlymakes the full file content writeable.- Breadcrumbs: multiple fixes to improve behavior when dropping or following trails.
ezeka-note-moved-pno longer incorrectly matches IDs outside ofoldnames.- Various bugs in
ezeka-header-rubric-regexp,ezeka-format-metadata,ezeka-kill-ring-save-link, etc. ezeka-octavocommands now avoid requiringverticobut use it when available.
Added
README.mdwith installation instructions and basic reference.CHANGELOG.mdwith major milestones.ezeka-system-log-trailandezeka-view-system-log-entriesto display relevant system log entries.ezeka-add-change-log-entryand helpers make it easier to add change log entries interactively.ezeka-insert-link-functionshook that is run with the link being inserted.- Breadcrumbs are dropped for the link being inserted.
ezeka-insert-snippet-textdemotes headings, respects:noheadings:tag, and puts content of Summary section in a block quote rather than comment block.ezeka-pull-link-forwardandezeka-pull-link-backwardto more easily manipulate links in writing.ezeka--create-placeholdernow adds a "placeholder" tag when creating a placeholder note.
Refactored
- Move code from
ezeka.el(was 5361 lines) intoezeka-base.el,ezeka-compose.el,ezeka-file.el,ezeka-meta.el,ezeka-syslog.el, ending up with "only" 2430 lines. - Organize tests into separate files with alphabetical order.
Removed
- Long-unused files (
ezeka-citar.el,ezeka-md.el,ezeka-deft.el,_ezeka-wip.el) and obsolete functions no longer relevant for the core behavior.