Releases: Galarzaa90/tibia.py
Releases · Galarzaa90/tibia.py
v4.1.3
Changes
- Fixed house transfer date not being parsed properly.
v4.1.2
Changes
- Fixed parsing errors for forum posts that contained a copy of the signature separator in the signature.
v4.1.1
Changes
- Fixed bug with extraneous character in some item descriptions, causing auction to give a parsing error.
v4.1.0
Changes
- Added
prey_wildcards
attribute toAuctionDetails
. - Added
filters
parameter toCharacterBazaar.get_auctions_history_url
andClient.fetch_auction_history
.
v4.0.0
Changes
- Breaking change: Removed
BoostedCreature
class, replaced byCreature
class.- Attributes should be compatible,
image_url
is a property ofCreature
, calculated from itsrace
attribute.
- Attributes should be compatible,
- Added parsing and fetching for the Creature library section.
- Added
CreatureSection
,Creature
, andCreatureDetail
classes.
- Added
- Added
traded
attribute toForumAuthor
. Indicates if the author was a traded character.- Previously, it would mark the author as a deleted character and its name would include
(traded)
.
- Previously, it would mark the author as a deleted character and its name would include
- Fixed a bug with
ForumBoards
not parsing due to the cookies dialog that was added. - Added
battleye_type
attribute toListedWorld
andWorld
classes. Indicates the type of BattlEye protection the world has.battleye_protected
is now a property instead of an attribute.
- Added
YELLOW
andGREEN
aliases to all BattlEye related enums. - Fixed wrong timezone being used for forum related dates.
v3.7.1
Changes
- Adjusted highscores parsing for upcoming Tibia.com changes.
v3.7.0
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
Changes
- Fixed auction history parsing breaking due to the cookie consent dialog.
v3.6.4
Changes
- Fixed world list parsing breaking due to the cookie consent dialog.
v3.6.3
Changes
- Fixed bug in guild names being parsed with Non-Breaking spaces instead of a regular space.