github HabitRPG/habitica v4.269.0
v4.269.0 Find Party Members

latest releases: v5.28.6, v5.28.5, v5.28.4...
16 months ago

API

  • Feature: New route /looking-for-party that returns an array of users who are in search of a party to join. Signing up for this list is accomplished by setting a timestamp to the party.seeking field in the user document using the existing user update route.
    • The list is filtered to only include
      • users active in the last seven days,
      • who are not already in parties or with outstanding party invites,
      • who are not banned or muted in chat spaces,
      • and who are neither blocked by or blocking the querying user.
    • This route is paginated with the page query parameter, each page returning 30 results.
    • To accommodate this feature, Parties may now only have up to 10 outstanding invites.
  • Fix: stats.exp is now allowed to be below 0 again, to support workflows involving leveling up and then uncompleting a task.

Client

  • Fix: Various hardcoded strings on the Group Plans feature info page have been tokenized for translation, additionally allowing recent wording changes to apply as intended.

Don't miss a new habitica release

NewReleases is sending notifications on new releases.