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_wildcardsattribute toAuctionDetails. - Added
filtersparameter toCharacterBazaar.get_auctions_history_urlandClient.fetch_auction_history.
v4.0.0
Changes
- Breaking change: Removed
BoostedCreatureclass, replaced byCreatureclass.- Attributes should be compatible,
image_urlis a property ofCreature, calculated from itsraceattribute.
- Attributes should be compatible,
- Added parsing and fetching for the Creature library section.
- Added
CreatureSection,Creature, andCreatureDetailclasses.
- Added
- Added
tradedattribute 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
ForumBoardsnot parsing due to the cookies dialog that was added. - Added
battleye_typeattribute toListedWorldandWorldclasses. Indicates the type of BattlEye protection the world has.battleye_protectedis now a property instead of an attribute.
- Added
YELLOWandGREENaliases 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.