Skip to content

Releases: Galarzaa90/tibia.py

v3.5.0

22 Sep 21:26
Compare
Choose a tag to compare

Changes

  • Added support for the new filtering options added to current auctions:
    • Added new enumeration: AuctionSearchType
    • Renamed AuctionFilters attribute item to search_string.
      Property alias kept for backwards compatibility.
    • Added new attribute AuctionFilters.search_type

v3.4.0

19 Sep 17:05
Compare
Choose a tag to compare

Changes

  • Added option to only parse the listed information of an auction, to skip the rest of the parsing.
  • Fixed wrong type hint in ListedAuction for status.

v3.3.0

09 Sep 18:38
Compare
Choose a tag to compare

Changes

  • Added support for the Character Bazaar
    • Added classes: CharacterBazaar, ListedAuction and AuctionDetails and many auxiliary classes.
  • Client methods throw a SiteMaintenanceError when Tibia.com is under maintenance, to be able to tell apart from
    other network errors.

v3.2.2

27 Aug 14:38
Compare
Choose a tag to compare

Changes

  • Properly parse the name of recently traded characters.
    • Added traded attribute to Character and OtherCharacter.

v3.2.1

25 Aug 15:08
Compare
Choose a tag to compare

Changes

  • Fixed bug when parsing "other characters" from Tibia.com due to an unannounced change in the website.

v3.2.0

10 Aug 17:26
Compare
Choose a tag to compare

Changes

  • Added support for the new rules and score set added for the most recent Tournament.
    • Added ScoreSet.creature_kills
    • Added ScoreSet.area_discovery
    • Added ScoreSet.skill_gain_loss
    • Added RuleSet.shared_xp_bonus

v3.1.0

29 Jul 23:29
Compare
Choose a tag to compare

Changes

  • Added fetch_forum_post method to fetch a forum post directly.
  • Fixed bug with forum posts made by tournament characters.

v3.0.3

29 Jul 02:29
Compare
Choose a tag to compare

Changes

  • Fixed bug with character title being parsed incorrectly when the character has no title selected and a single unlocked title.

v3.0.2

14 Jul 21:41
Compare
Choose a tag to compare

Changes

  • Fixed values being mapped incorrectly for highscores.
  • ExpHighscoresEntry is now removed.

v3.0.1

14 Jul 20:05
Compare
Choose a tag to compare

Changes

  • Highscores.world is now None when the highscores are for all worlds.