Skip to content

3.4.0

Compare
Choose a tag to compare
@RafikiTiki RafikiTiki released this 03 Aug 11:45
· 271 commits to main since this release

This Release comes with

Two minor changes

  • The First one enabled a better way to control CodeSigningPlugin i.e. turning it off in development
  • The second one is a change that was merged to the old v3 branch, but it somehow got mixed up and never really was released, thanks @eps1lon for handling that!

Minor Changes

  • #409 d4d7dc7 Thanks @jbroma! - Added enabled flag to CodeSigningPlugin, this is useful when you want to disable the plugin in development environment and only keep it in production. For now this flag defaults to true to prevent a breaking change.