Skip to content

Releases: brentvollebregt/auto-py-to-exe

Call PyInstaller Internally

18 Jul 04:29
Compare
Choose a tag to compare

Instead of calling pyinstaller in another process, we now call it internally using Pyinstaller.main.run.
~ Modified output passing
+ Added handler for sys.stderr
+ Filter using regular expressions in custom sys.stderr handler
+ Check if all modules needed are installed (incl. tkinter)

Support for Python 2 and Tested on Linux

10 Jul 00:34
Compare
Choose a tag to compare

Tested on Python 2 and Linux. Modifications complete and now working as expected.

Use Ephemeral Ports and Call From Outside Project

27 May 12:06
Compare
Choose a tag to compare

+ Add a note regarding how to put additional files in the projects root directory
~ Empty ports are now obtained by the OS
~ Fixed calling outside project root
~ When passing a file as an argument convert it to an absolute path
+ Added support for non-utf-8 characters being transferred to the interface
~ Updated requirements.txt

New Method to Add Additional Files

12 Apr 23:41
Compare
Choose a tag to compare

This release is based of the improvement from issue #9 which revised how additional files are added. There are now three methods to add files.

First Stable Release

19 Mar 00:40
Compare
Choose a tag to compare

Now that bugs have been found and fixed, this release should be ready to go.