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)