Skip to content

Releases: CoffeSiberian/DecryptTruck

Release 1.3.4

03 Jan 22:34
Compare
Choose a tag to compare
  • Bug fix when trying to compile the library in external programs under Windows

Release 1.3.3

03 Jan 04:26
Compare
Choose a tag to compare
  • Performance improvements when data is serialized

Release 1.3.2

31 Dec 22:33
Compare
Choose a tag to compare
  • Now the library only has the necessary functions

Release 1.3.1

31 Dec 01:02
Compare
Choose a tag to compare
  • 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

30 Dec 00:04
Compare
Choose a tag to compare

Release 1.2.0

22 Dec 07:55
Compare
Choose a tag to compare
  • Compatibility with some types of data generated by mods (there are probably many more)

Release 1.1.0

22 Dec 01:15
Compare
Choose a tag to compare
  • 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

26 Nov 20:16
080b0ac
Compare
Choose a tag to compare

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

05 Jul 01:22
Compare
Choose a tag to compare
chore: Update Cargo.toml and extensions.json

Release 0.1.1

04 Jul 03:14
Compare
Choose a tag to compare
chore: bug fix when getting the dll located in the same path as the e…