Releases: Galarzaa90/tibia.py
Releases · Galarzaa90/tibia.py
v3.0.0
Changes
- The
Client
class' methods now return their responses wrapped in aTibiaResponse
object.
This contains information about Tibia.com's cache. - Added parsing for Guild wars.
- Added class
GuildWars
- Added class
GuildWarsEntry
- Added
url_wars
property andget_url_wars
class method to all Guild classes. - Added
active_war
attribute toGuild
.
- Added class
- Added parsing for the Tibia forums: Boards, Threads, Posts, Announcements
- Added classes
ForumBoard
andListedBoard
- Added classes
ForumThread
andListedThread
- Added classes
ForumAnnouncement
andListedAnnouncement
- Added classes
ForumPost
- Added auxiliary classes
LastPost
,ForumAuthor
andThreadStatus
. - Added property
thread_url
toNews
.
- Added classes
- Updated highscores for Summer Update 2020:
page
andtotal_pages
are now fields instead of properties.- Added
last_updated
field. - Added
Category.GOSHNARS_TAINT
andCategory.CHARM_POINTS
. - Added
VocationFilter.NONE
.
- Removed deprecated property
house
fromCharacter
, usehouses
instead. - Removed support for Python 3.5.
- Changed the hierarchy of base classes. Base classes no longer implement
Serializable
,Serializable
is 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_truncated
field 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
Character
constructor.
v2.4.0
Changes
- Added support for multiple houses per character. Accessible on
Character.houses
field. Character.house
is 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
and
in 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.