You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An untouched slider now inserts its default value, instead of the raw min,max,step,default string it produced by accident.
A note whose entire content is a varinote block is now emptied correctly, rather than keeping the block.
Changed
Calculations are evaluated by a small built-in arithmetic parser instead of by executing generated JavaScript. Supported: +, -, *, /, parentheses, unary minus, and decimals. Anything outside that set, such as ** or %, is now left as plain text rather than evaluated.
Internal
Unit and end-to-end test suites, CI on every push, and ESLint with the Obsidian plugin ruleset.
Release assets now carry build provenance attestation.