Releases: tabbeddev/tautus
Releases · tabbeddev/tautus
Release list
v1.0.1 HOTFIX
v1.0.0
Changes
- Project venv is now at
.tautus/venvinstead oftautus-venv - Project libraries are now at
.tautus/python-libs/<architecture>instead ofpython-libs - Build and Dependency system now supports dependencies for different architectures
- Platform specific libraries now work not only on desktop but also on UT devices
- Reworked
depscommand (again) to work with new dependency format. Syntax didn't change
0.1.2
Changes
- Reworked
installcommand (again), which fixes the following things:- The command now works without removing
tautus-venvandpython-libs - The command can now recreate the venv on demand
- The command can now update the installed clickable version to the version specified in
tautus.json
- The command now works without removing
- Reworked
depscommand.:- The console output is now easier to understand
- The background logic now not only accounts for the list of requested dependencies but also the list of installed dependencies
The syntax of all commands were unchanged.
TL;DR: A bunch of bug fixes.
0.1.1
Changes:
- Fixed
installinstalling incompatible dependencies - Added
--ignore-compatability | -Ctodepsandinstall - Fixed pythons
print()not printing anything. (On older projects you need to update your tautus-libs.py, main.py and Main.qml file yourself) - Added
__pycache__to gitignore by default
0.1.0
Changes:
- Bundle installed python libraries inside a zip file to reduce compile and extraction time
- Added
idecommand which is an alias toclickable ide - Fixed some bugs related to converting project manifest files
First release
This is the first release of TaUTus. Expect bugs!
Please note: The docs are not finished, but --help could help you clear up any questions