Skip to content

Releases: HabitRPG/habitica

v3.7.1

05 Jun 12:43
Compare
Choose a tag to compare

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

04 Jun 13:39
Compare
Choose a tag to compare

Client

  • fix: correct css that caused not due and complete tasks to not be edittable
  • fix: glasses sprites are now semi-transparent (Thanks @Maslor)
  • fix: cursor is not a pointer on level up modal avatar

API

  • feat: Updated translation strings

v3.6.1

04 Jun 12:20
Compare
Choose a tag to compare

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

02 Jun 22:18
Compare
Choose a tag to compare
  • 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

01 Jun 16:26
Compare
Choose a tag to compare

Ends availability of the Floral Magic Hatching Potion for this year.

Various fixes

01 Jun 07:02
Compare
Choose a tag to compare
  • Improved cron code to avoid partial multiple crons in case of error
  • Fixed challenge sorting
  • Fixed notifications for new contributor levels

Important fixes (BREAKING)

31 May 20:24
Compare
Choose a tag to compare
  • 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 entire items.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

30 May 18:12
Compare
Choose a tag to compare
  • 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

27 May 11:28
Compare
Choose a tag to compare
v3.4.1

chore: Bump version to 3.4.1

Fix double cron, improved logging, misc fixes

27 May 09:08
Compare
Choose a tag to compare
  • Prevent double cron
  • Improve logging
  • Fix avatar exporting when AWS S3 returns 403