Releases: HabitRPG/habitica
Releases · HabitRPG/habitica
v3.7.1
Client
- fix: Task attribute types more accurately reflect the attribute they affect (Thanks @Mathwhiz)
- fix: Shiny Seed Flowers, Ghosts, Snowmen, and Starfish can wear flowers again (Thanks @Mathwhiz)
- fix: Text color of not due and completed tasks is appropriately faded again
API
- fix: Warrior skill Brutal Smash correctly applies damage to boss
- fix: Collection quest items are calculated at cron, preventing quest sync issues (NOTE: if your integration relies on showing collection quest data on the user, this field has been changed to a number instead of an object of items
v3.7.0
v3.6.1
Client
- fix: Chat is not slow as a turtle anymore 🐢 (Thanks @SinBle)
- fix: Fix character values looks good in mobile (Thanks @Mathwhiz)
- fix: Death modal looks good in mobile (Thanks @Mathwhiz)
- fix: Emoji reflect opacity change of text in not-due tasks (Thanks @Mathwhiz)
- fix: Tags can now be sorted (Thanks @velezsarain)
API
- fix: Subscriber loyalty awards now work for block subscribers
- fix: User quest progress is cleaned up when making an invalid quest request
- fix: Wheelchairs now show up as part of a user's avatar to people requesting their member route
June Content
- Adds Armoire and backgrounds content for June 2016.
- Revises bug report links within the site to direct to the Report a Bug Guild.
- Fix: Mystery items are now correctly awarded to users who subscribe during the window between release of a mystery set and the next month.
Disable Floral Potions
Ends availability of the Floral Magic Hatching Potion for this year.
Various fixes
- Improved cron code to avoid partial multiple crons in case of error
- Fixed challenge sorting
- Fixed notifications for new contributor levels
Important fixes (BREAKING)
- Breaking change: Route for opening a mystery item box now returns the item obtained as stored in Content's
items.gear.flat
, instead of the user's entireitems.gear.owned
. - Fix: Checklists no longer overwrite prior items with new item's data
- Fix: "Tag list in tasks starts collapsed" option works as written, instead of starting tag list expanded when checked
- Fix: Sanitize tasks created/edited by v2 routes to prevent broken tasks
- Fix: Challenge tasks no longer legal targets of spells in v2
- Fix: Don't allow direct modification of task.value in v2
- Fix: Tasks are no longer created with tags corresponding to inactive filters
- Fix: Tags can be removed from tasks
- Fix: Don't use Angular
$watch
to monitor drops and Mystery Items - Fix: Mystery item icons display correctly in notifications
May Last Chance
- End of month reminder for subscriptions and Floral Potions
- Fix: disallow inviting oneself to a group
- Fix: use NPM 3 in Dockerfile
- Fix: use 4 GB RAM and NPM 3 in Vagrant
- Fix: issue template and tag documentation
- Fix: remove legacy Loggly code
- Fix: migration to correct missing checklist IDs
Make task.checklist.id required
v3.4.1 chore: Bump version to 3.4.1
Fix double cron, improved logging, misc fixes
- Prevent double cron
- Improve logging
- Fix avatar exporting when AWS S3 returns 403