Skip to content

Releases: joncloud/makensis-action

v2.0

21 May 16:42
Compare
Choose a tag to compare

Updates

  • Refactors plugins API to be simpler. @joncloud
    • Bumps to new major version
    • Removes just-include, include-more-plugins and include-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 to additional-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

21 May 02:37
Compare
Choose a tag to compare

Updates

v1.1

29 Apr 23:21
db31fc6
Compare
Choose a tag to compare

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

30 Jan 05:13
d6d7d5b
Compare
Choose a tag to compare
Update action.yml