Skip to content

Releases: davep/dhv

The de-clash release

22 Oct 16:07
a31cdc7

Choose a tag to compare

  • Fixed shortcut clash with calling up the opcode count dialog. (#42)

The codes on the table release

22 Oct 10:46
ec3b5c1

Choose a tag to compare

  • Added an opcode count dialog. (#37)

The flexible name release

20 Oct 08:33
42a97bd

Choose a tag to compare

  • Reduced the default width of the opname "column". (#35)
  • Added the ability for the user to decrease/increase the opname "column" width. (#35)

The smol release

16 Oct 19:15
853be5d

Choose a tag to compare

  • Added the Python version to the title bar. (#30)
  • Added a workaround for at least one new opcode in Python 3.14 (LOAD_SMALL_INT) having an empty argrepr when it has an argval. (#31)

The futuristic release

16 Oct 10:27
64114ef

Choose a tag to compare

  • Added Python 3.15 as a tested/supported Python version. (#28)

The "more tree nonsense" release

13 Sep 07:46
9711b0a

Choose a tag to compare

  • Migrated from rye to uv for development management. (#21)
  • Added Python 3.14 as a tested/supported Python version. (#22)
  • Unpinned tree-sitter. (#24)
  • Pinned to Textual v6.1.0 or later. (#24)

The shaky tree release

21 Jul 08:15
b1e7e85

Choose a tag to compare

  • Pinned tree-sitter to <0.25.0 because Textual isn't compatible with the latest version and now causes a crash (see issues#5976).

The source-y release

16 Jul 16:03
300440f

Choose a tag to compare

  • Added a command to set the theme for the code editor panel. (#12)
  • Added support for jumping to the AST documentation from the AST panel. (#13)

The "and an AST" release

12 Jul 09:16
6a0e089

Choose a tag to compare

  • Added support for viewing the AST of the Python code. (#8)

The better command line release

09 Jul 08:35
9e6aa34

Choose a tag to compare

  • Added the ability to pass a filename on the command line. (#5)