You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.5.0 (2026-06-02)
Enhancements
Improved logging of warnings during installation (#464 via #475)
Bug fixes
Registry entries are now properly quoted. This resolves an issue where opening files associated with a program could fail if its path included blank spaces. (#290 via #404)
On Windows, the @elevate_as_needed decorator now respects the .nonadmin marker file when running as admin, using user mode instead of system mode. (#453 via #454)
On Windows, fixed path quoting in activation scripts for installations with spaces in the path. (#454)
install_all and remove_all now skip malformed JSON files with a warning instead of crashing. (#459 via #460)
Resolved an issue where menus containing some platform-specific shortcuts would lead to install and removal errors (#463 via #475)