Releases: CoffeSiberian/DecryptTruck
Releases · CoffeSiberian/DecryptTruck
Release 1.3.4
- Bug fix when trying to compile the library in external programs under Windows
Release 1.3.3
- Performance improvements when data is serialized
Release 1.3.2
- Now the library only has the necessary functions
Release 1.3.1
- Minimal improvement in a reference to the binary file variable
- Compatibility in the library when compiling your own binaries (ignore build information of the binary build produced by main.rs)
Release 1.3.0
- Package now also available as a library on crates.io https://crates.io/crates/decrypt_truck
Release 1.2.0
- Compatibility with some types of data generated by mods (there are probably many more)
Release 1.1.0
- Bug fixed by placing a “nil” when the u32 reached the maximum value in a Vec of u32.
- Bug fixed with negative i32 that had to be interpreted as String inside a double quotes “ ” (this was replaced with a u32 to avoid conversions with negative values)
Release 1.0.0
First executable for decrypting saved data
- Support for encrypted and binary saves (No 3nk support yet)
- Ubuntu support (Not fully tested)
Release 0.1.2
chore: Update Cargo.toml and extensions.json
Release 0.1.1
chore: bug fix when getting the dll located in the same path as the e…