Releases: Galarzaa90/TibiaKt
Releases · Galarzaa90/TibiaKt
v0.9.0
v0.8.1
Changes
- The icons used for news categories are now PNG images instead of GIF.
v0.8.0
Changes
- Added
isCachingEnabled
property toTibiaResponse
isCached
tells us if the obtained content is fresh or cached.isCachingEnabled
tells us if the content's origin uses caching at all or not.
- Added
BaseForumThread
interface, extracting common properties fromForumThread
andThreadEntry
. - (Breaking Change) Removed
categoryIcon
property from - (Breaking Change) The
queryParam
constant various enum used for filtering had has been renamed toQUERY_PARAM
.- The same has been done to variations of this name, to an all uppercase name.
v0.7.0
Changes
- Fix auction parsing breaking due to new Animus Masteries unlocked field.
- Added
animusMasteriesUnlocked
field toAuctionDetails
- (Breaking Change) Revealed gems now properly parse multiple effects per mod.
v0.6.2
Changes
- Add parsing for revealed gems to auctions.
v0.6.1
Changes
- Fixed house and guildhall rents not being parsed correctly.
v0.6.0
Changes
- Fix character badges not being parsed correctly
- Added support for bonus promotion points for auctions.
- Renamed
Leaderboards
toLeaderboard
- Renamed
LeaderboardsEntry
toLeaderboardEntry
- Renamed
LeaderboardsRotation
toLeaderboardRotation
- Renamed
Character.characters
tootherCharacters
Character.accountStatus
is now a boolean instead of an enum, namedisPremium
AccountStatus
enum is now deprecated.AccountInformation.tutorStars
removed.- Renamed
Killer
toDeathParticipant
. - Renamed
DeathParticipant.traded
toisTraded
. - Remove
WorldOverview.tournamentWorlds
. - Renamed
GuildMember.joiningDate
tojoinedOn
- Renamed
GuildInvite.inviteDate
toinvitedOn
- Renamed
Highscores.lastUpdate
tolastUpdated
- Renamed
House.Rented.movingDate
totransferDate
- Renamed
LeaderboardRotation.current
toisCurrent
v0.5.0
Changes
- Added upgrade tier to item in auctions.
- Renamed
BosstableBosses
toBoostableBosses
and all related classes. - Upgrade to Kotlin 1.8.10
v0.4.2
Changes
- Fixed auctions not being parsed for daily rewards streaks over 1000.
v0.4.1
Changes
- Fixed incorrect URL building for forum sections.