Releases: HabitRPG/habitica
Releases · HabitRPG/habitica
3.14.0
3.13.0
API
- Feature: Tasks now can have a short name, unique among a user's tasks but not the whole tasks collection, as a human-readable ID for use in integrations.
- Fix: Member and flag routes are more consistently documented
- Fix: Message announcing Gems gift includes backticks for Markdown (thanks to @Hus274)
- Fix: Migration to correct old invalid emails
- Fix: More consistent naming of quest series and pet quest awards
- Fix: Upgrade npm before other build tasks (thanks to @thompsnm)
Client
- Fix: Guild invitations no longer require hard refresh to clear (thanks to @Hus274)
- Fix: Missing or corrupted local storage no longer breaks login
v3.12.1 Quest damage fix
API
- prevent damage from a boss to a player who has left the quest
3.12.0: Axolotls
v3.11.0
3.10.0
Client
- Fix: Spells that cannot currently be cast are disabled
API
- Feature: Moderators receive email when a community violation flag is removed from a post (thanks @velezsarain)
- Fix: Improved error message when attempting to access private challenge or group
- Fix: "your password" is translatable in instructions for deleting account
- Chore: Locale files updated
Party page fixes
Client
- Fix: Party page now loads more carefully, avoiding incorrect display of "start a party" page and other errors
- Fix: Frog pets now face the same direction as other pets (thanks @MrEikono)
- Fix: Use correct HTTP method for applying coupon codes to subscriptions
API
- Locale files updated
Remove Local Storage and add User notifications
Client
- Do not use localStorage anymore to store user data
- Implement loading screen for app
API
- Introduce user notifications: stored in
user.notifications
. Currently are implementedCRON
,WON_CHALLENGE
,ULTIMATE_GEAR_ACHIEVEMENT
,NEW_CONTRIBUTOR_LEVEL
,DROPS_ENABLED
,REBIRTH_ENABLED
,STREAK_ACHIEVEMENT
,REBIRTH_ACHIEVEMENT
. The type of notifications and the data returned is subject to changes. - API responses now return
{success, message, data, notifications}
- Added route to mark a notification as read. Not part of the public api.
v3.7.3
Client
- fix: Flowers now properly show up on your avatar without also needing to apply visual buffs
v3.7.2
API
- fix: Revert breaking change where
user.party.quest.progress.collect
was cast to an object because this was causing the Android app to cease to function. Instead, this will be deprecated and an empty object.user.party.quest.progress.itemsCollected
will be the new property to determine how many items are in a collection quest