Releases: Universalis-FFXIV/mogboard-next
Releases · Universalis-FFXIV/mogboard-next
v1.1.4
What's Changed
- Correctly handle settings being empty strings by @karashiiro in #32
Full Changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.2
v1.1.1
What's Changed
- Sort regional data after merging them by @karashiiro in #29
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Implement multi-DC market pages by @karashiiro in #25
- Fix build errors by @karashiiro in #26
- Fix market server selector on mobile by @karashiiro in #27
Full Changelog: v1.0.12...v1.1.0
v1.0.12
What's Changed
- Bump next-auth from 4.5.0 to 4.9.0 by @dependabot in #20
- Updates for next-auth 4.9.0 by @karashiiro in #21
- Clean character search input by @karashiiro in #22
- Make list operations more atomic by @karashiiro in #23
- Increase allowed heap size in build by @karashiiro in #24
New Contributors
- @dependabot made their first contribution in #20
Full Changelog: v1.0.11...v1.0.12
v1.0.11
Reduce number of database connections (#19)
v1.0.10
Fix mobile category results (#18)
v1.0.9
Fix search overlay responsiveness and tweak images (#16)
v1.0.8
Minimize useSettings calls (#15) useSettings refreshes the expiries of all settings cookies each time it is called, which is a slow operation. This reduces its overuse.