Skip to content

Releases: tusharsadhwani/packaged

posting demo!

19 Jun 19:23
Compare
Choose a tag to compare

Just adds posting to the list of demos on https://packaged.live

Full Changelog: v0.6.0...v0.6.1

`.pyc` generation

17 Jun 18:33
cb34a60
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.5.3...v0.6.0

Better error handling

24 May 13:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

arm64 on Linux

21 May 22:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

Spinners!

21 May 13:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Support console scripts

19 May 22:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...v0.5.0

Specifying python versions

17 May 13:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.4.0

Proper licensing

14 May 12:46
Compare
Choose a tag to compare

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

12 May 06:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

First release

11 May 20:19
Compare
Choose a tag to compare

First working release! Adds an okayish CLI interface, a README and a few examples.