Skip to content

Releases: tabbeddev/tautus

v1.0.1 HOTFIX

Choose a tag to compare

@tabbeddev tabbeddev released this 11 Apr 17:29
Immutable release. Only release title and notes can be modified.
505a563

What's Changed

  • Fixed a crash on trying to update dependencies

Full Changelog: 1.0.0...1.0.1

v1.0.0

v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@tabbeddev tabbeddev released this 11 Apr 17:20
Immutable release. Only release title and notes can be modified.
eed194d

Changes

  • Project venv is now at .tautus/venv instead of tautus-venv
  • Project libraries are now at .tautus/python-libs/<architecture> instead of python-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 deps command (again) to work with new dependency format. Syntax didn't change

0.1.2

Choose a tag to compare

@tabbeddev tabbeddev released this 04 Apr 21:23
Immutable release. Only release title and notes can be modified.
473e594

Changes

  • Reworked install command (again), which fixes the following things:
    • The command now works without removing tautus-venv and python-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
  • Reworked deps command.:
    • 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

Choose a tag to compare

@tabbeddev tabbeddev released this 22 Mar 10:40
Immutable release. Only release title and notes can be modified.
3d5f0b5

Changes:

  • Fixed install installing incompatible dependencies
  • Added --ignore-compatability | -C to deps and install
  • 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

Choose a tag to compare

@tabbeddev tabbeddev released this 23 Feb 18:44
Immutable release. Only release title and notes can be modified.
2a32472

Changes:

  • Bundle installed python libraries inside a zip file to reduce compile and extraction time
  • Added ide command which is an alias to clickable ide
  • Fixed some bugs related to converting project manifest files

First release

Choose a tag to compare

@tabbeddev tabbeddev released this 19 Feb 16:10
Immutable release. Only release title and notes can be modified.
838a875

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