Releases: joncloud/makensis-action
Releases · joncloud/makensis-action
v2.0
Updates
- Refactors plugins API to be simpler. @joncloud
- Bumps to new major version
- Removes
just-include
,include-more-plugins
andinclude-custom-plugins-path
inputs - Adds
additional-plugin-paths
input- This allows for multiple paths delimited by newline
- Expected path directory changed to allow for other plugins including
x86-unicode
- Removes
nsis-path
output - Makes all plugins opt-in
Breaking changes
include-custom-plugins-path
can be mapped toadditional-plugin-paths
by changing the value to its parent directory, i.e.,${{ github.workspace }}/NSIS_Plugins/Plugins/x86-ansi/
would become${{ github.workspace }}/NSIS_Plugins/Plugins/
.- Any plugin that was originally included must now be downloaded and included separately.
v1.2
Updates
- Fixes typo in variable name @joncloud
v1.1
Updates
- Expand example usage to be more complete @dimo414
- Fixes the source path for the include-more-plugins option to match the
repository layout. @kg9ov - Bump @actions/http-client from 1.0.3 to 1.0.8 @dependabot
v1
Update action.yml