Releases: tusharsadhwani/packaged
Releases · tusharsadhwani/packaged
posting demo!
Just adds posting to the list of demos on https://packaged.live
Full Changelog: v0.6.0...v0.6.1
`.pyc` generation
With the help of the pycify
package, it's now possible to convert the bundled .py
files in the project to .pyc
files, for performance or obfuscation uses.
What's Changed
- feat: integrate pycify by @NobleMathews in #22
New Contributors
- @NobleMathews made their first contribution in #22
Full Changelog: v0.5.3...v0.6.0
Better error handling
What's Changed
- tar.gz the file before uploading to preserve executable flags by @tusharsadhwani in #17
- Error out if output path already exists by @tusharsadhwani in #20
Full Changelog: v0.5.2...v0.5.3
arm64 on Linux
What's Changed
- Add flag to disable output by @tusharsadhwani in #14
- Add support for Linux arm64 binaries by @tusharsadhwani in #13
Full Changelog: v0.5.1...v0.5.2
Spinners!
What's Changed
- Show a spinner while building package by @tusharsadhwani in #12
Full Changelog: v0.5.0...v0.5.1
Support console scripts
What's Changed
- Add support for console scripts by @tusharsadhwani in #11
Full Changelog: 0.4.0...v0.5.0
Specifying python versions
What's Changed
- Allow specifying Python version by @tusharsadhwani in #5
Full Changelog: 0.3.1...0.4.0
Proper licensing
This relicenses packaged
to be under GPLv2. This is done because makeself is a direct dependency.
However this license doesn't affect the users of the package.
`packaged.toml` support
First release
First working release! Adds an okayish CLI interface, a README and a few examples.