All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.6 - 2024-03-05
- Added
UTF-8 BOM
to the generated header file, which is necessary for NSIS to interpret the file as beingUTF-8
.
1.0.5 - 2023-11-10
- Added logging of the
makensis
call with arguments.
- Tweaked the logic of the
compress
parameter to only be explicit when it deviates from the default option. - Clarified the use of the
compress
andcompression
parameters in the documentation.
1.0.4 - 2023-11-07
- Implemented
compress
as a parameter for themakensis
call.
1.0.3 - 2020-11-26
- Fixed makensis location resolution from OS path environment variable (#6). Thanks to @adamretter for pinpointing the problem.
1.0.2 - 2019-06-13
- @adamretter improved
autoNsisDir
resolution (#3).
1.0.1 - 2019-05-03
- Created this changelog.