1.1.3
Changelog
- Improvements to README.md and AppStream metadata (such as screenshots and adding more file managers)
- More precise parsing of some file structures
- Simplification of several structs and other pieces of code wherever possible
- Use bitflags crate
- Move all relative seeking to absolute seeking, including taking care of handling current file position
- Migrate some usages of From trait to TryFrom to properly handle errors
Full Changelog: v1.1.2...v1.1.3
AI usage disclaimer
This release made heavy usage of Gemini to figure out possible improvements that could be applied to existing code.
Gemini suggestions are not applied blindly and letting Gemini generate new code from scratch is avoided as much as possible.