Skip to content

v0.4.8

Latest

Choose a tag to compare

@miragecoa miragecoa released this 07 May 22:04
· 1 commit to main since this release

Bug Fixes

  • Autostart window popup: Fixed root cause — launcher compiled with /NODEFAULTLIB left lpCmdLine NULL on x64. Switched to GetCommandLineW() so --hidden is correctly forwarded.
  • Frosted glass setting not persisting: glassEnabled ref defaulted to true and was never reset on load when disabled.
  • Window size forgotten after reboot: Maximized state now restored before the show/hide branch so both autostart and normal launch paths restore correctly.
  • Updater restart silently hides window: Update batch file was hardcoded with --hidden. Removed so the window appears after an update.
  • Updater path garbled on Chinese Windows: Added chcp 65001 to batch file so UTF-8 paths read correctly on GBK systems.
  • Duplicate registry entries causing popup: Legacy Squirrel entries not cleaned due to GBK encoding in reg.exe output. Cleanup now uses PowerShell .NET Registry API.