What's Changed
Major changes⭐
- Support for Inno Setup 6.5.2, 6.5.3, 6.5.4, 6.6.0, and 6.6.1
Fixes and other changes 🔧
- Fix existing PR matching on partial version - #1414 - a618018
- Add content type check to only download installers/binaries - #1457
- Disable setting referrer header in downloads #1412 (comment) - a015622
- Use found values as defaults for new package prompts - 38d41fb
- Handle multiple content types - #1505
- Enable dark mode in Windows installer - 832e827
- Fix various NSIS 'mock execution' logic bugs- #1480
- Install Inno Setup in CI using WinGet by @pl4nty in #1427
- Migrate Homebrew tap to homebrew-core by @UnownPlain in #1436
- Fix Burn XML-encoded URLs by @pl4nty in #1439
- Add Burn NotEq operator (
<>) by @pl4nty in #1438 - Fix multiple display names in Burn MSI packages by @pl4nty in #1437
- Add Burn case-insensitive equality operator (
~=) by @pl4nty in #1442 - Alias analyze to analyse command by @UnownPlain in #1488
- Fix incorrect MSIX
DisplayNameby @UnownPlain in #1495 - Fix missing zip prompt values in final manifest by @UnownPlain in #1486
- Preserve nested installer metadata during version updates to perserve existing
PortableCommandAlias#1392 by @tonur in #1493
New Contributors
Full Changelog: v2.13.0...v2.14.0