Releases: HabitRPG/habitica
Releases · HabitRPG/habitica
v3.15.0 Summer Splash 2016
API
- Content: Summer Splash 2016 class equipment and Seasonal Shop item availability
- Performance: Groups over 5000 members no longer send notifications for new activity
Client
- Feature: Enable Seasonal Shop
- Fix: Force refresh of party page upon create or invite to give more up-to-date information
- Fix: Load completed To-Dos on sync so they don't vanish unexpectedly
- Fix: Only show "Private messages have been marked as read" when relevant (with @Hus274)
- Fix: Use a translatable string for Mana in header
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