Skip to content

v3.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@idleberg idleberg released this 21 Mar 22:26
· 0 commits to main since this release

Notes

This release introduces some breaking changes that contribute to the codebase's maintainability. Over the past couple of releases, a lot of effort has been put into keeping the Wine tests up-to-date. So I have decided to degrade Wine support to experimental status. This means, that Wine support will remain as-is, but it's no longer supported in any way. Besides that, all workarounds handling old NSIS versions have been removed.

  • Breaking Change: require NodeJS >=18
  • Breaking Change: require NSIS 3.06 (or later)
  • Breaking Change: remove event support
  • Breaking Change: remove support for .env files
  • degrade Wine option to experimental status
  • re-add CommonJS export
  • change build tool to tsup
  • run tests directly from source
  • remove Wine tests
  • use Corepack in pipeline