Releases: Dvd848/pytai
Releases · Dvd848/pytai
pytai v0.2.8
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
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
Change Log:
- Refactor project structure to allow building
pytai
as a package and uploading topypi
(@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
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
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
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
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
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
Change Log:
- Add an "Open File" dialog
pytai v0.1.2
Change Log:
- Fix crash on Linux