v0.1.5 - bug fixes
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-minimizedflag (andgeneral.start_minimizedsetting) was a no-op for the first-run welcome balloon.App::Initialisediscarded the CLI flag and never consulted the persisted setting. Both now combine into a singlestart_quietpredicate 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.