- Fixed a bug where the Delta_last_non_junk value could fail to be set in one use case.
1.3.2.1
- Temporary fix for release version.
1.3.2
- Added Dynamic Trim for trimming bytes from both the Overlay and bloated sections - Dynamic trim identifies the junk and creates a targeted regex to remove it.
- Improved output. - Output wasn't being updated as the program ran. I now clear the buffer and update the UI after each output message.
1.3.1
- Fixed required versions in pyproject.toml
1.3.0
- Merged refactoring changes per nazywam's recommendation - Updated text length per PEP8 - Started docstrings and other documentation for methods - Updated variable names for PEP8 consistency