GamePanel Lite v0.2.2
This patch release fixes Settings navigation on narrow screens.
Bug fixes
- Replace the fixed mobile tab row with a full-width section selector so labels are never clipped. (#94) by @smartcat999
- Keep icon-based horizontal tabs on larger screens and make the section list data-driven for future additions. (#94) by @smartcat999
Known issues
Warning
The v0.2.2 Updater could replace API/Web containers without recreating Nginx, causing temporary HTTP 502 responses. Upgrade to v0.2.3 for the fix.
Upgrade notes
| Compatibility | Result |
|---|---|
| Data migration | Not required |
| Configuration migration | Not required |
| Game server restart | Not required |
| Published platform | linux/amd64 |
Full changelog
中文摘要
- 移动端改用全宽设置分类选择器,解决 Tab 文案被裁切的问题。
- 桌面端继续使用带图标的横向 Tab。
- 分类列表改为数据驱动,后续增加更多设置项时无需重新计算移动端宽度。
贡献者:@smartcat999