Skip to content

Releases: Dvd848/pytai

pytai v0.2.8

26 Jan 19:41
Compare
Choose a tag to compare

Change Log:

  • Workaround for issue #8: Failure to parse TTF files
  • Re-pull supported structures from kaitai_struct_formats main repository

pytai v0.2.7

15 Jul 17:52
Compare
Choose a tag to compare

Change Log:

  • Allow highlighting a subsection with custom highlighters
  • Allow exporting a subsection to a binary file or copying its contents to the clipboard
  • Support version retrieval
  • Re-pull supported structures from kaitai_struct_formats main repository

pytai v0.2.6

22 Jul 12:21
Compare
Choose a tag to compare

Change Log:

  • Refactor project structure to allow building pytai as a package and uploading to pypi (@KOLANICH)
  • Use queue instead of recursion for tree expansion
  • Update Kaitai to v0.10, re-pull supported structures from kaitai_struct_formats main repo

pytai v0.2.0

12 Nov 14:14
Compare
Choose a tag to compare

Change Log:

  • Support cross-referencing: Right-clicking an area in the Hex output to locate its logical structure in the structure tree
  • Add the option to expand or collapse all members of the structure tree

pytai v0.1.7

06 Nov 13:02
Compare
Choose a tag to compare

Change Log:

  • Basic signature-based format identification for common formats (@angea)
  • Command line argument change: Provide file as positional argument instead of as option (@angea)
  • Basic search functionality
  • Disable "Find" and "Go to" commands if no file is open
  • Block multiple button clicks on dialog buttons
  • Input validation for "Go to" command
  • Fix missing comment sign in ines.py format file (@angea)
  • Cleanup and refactoring

pytai v0.1.6

28 Oct 16:00
Compare
Choose a tag to compare

Change Log:

  • Open dialog filter: If single item filtered - auto-select it
  • Show open file path in title
  • Another W/A to support Kaitai's relative/absolute offset issue (fixes wav)

pytai v0.1.5

17 Oct 19:09
Compare
Choose a tag to compare

Change Log:

  • Avoid UI freeze when opening large files
  • Remove "Inferred" label from metavar names and show their path in address bar
  • Add license headers to Kaitai struct format files

pytai v0.1.4

08 Oct 10:33
Compare
Choose a tag to compare

Change Log:

  • Another W/A to support Kaitai's relative/absolute offset issue: Added support for structs that reference other structs (e.g. elf)

pytai v0.1.3

27 Sep 10:00
Compare
Choose a tag to compare

Change Log:

  • Add an "Open File" dialog

pytai v0.1.2

24 Sep 11:34
Compare
Choose a tag to compare

Change Log:

  • Fix crash on Linux