Releases: Galarzaa90/tibia.py
Releases · Galarzaa90/tibia.py
v3.5.0
Changes
- Added support for the new filtering options added to current auctions:
- Added new enumeration:
AuctionSearchType
- Renamed
AuctionFilters
attributeitem
tosearch_string
.
Property alias kept for backwards compatibility. - Added new attribute
AuctionFilters.search_type
- Added new enumeration:
v3.4.0
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
forstatus
.
v3.3.0
Changes
- Added support for the Character Bazaar
- Added classes:
CharacterBazaar
,ListedAuction
andAuctionDetails
and many auxiliary classes.
- Added 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
Changes
- Properly parse the name of recently traded characters.
- Added
traded
attribute toCharacter
andOtherCharacter
.
- Added
v3.2.1
Changes
- Fixed bug when parsing "other characters" from Tibia.com due to an unannounced change in the website.
v3.2.0
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
- Added
v3.1.0
Changes
- Added
fetch_forum_post
method to fetch a forum post directly. - Fixed bug with forum posts made by tournament characters.
v3.0.3
Changes
- Fixed bug with character title being parsed incorrectly when the character has no title selected and a single unlocked title.
v3.0.2
Changes
- Fixed values being mapped incorrectly for highscores.
ExpHighscoresEntry
is now removed.
v3.0.1
Changes
Highscores.world
is nowNone
when the highscores are for all worlds.