Skip to content

Release v0.5.0

Compare
Choose a tag to compare
@gtker gtker released this 06 Sep 18:00
· 138 commits to main since this release

[0.5.0] - 2022-09-06

Added

  • Supporting for encrypting/decrypting Wrath headers. This is enabled with the wrath-header feature.
  • Ability to not have a Bigint library dependency. Compiling with no features will no longer be a compile error.

Changed

  • BREAKING: header_crypto moved to vanilla_header to make way for Wrath header crypto.
  • Updated sha-1 dependency to 0.10.0 from 0.9.

Removed

  • BREAKING: Decrypter and Encrypter traits. Instead the decrypter and encrypter functions on the HeaderCrypto should be used. This is because the header crypto used for Wrath of the Lich King does not follow the same rules as HeaderCrypto, so there's no commonality.