Skip to content

Releases: Lucino772/pymojang

PyMojang v2.0.6 (2024-02-23)

23 Feb 00:06
Compare
Choose a tag to compare

PyMojang v2.0.5 (2023-04-04)

04 Apr 21:17
5e2aa45
Compare
Choose a tag to compare

Bugfixes

  • Fixed issue when passing form-data in change_user_skin (#75)

PyMojang v2.0.4 (2023-03-27)

27 Mar 08:57
804ce2d
Compare
Choose a tag to compare

Bugfixes

  • Fixed issue with date format in get_user_name_change (#72)

Deprecations and Removals

  • Removed old authentication scheme: yggdrasil (#69)

PyMojang v2.0.3 (2023-03-16)

16 Mar 09:26
Compare
Choose a tag to compare

Bugfixes

  • fixing issue with NotFound errors in get_username & get_uuid (#66)

PyMojang v2.0.2 (2023-02-08)

08 Feb 14:41
87bb839
Compare
Choose a tag to compare

Bugfixes

  • Fixed issue with status code returned by the APIs used in get_uuid & get_username (#61)

PyMojang v2.0.1 (2023-02-04)

08 Feb 14:03
Compare
Choose a tag to compare

Bugfixes

  • Fixed issue with return status code in get_uuid & get_username (#59)

Improved Documentation

  • Configure towncrier for changelog generation (#48)
  • Fixed issue when getting the package's version in the docs (#49)
  • Added new documentation workflow & deployment on GitHub pages (#50)
  • Theme Customisation (#51)
  • Added missing documentation for get_blocked_servers (#53)

PyMojang v2.0.0 (2022-10-27)

29 Oct 14:14
Compare
Choose a tag to compare

Features

  • Added cape visibility toggle API (#14)
  • Added blocked server API (#26)
  • Added get_username function (#27)
  • Added check_product_voucher function (#29)
  • Added check_username function (#30)
  • Added redeem_product_voucher method (#32)
  • Added get_version & get_versions methods (#36)

Bugfixes

  • Fixed mypy errors (#7)
  • Updated reset skin endpoint (#18)

Improved Documentation

  • Migrate documentation from mkdocs to sphinx (#5)
  • Added changelog section in documentation (#13)
  • Updated references section in docs (#39)
  • Added documentation for get_version & get_versions (#42)

Deprecations and Removals

  • Removed username history API (#46)

Misc

PyMojang v1.4.0 (2021-12-22)

22 Dec 15:38
Compare
Choose a tag to compare

Features

  • Add support for multiple Skins & Capes (1ea73f6)

Misc

PyMojang v1.3.2 (2021-11-13)

13 Nov 19:59
Compare
Choose a tag to compare

Bugfixes

  • Fixed issue with keywords in mojang.account.session.get_user_name_change (03f6ae9)

Improved Documentation

  • Fixed docs due to refactoring (9740ed7)

Misc

PyMojang v1.3.1 (2021-10-20)

20 Oct 15:46
Compare
Choose a tag to compare

Improved Documentation

  • Added Microsoft authentication example with Flask (1419595)

Deprecations and Removals

  • Deprecation of mojang.account.base.status method (b8cafb1)