v0.2.0
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 andDeveloper: Set Log Levelall work.plantumlLocal.logLevelis applied on top of the panel's own level selector — raising the setting alone no longer guarantees thattrace/debuglines are visible. - Settings are read through a validated schema, so a hand-edited
settings.jsonfalls back to the declared default instead of reaching the renderer as an unchecked value. plantumlLocal.themechanges 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