Skip to content

Releases: Soheab/vacefron.py

Fix and new alias for ejected

05 Jan 01:04
Compare
Choose a tag to compare

v2.0.3 - January 5, 2023

  • Fixed a bug where tbe crewmate value in ejected was never set to the correct value.
  • Added an alias called CrewmateColor for CrewmateColour enum.

Docs: https://github.com/Soheab/vacefron.py/blob/v2.0.3/docs.md
PyPi: https://pypi.org/project/vacefron.py/2.0.3
Repo: https://github.com/Soheab/vacefron.py/tree/v2.0.3

Full Changelog: https://github.com/Soheab/vacefron.py/compare/v2.0.2..v2.0.3

Import badges support with various methods

30 Dec 19:50
Compare
Choose a tag to compare

What's Changed

v2.0.2 - December 30, 2022

  • Added support for following badges: ACTIVE_DEVELOPER, BALANCE, CERTIFIED_MODERATOR, SERVER_OWNER.
  • Added lots of aliases for badges.
  • Renamed Badges to Badge and aliases Badges to Badge.
  • Added .from_public_flags() and .maybe_unknonw_badge() to Badge class. See more in the docs.
  • Rankcard changes:
    • Added the following attributues: all_badges, badges, unknown_bages. See more in the docs.
    • Added following methods: add_badge, remove_badge and add_badges_from_public_flags. See more in the docs.

Docs: https://github.com/Soheab/vacefron.py/blob/v2.0.2/docs.md
PyPi: https://pypi.org/project/vacefron.py/2.0.2

Full Changelog: v2.0.1...v2.0.2

Major bug fixes

11 Nov 22:42
Compare
Choose a tag to compare

v2.0.1 - November 12, 2022

  • Fix a bug where /models and /types weren't in the package
  • Remove some not used code
  • Cleaned up the code
  • Remove leftover debug code
  • Corrected __license__ to MLP-2.0 and __author__ to Soheab

Major version with support for new endpoint: .peeposign() and rewritten .rankcard()

11 Nov 19:47
Compare
Choose a tag to compare

v2.0.0 - November 11, 2022

Big rewrite with lots of changes. See the commit on GitHub for more details: b037f44

  • Add support for new endpoint: /peeposign
  • Add fixes for /rankcard with badges and more.

Full Changelog: v1.6.3...v2.0.0

Added support for new endpoint: .adios().

12 Dec 22:58
Compare
Choose a tag to compare

v1.6.3 - December 12, 2021

  • Added support for a new endpoint: .adios(). See more in the docs.

Little fix for .rank_card()

10 Mar 16:56
Compare
Choose a tag to compare

v1.6.2 - March 10, 2021

  • Little fix for .rank_card() returned a BadRequest in some cases when avatar had a specific size.

Update to latest api changes.

25 Jan 21:49
Compare
Choose a tag to compare

v1.6.1 - January 25, 2020

  • Changes for .rank_card(): rank and level are now optional and are now kwargs (KeyWordArguments),
    same for custom_background, xp_color, is_boosting and circle_avatar.

Added support for new endpoint: .drip().

09 Jan 16:24
Compare
Choose a tag to compare

v1.6.0 - January 9, 2020

  • Added support for a new endpoint: .drip(). See more in the docs.
  • Fixed hyperlinks to docs and others for PyPi's description.

Added support for circle_avatar in .rank_card()

08 Jan 22:35
Compare
Choose a tag to compare

v1.5.1 - January 8, 2020

  • Added support for circle_avatar arg in .rank_card(). See more in the docs.
  • Added one alias: rankcard() -> .rank_card()

Added support for new enpoints: dock_of_shame and woman_yelling_at_cat

05 Jan 18:38
Compare
Choose a tag to compare

v1.5.0 - January 5, 2020