Skip to content

v0.2.0

Choose a tag to compare

@kkdev92 kkdev92 released this 28 Jul 11:04
· 35 commits to main since this release
f150848

Migrates to @kkdev92/vscode-ext-kit 1.1.0. Rendering, sanitisation and the Markdown preview integration are unchanged; the work is in the extension's wiring.

Changed

  • The output channel is now a native LogOutputChannel: timestamps, level colours, the Output panel's level dropdown and Developer: Set Log Level all work. plantumlLocal.logLevel is applied on top of the panel's own level selector — raising the setting alone no longer guarantees that trace/debug lines are visible.
  • Settings are read through a validated schema, so a hand-edited settings.json falls back to the declared default instead of reaching the renderer as an unchecked value.
  • plantumlLocal.theme changes are observed per key rather than by filtering whole-configuration events.
  • Development now requires Node.js 22 or newer (Node 20 reached end of life on 2026-04-30). The shipped bundle still targets the Node 20 runtime of the VS Code 1.96 extension host, so the supported VS Code range is unchanged.

Fixed

  • Scratch files under work/ are no longer packaged into the VSIX.

Full changelog: v0.1.0...v0.2.0