Releases: Ryan-rsm-McKenzie/bsa-rs
Releases · Ryan-rsm-McKenzie/bsa-rs
v3.0.0
v2.0.0
Breaking
- Replaced the variant
fo4::Chunk::extra
with an optionalmips
field - Renamed
fo4::FileDX10
->fo4::DX10Header
- Added
GNMF
variant tofo4::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 ofArchiveOptions
into suitable*Options
types - Removed
Sized
requirement fromArchive
write methods fo4::FileHeader
is no longer marked asnon_exhaustive
v1.0.1
What's New?
- Added
[u8; N]
impls for:tes3::File
->From
tes4::File
->CompressableFrom
fo4::Chunk
->CompressableFrom
- Docs are now hosted at https://ryan-rsm-mckenzie.github.io/bsa-rs/ba2/index.html
v1.0.0
Initial release