Releases: HabitRPG/habitica
Releases · HabitRPG/habitica
v5.27.0 August Content
API
- Content: New releases for August 2024 (@CuriousMagpie with artwork and writing by @beffymaroo)
- Chore: Locale files updated (@weblate)
v5.26.3 Post-Scheduling-Overhaul Fixes
API
- Fix: Add some items to the content calendar that were unintentionally omitted (@phillipthelen)
- Fix: Correct issue where Wacky Magic Hatching Potions would error when user attempted to purchase them during their event window (@phillipthelen)
- Fix: Don't allow chat /GET route or chat message /POST "like" action to interact with retired public groups (@SabreCat)
Client
- Fix: Corrections to layout of purchase modal when examining a Quest Bundle (@SabreCat)
v5.25.8 Further Request Logging
API
- Feature: Enhance LOG_REQUESTS_EXCESSIVE_MODE functionality to record additional relevant data relevant to each request (@phillipthelen)
v5.25.x Content Scheduling
API
- Feature: Major overhaul of how content items such as quests, magic hatching potions, and seasonal gear are made available. Extant items are now rereleased on a consistent, repeating yearly schedule, and there are no longer gaps between "Grand Galas"--one season's gear is always available at any given time. (by @phillipthelen)
- Feature: Avatar customizations are now organized into a "shop", similar to Quests, Seasonal, etc. Data can be fetched at
/api/v3/shops/customizations
(@SabreCat) - Content: Various new items to fill out months and seasons providing roughly similar numbers of items in each given period (@SabreCat, @phillipthelen, @CuriousMagpie implementing @beffymaroo's creations)
- Chore: Locale files updated (@weblate)
Client
- Feature: Various adjustments to Vue pages and components to accommodate the above changes (@phillipthelen)
- Feature: New route and page
/shops/customizations
for the above mentioned Customizations Shop (@SabreCat)
Repo
- Chore: Tweak
.gitignore
for some common workflows involving config files (@SabreCat)
v5.25.2 Performance Logging
API
- Feature: Environment variable
LOG_REQUESTS_EXCESSIVE_MODE
to track start and end times of requests, for hunting down performance issues (@phillipthelen) - Chore: Locale files updated (@weblate)
v5.25.1 Performance and Security Fixes
API
- Fix: Update Firebase push messaging functionality to use new methods before EOL of old ones (@phillipthelen)
- Fix: Don't allow users to like or flag messages in groups they're not a member of (@phillipthelen)
- Fix: Use
undefined
instead ofnull
when removing a user from Party Seeking list (@phillipthelen) - Fix: Expire any outstanding password change request when the user changes their email address (@SabreCat)
- Chore: Locale files updated (@weblate)
Repo
- Fix: Correction to commands in development Dockerfile (@rafJagCode)
v5.25.0 June Content, Rate Limiter Fix
API
- Feature: New environment variable
LIVELINESS_PROBE_KEY
to be used with a query parameterliveliness
when configuring server readiness/liveness probes, so these API requests are not erroneously throttled by the rate limiter (@phillipthelen) - Content: June subscriber mystery set and Enchanted Armoire content (@CuriousMagpie)
v5.24.3 Fungi Potion fix
API
- Fix: Remove erroneous limited-availability information from Fungi Magic Hatching Potion (@SabreCat)
Repo
- Chore: Update
habitica-images
subproject
v5.24.2 Content FAQ
API
- Chore: Locale files updated (@weblate)
Client
- Feature: New FAQ page regarding upcoming changes to content releases (@SabreCat)
Repo
- Chore: Disable GitHub Dependabot (@CuriousMagpie)
v5.24.1 Gift Subscription Fix
API
- Fix: Treat gift subscriptions the same as recurring subscriptions for determining pace of perk rewards (@phillipthelen)
- Chore: Locale files updated (@weblate)