Skip to content

Releases: CoffeSiberian/DecryptTruck

Release 1.3.7

01 Feb 23:48

Choose a tag to compare

  • New type of data added when you have a saved file edited with external decryptors

Release 1.3.6

09 Jan 05:11

Choose a tag to compare

  • Some libraries have been updated
  • A version for MacOS (Apple Silicon) was compiled

Release 1.3.5

09 Jan 04:47

Choose a tag to compare

  • Some libraries have been updated

Release 1.3.4

03 Jan 22:34

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

Choose a tag to compare

  • Performance improvements when data is serialized

Release 1.3.2

31 Dec 22:33

Choose a tag to compare

  • Now the library only has the necessary functions

Release 1.3.1

31 Dec 01:02

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

Choose a tag to compare

Release 1.2.0

22 Dec 07:55

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

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)