Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Releases: JoshKarpel/dis-cli

v0.3.0

13 Apr 03:03
ed617e7
Compare
Choose a tag to compare
  • Drop support for Python 3.6

v0.2.1

27 Nov 03:33
0e1397e
Compare
Choose a tag to compare
  • Improved adaptive column width calculations. The display should now fill the terminal horizontally, and should use more width for the informational columns when the line numbers are small.
  • Small improvements to CLI arguments

v0.2.0

15 Nov 20:47
8c12274
Compare
Choose a tag to compare
  • Allow targeting classes (displays all methods of the class) and modules (displays all classes/functions in the module).

v0.1.6

15 Nov 03:32
d24c07f
Compare
Choose a tag to compare
  • Handle more error cases.

v0.1.5

10 Nov 02:56
097b547
Compare
Choose a tag to compare
  • Improve the rule displayed between targets.
  • Handle some more error cases.
  • Add paging support.

v0.1.4

07 Nov 18:25
e932e62
Compare
Choose a tag to compare
  • More graceful failure states.
  • Added a rule before each entry.

v0.1.3

01 Oct 23:34
Compare
Choose a tag to compare

A more stable way of getting the background color for the bytecode block.

v0.1.2

14 Sep 14:34
Compare
Choose a tag to compare

Updated README and CLI help. Some internal reorganization.

v0.1.1

12 Sep 01:38
Compare
Choose a tag to compare

Initial release.