Skip to content

Releases: Nuitka/Nuitka-Action

1.1

30 Jan 07:43
Compare
Choose a tag to compare

This is a refinement of the release and for use with Nuitka 2.0 or higher. Newer cache action is used on @main branch, so you might prefer that.

1.0

26 Oct 16:58
ba934bf
Compare
Choose a tag to compare

This release has the parsing code moved to Nuitka and no longer contains as many details. However, new options of Nuitka will still require newer versions of this action to use those options, since currently only known (to the action) options are usable. It might be advisable to just use main even though that can of course break.

v0.6

04 Aug 07:03
Compare
Choose a tag to compare

Unified the code for all 3 OSes, removing the need for a powerscript variant.

Also this adds actual use for some of the options that previously were not really having an effect.

A bunch of bug fixes and new features added.

Nuitka Commercial plugin options for embedding and traceback encryption are now covered as well.

Support following branches and tags of Nuitka, now defaults to "main"

18 Mar 07:50
Compare
Choose a tag to compare

The previous releases hard coded specific Nuitka versions as the default. This often led to users experiencing long solved problems.

The documentation has been updated to describe how to follow the latest version of this action, as well as how to follow the latest version of Nuitka, or a specific branch, e.g. "develop" or "main", or tags of Nuitka versions. These tag names match PyPI release names. The installation is now done from the GitHub repository and not PyPI, in order to offer branches as well.

v0.4

02 Aug 01:03
d345ca7
Compare
Choose a tag to compare

Cleaned up documentation for gui builds with Qt/PySide6 and Tkinter

v0.3.3

28 Jul 20:32
2633831
Compare
Choose a tag to compare
  • Added support for windows icon

v0.3.2

28 Jul 18:05
Compare
Choose a tag to compare

can now pass a comma separated list of plugins like:
with:
enable-plugins: pyside6, tk-inter

  • Fixed bug in windows build that usee "enable-plugins"

v0.3.0

28 Jul 16:36
c38efca
Compare
Choose a tag to compare

can now pass a comma separated list of plugins like:
 with:
   enable-plugins: pyside6, tk-inter

v0.2.0

11 Jul 22:43
Compare
Choose a tag to compare

v0.1.0

10 Jul 18:10
18aadf7
Compare
Choose a tag to compare

Initial release for building an exe from a python script