Skip to content

v0.2.1

Choose a tag to compare

@JoernBerkefeld JoernBerkefeld released this 08 Jul 11:42

Bugfixes

  • Fix the initial window rendering with an empty body: update-status.js now wraps its body in an IIFE so its top-level const api / attachGlobal no longer collide with file-size.js in the renderer's shared <script> scope. The previous SyntaxError aborted the update-helper attachment and left the default Connections view unmounted on launch.
  • Fix Start export / Start import doing nothing on the first click: the JobRunner.isRunning getter compared #jobId against null while the field is actually undefined, so every screen's "already running?" guard swallowed the first click and no job ever started (no CLI output, Cancel button never activated).

Chores

  • Add regression coverage for JobRunner via a lightweight vm + fake-DOM harness.
  • Set winget manifests to 0.2.0 with the real installer SHA-256 and bump the manifest schema to 1.12.0.
  • Add an MIT LICENSE file (resolves the winget LicenseUrl 404) and automate package-manager manifest refresh.

Full Changelog: v0.2.0...v0.2.1