Skip to content

Releases: sayyid5416/pyinstaller

v1.6.1

02 Aug 09:43
a93132e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.6.1

v1.6.0

11 Mar 16:35
cebdc67
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1

28 Jan 05:23
87466d0
Compare
Choose a tag to compare

What's changed

  • Action description updated.

Full Changelog: v1.5.0...v1.5.1

v1.5.0

28 Jan 05:14
3c627d0
Compare
Choose a tag to compare

What's Changed

  • [New Input] clean_checkout to handle cleaning after checkout by @aliencaocao in #14
  • Fixes #11

Full Changelog: v1.4.0...v1.5.0

v1.4.0

10 Jan 22:16
f51f112
Compare
Choose a tag to compare

New Input:

  • pyinstaller_ver: Specific PyInstaller version you want to use (with proper signs, like ==5.13.2)

Added More Pyinstaller Options

06 Aug 10:41
454cc5f
Compare
Choose a tag to compare

What's Changed

Added support for more Pyinstaller options when using .py file type: #9

  • --add-data <SRC;DEST or SRC:DEST>,
  • --add-binary <SRC;DEST or SRC:DEST>,
  • --collect-data <MODULENAME>,
  • --collect-all <MODULENAME>

Full Changelog: v1.2.1...v1.3.0

New Input & Improvements in workflow

19 May 06:32
122b4da
Compare
Choose a tag to compare

What's changed

  • [Added new input] python_arch to specify python architecture you want to use with python (default x64) (by @Young-Lord in #6)
  • Action workflow updated:
    • Python would be installed earlier than any other steps.
    • It would give flexibility to specify the python version, which is not available on runner machine ( Fixes #4 )
  • Minor refactoring in scripts
  • Readme improved

Full Changelog: v1.2.0...v1.2.1

Support for pyinstaller options

03 Dec 07:20
3f23c8b
Compare
Choose a tag to compare

What's Changed

  • [NEW] Added support of pyinstaller options. #2

    • Provide all options in "inputs.options: ".
    • .py and .spec type of specs, both supports d/f types of options.
    • Look at readme for the list of supported options.
  • README updated

    • Information about new input, i.e "options".
    • List of all supported options.
    • List of all inputs and outputs with their description and default values.

Full Changelog: v1.1.0...v1.2.0

Support for .py files and Improvements

01 Dec 18:18
8921d4f
Compare
Choose a tag to compare

What's Changed

  • [NEW] Now .py can also be used in inputs.spec to create its executable. #1
    • Generated .spec will also be uploaded as artifact
  • Readme updated:
    • Syntax highlighting in examples
    • Removed pre-requisite instructions (generating .spec file is no longer required)
    • Added available-features section

Full Changelog: v1.0.2...v1.1.0

Improvements

30 Nov 13:33
d15b1ae
Compare
Choose a tag to compare

Changelog

  • Readme updated
  • Better annotations for:
    • When required inputs are missing
    • Unsupported types of required inputs are passed
    • If executable couldn't upload because of missing input for upload_exe_with_name
    • If upload fails because of low storage
  • More info in summary:
    • Python version which was used to generate exe
  • Full Changelog: v1.0.1...v1.0.2