Skip to content

Latest commit

 

History

History
138 lines (96 loc) · 5.56 KB

changelog.md

File metadata and controls

138 lines (96 loc) · 5.56 KB

VACEfron.py | Changelog

See here what changed or broke each version.


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.

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.

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

v2.0.0 - November 11, 2022

Big rewrite with lots of changes. See the commit on GitHub for more details: https://github.com/Soheab/vacefron.py Might write logs later idk.

  • Add support for new endpoint: /peeposign
  • Add fixes for /rankcard with badges and more.
  • Rewritten the docs to be more readable and easier to understand... i think.

v1.6.3 - December 12, 2021

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

v1.6.2 - March 10, 2021

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

v1.6.1 - January 25, 2021

  • 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

v1.6.0 - January 9, 2021

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

v1.5.1 - January 8, 2021

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

v1.5.0 - January 5, 2021

v1.4.0 - December 9, 2020

v1.3.0 - October 25, 2020

  • Added support for not_stonks for .stonks() endpoint. See more in docs.
  • Added CrewMateColors enum for .ejected()
  • Added an optional loop param to vacefron.Client()

v1.2.2 - October 9, 2020

  • Fix TypeError from urllib.parse.quote().
  • Stop using urllib.parse.quote() on an image url.
  • Fix .npc().
  • str() everything.

v1.2.1 - October 6, 2020

  • changed param imposter of .ejected() to impostor, imposter still exists but use new one instead.
  • custom_background param of .rank_card() can now accept a hex value instead of an image.

v1.2.0 - October 1, 2020

  • Added support for new endpoints: .emergency_meeting() and .ejected() .
  • Better README.md.
  • Added examples to docs.md.
  • Added dates to changelog.md.
  • Now using urllib.parse to parse text.
  • Added bytesio=True to Image.read() set it to False if you want the bytes returned instead of an io.BytesIO object.

v1.1.1 - September 3, 2020

  • .rank_card() now returns a RankCard object, so you can access the provided attributes, see them in the docs. .read() should still work the same.

v1.1.0 - August 18, 2020

  • Added support for new endpoint .distracted_bf(). See the Docs for it.
  • Renamed image.py to classes.py
  • Added a RankCard class, nothing interesting, keep using .rank_card()
  • You can now easily get the version by doing .__version__

v1.0.2 - August 12, 2020

  • docs.md and README.md improvements. New version to update it on PyPi

v1.0.1 - August 8, 2020

  • Added an optional session param to vacefron.Client()
  • Renamed _session to session

v1.0.0 - August 6, 2020

First release, yes.