Skip to content

v0.1.5 - bug fixes

Choose a tag to compare

@almakarem almakarem released this 11 Jun 09:38

Two regressions from 0.1.4, both reported and fixed within a few hours.

Fixed

  • Lens stops following the mouse after a keyboard pan or controller nudge. A single arrow-key press would latch the lens off-cursor until the app was restarted, because the keyboard pan path set the cursor-ownership flag but only the controller-idle code path ever cleared it. Mouse-follow now releases the latch the instant the physical mouse moves, and toggling the lens off / on resets it as well. Filed under InputRouter::ReleaseCursorOwnership().
  • --start-minimized flag (and general.start_minimized setting) was a no-op for the first-run welcome balloon. App::Initialise discarded the CLI flag and never consulted the persisted setting. Both now combine into a single start_quiet predicate that suppresses the welcome toast, so autostart launches are silent as advertised.

Upgrading

Drop-in MSI upgrade from 0.1.4 (MajorUpgrade is configured). Portable users: replace the executable, keep the existing %LOCALAPPDATA%\\Magnifier\\config.toml.

Verify

Get-FileHash SHA-256s are listed below.