Releases: Galarzaa90/tibia.py
Releases · Galarzaa90/tibia.py
v3.0.0
Changes
- The
Clientclass' methods now return their responses wrapped in aTibiaResponseobject.
This contains information about Tibia.com's cache. - Added parsing for Guild wars.
- Added class
GuildWars - Added class
GuildWarsEntry - Added
url_warsproperty andget_url_warsclass method to all Guild classes. - Added
active_warattribute toGuild.
- Added class
- Added parsing for the Tibia forums: Boards, Threads, Posts, Announcements
- Added classes
ForumBoardandListedBoard - Added classes
ForumThreadandListedThread - Added classes
ForumAnnouncementandListedAnnouncement - Added classes
ForumPost - Added auxiliary classes
LastPost,ForumAuthorandThreadStatus. - Added property
thread_urltoNews.
- Added classes
- Updated highscores for Summer Update 2020:
pageandtotal_pagesare now fields instead of properties.- Added
last_updatedfield. - Added
Category.GOSHNARS_TAINTandCategory.CHARM_POINTS. - Added
VocationFilter.NONE.
- Removed deprecated property
housefromCharacter, usehousesinstead. - Removed support for Python 3.5.
- Changed the hierarchy of base classes. Base classes no longer implement
Serializable,Serializableis now
directly implemented by most classes. - Removed TibiaData functionality.
v2.5.1
Changes
- Fixed bed count not being parsed on houses.
v2.5.0
Changes
- Added parsing of Tournaments and Tournament Leaderboards.
- Fixed parsing errors with characters that had deaths by killers with "and" in their name.
v2.4.3
Changes
- Fixed an error when trying to parse a character with more deaths than what can be displayed in Tibia.com
Character.deaths_truncatedfield was added to keep track of this case.
v2.4.2
Changes
- Fixed exception when attempting to parse highscores with no results (e.g. a new world on its first day).
v2.4.1
Changes
- Fixed incorrect argument name (house) in
Characterconstructor.
v2.4.0
Changes
- Added support for multiple houses per character. Accessible on
Character.housesfield. Character.houseis now deprecated. It will contain the character's first house orNone.
v2.3.4
Changes
- Fixed bug with deaths not being parsed when a killer had
andin their name.
v2.3.3
Changes
- Fixed bug with world parsing when there are more than 1000 players online.
v2.3.2
Changes
- Fixed incorrect highscores URL.