Skip to content

Releases: Galarzaa90/tibia.py

v4.1.3

12 May 20:35
Compare
Choose a tag to compare

Changes

  • Fixed house transfer date not being parsed properly.

v4.1.2

27 Apr 16:53
Compare
Choose a tag to compare

Changes

  • Fixed parsing errors for forum posts that contained a copy of the signature separator in the signature.

v4.1.1

19 Apr 20:20
Compare
Choose a tag to compare

Changes

  • Fixed bug with extraneous character in some item descriptions, causing auction to give a parsing error.

v4.1.0

30 Mar 22:49
Compare
Choose a tag to compare

Changes

  • Added prey_wildcards attribute to AuctionDetails.
  • Added filters parameter to CharacterBazaar.get_auctions_history_url and Client.fetch_auction_history.

v4.0.0

11 Mar 01:39
Compare
Choose a tag to compare

Changes

  • Breaking change: Removed BoostedCreature class, replaced by Creature class.
    • Attributes should be compatible, image_url is a property of Creature, calculated from its race attribute.
  • Added parsing and fetching for the Creature library section.
    • Added CreatureSection, Creature, and CreatureDetail classes.
  • Added traded attribute to ForumAuthor. Indicates if the author was a traded character.
    • Previously, it would mark the author as a deleted character and its name would include (traded).
  • Fixed a bug with ForumBoards not parsing due to the cookies dialog that was added.
  • Added battleye_type attribute to ListedWorld and World classes. Indicates the type of BattlEye protection the world has.
    • battleye_protected is now a property instead of an attribute.
  • Added YELLOW and GREEN aliases to all BattlEye related enums.
  • Fixed wrong timezone being used for forum related dates.

v3.7.1

16 Feb 04:18
Compare
Choose a tag to compare

Changes

  • Adjusted highscores parsing for upcoming Tibia.com changes.

v3.7.0

09 Feb 23:56
29b4b44
Compare
Choose a tag to compare

Changes

  • Parse familiars from auctions
  • Updated the way tooltips in auctions are parsed, the format changed, resulting in the previous code not working anymore.
  • Results count in bazaar pages are now properly parsed when there are comma thousand separators.
  • Item amounts are now more accurate instead of being based from their indicator (which was grouping them in thousands)

v3.6.5

28 Jan 01:29
Compare
Choose a tag to compare

Changes

  • Fixed auction history parsing breaking due to the cookie consent dialog.

v3.6.4

26 Jan 15:54
Compare
Choose a tag to compare

Changes

  • Fixed world list parsing breaking due to the cookie consent dialog.

v3.6.3

15 Jan 03:10
Compare
Choose a tag to compare

Changes

  • Fixed bug in guild names being parsed with Non-Breaking spaces instead of a regular space.