-
0.2.0:
- Code refactoring
- Use higher level docker API for creating images and starting containers
- Add CrossInstaller class
- Use better logs formatting
- Rename errors.py to exceptions.py
- Move __version__ to config.py
- Bump Ubuntu version in Dockerfiles
- Add examples to README.md
- Update changelog-generator to 3.0.0, remove first release step
- Remove Python <3.9 support
-
0.1.0:
- Move all core function to
crossinstaller.buildingmodule - Get version from
\_\_init__not\_\_main__when installing - Remove pyarmor from Dockerfiles
- Do not require
dockerpackage inbuildworkflow - Add badges to readme
- Add
dockerpackage to requirements
- Move all core function to
-
0.0.5:
- Add clear platforms option
- Add
versionkey in platform.json - Fix FileNotFound when removing unused files from images directory
- Add build and deploy workflows
-
0.0.4:
- Add
-e / --extrafor extra arguments for PyInstaller - Remove
builddirectory when all containers exit - Cleanup after exception in image building process
- Add
-
0.0.3:
- Store platforms in JSON file
- Add
platformarguments parser andadd,remove,listsubcommands - Add
Platformmodel
-
0.0.2:
- Add new general exception CrossInstallerError
- Do not create temporary directories for each container
-
0.0.1:
- Initial commit