Releases: sk-zk/TruckLib.HashFs
Releases · sk-zk/TruckLib.HashFs
v0.1.9
* [v2] Fix compressed size of entries not getting read correctly if it is greater than 224-1 bytes, but really this time
v0.1.8
* Update TruckLib.Models
dependency
v0.1.7
* Fix ExtractToFile
writing nonsense if the entry is not compressed
v0.1.6
* Fix ExtractToFile
creating empty files, but really this time
v0.1.5
* Fix ExtractToFile
creating empty files if the entry is compressed
v0.1.4
* Update TruckLib.Models
dependency
v0.1.3
* Replace Ionic.Zlib
dependency with built-in System.IO.Compression
v0.1.2
+ Implement IFileSystem
in IHashFsReader
* Update TruckLib.Models
dependency
v0.1.1
* [v2] Fix compressed size of entries not getting read correctly if it is greater than 224-1 bytes
* [v2] Change type of PackedTobjDdsMetadata.Format
to DxgiFormat