Skip to content

v2.0.0

Compare
Choose a tag to compare
@Ryan-rsm-McKenzie Ryan-rsm-McKenzie released this 18 Mar 09:40
· 6 commits to main since this release

Breaking

  • Replaced the variant fo4::Chunk::extra with an optional mips field
  • Renamed fo4::FileDX10 -> fo4::DX10Header
  • Added GNMF variant to fo4::Format

Fixes

  • Fix a missed edge case when chunking dds files

What's New?

  • Added lots of documentation and examples to help understand the basics of the library
  • Added support for fo4 GNMF archives (reading/writing GNMF files is still unsupported)
  • Added From impls to ease conversion of ArchiveOptions into suitable *Options types
  • Removed Sized requirement from Archive write methods
  • fo4::FileHeader is no longer marked as non_exhaustive