Skip to content

1.1.3

Choose a tag to compare

@MateusRodCosta MateusRodCosta released this 15 Jul 16:52
· 23 commits to main since this release

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.