Skip to content

Releases: skorokithakis/tbvaccine

v0.2.2

27 Jul 16:45
5a7ec0f
Compare
Choose a tag to compare

Fix

  • Include the .pth file in the manifest (3a85b7b)

v0.2.1

27 Jul 16:20
f1ca1af
Compare
Choose a tag to compare

Fix

  • Fix switching using an environment variable via .pth file across builds (fixes #13) (04e2da1)

v0.2.0

22 Jul 12:47
3c75767
Compare
Choose a tag to compare

Feature

  • Activate globally if the TBVACCINE env var is set (fixes #13) (36de786)
  • Cap long lines (b5fd41d)

v0.1.2

20 May 09:43
5310e14
Compare
Choose a tag to compare

Feature

  • Support colors on Windows

Fix

  • Don't crash if there are no locals

v0.1.1

18 May 13:20
e5e9a64
Compare
Choose a tag to compare

Fix

  • Make highlighted filenames bold

v0.1.0

18 May 00:31
46d2ea0
Compare
Choose a tag to compare

Feature

  • Print frame-local variables

Fix

  • Make show_vars behave properly

v0.0.3

26 Feb 14:19
5aee404
Compare
Choose a tag to compare

Fix

  • Fix regex to catch more exceptions

v0.0.2

28 Aug 03:49
3d1df57
Compare
Choose a tag to compare

Feature

  • Add add_hook() method.