Skip to content

Tags: P403n1x87/austin-tui

Tags

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: change coroutine to task (#28) (#29)

* fix: change coroutine to task (#28)

* fix: change coroutine to task (#28)

* Run black formatter

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: migrate to hatch (#26)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove save emoji (#25)

As reported in #20, the emoji displayed when data is saved to file
causes issues. As this is not a vital feature, we are removing it
for the sake of better compatibility on MacOS.

Fixes #20.

v1.2.0

Toggle v1.2.0's commit message
feat: add graph mode

The new graph mode allows switching to a live flame graph
visualisation of the current thread data.

v1.1.1

Toggle v1.1.1's commit message
fix: bump lxml dependency

Resolves security issues with previous versions of lxml.

v1.1.0

Toggle v1.1.0's commit message
docs: use new art

Also fixed a minor regression and linting errors.

v1.1.0rc1

Toggle v1.1.0rc1's commit message
docs: document pause and threshold.

v1.0.1

Toggle v1.0.1's commit message
refactor: make event handlers asynchronous

The event handlers have been made asynchronous to allow them to perform
async I/O as needed. Tasks can also be submitted which are checked for
completion so that their result/exception can be retrieved and reported
back to the user.

v1.0.0

Toggle v1.0.0's commit message
fix: activate dynamic versioning

v1.0.0b2

Toggle v1.0.0b2's commit message
fix: activate dynamic versioning