Skip to content

1.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jul 21:47

Fixed

  • 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.