Skip to content

Releases: ifduyue/xxtea

v3.2.0

06 Oct 12:17
Compare
Choose a tag to compare
  • Build wheels for Python 3.12
  • Remove custom extra_compile_args from setup.py

v3.1.0

02 Aug 16:25
Compare
Choose a tag to compare
  • Build windows arm64 wheels

v3.0.0

06 May 13:57
Compare
Choose a tag to compare
  • Add support for Python 3.11
  • Fix Py_SET_SIZE for Python 2.x
  • Set up github actions and remove TravisCI and AppVeyor
  • Drop support for Python 2.7, 3.4 and 3.5. Now xxtea requires Python >= 3.6

v2.0.0

24 Jan 06:38
Compare
Choose a tag to compare
  • Drop support for EOL Python 2.6, 3.2 and 3.3
  • Fix DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#'

Full list of changes: v1.3.0...v2.0.0

v1.3.0

24 Jan 06:39
Compare
Choose a tag to compare
  • Fixed a memory leak in decrypt_hex
  • Deploy wheels automatically
  • Support specifying rounds

Full list of changes: v1.2.0...v1.3.0

v1.2.0

09 May 15:30
Compare
Choose a tag to compare
  • Added an option to disable padding

Full list of changes: v1.1.0...v1.2.0

v1.1.0

02 Feb 16:58
Compare
Choose a tag to compare
  • Test on appveyor
  • Use unsigned int instead of uint32_t

Full list of changes: v1.0.2...v1.1.0

v1.0.2

15 Dec 13:24
Compare
Choose a tag to compare
  • Check padding char.

Full list of changes: v1.0.1...v1.0.2

v1.0.1

10 Dec 08:01
Compare
Choose a tag to compare
  • Check upper bound in longs2bytes.

Full list of changes: v1.0...v1.0.1

v1.0

10 Dec 06:27
Compare
Choose a tag to compare
  • Fixed: unbound write
  • Changed: raises ValueError instead of TypeError

Full list of changes: v0.2.1...v1.0