Skip to content

Releases: Ryan-rsm-McKenzie/bsa-rs

v3.0.0

26 Apr 17:30
6368933
Compare
Choose a tag to compare

Breaking

  • Added v7 and v8 to fo4::Version

What's New?

  • Added support for v7 and v8 archives introduced in the Fallout 4 next-gen update

v2.0.0

18 Mar 09:40
Compare
Choose a tag to compare

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

v1.0.1

09 Feb 06:36
29b6afb
Compare
Choose a tag to compare

What's New?

v1.0.0

09 Feb 06:33
80554f7
Compare
Choose a tag to compare

Initial release