
0.11.0: Web app release
Additions
- Redesigned game view with modular UI and future-proof feature hooks.
- Persistent Report Abuse button.
- Admin actions accessible via menu.
- Added game compatibility rating.
- New changelog hosted at https://changelog.asterune.com.
- New badge system and redesigned badge assets.
- Updated graphics for Catalog, Invent, Inventory, and Settings tab icons.
- Added new Invent sub-tabs: Source Control, Packages, Localization, Ads, Assets, Models, Textures, Animations.
- Pagination added to Invent → Games tab.
- Loading spinner added to QR code login modal.
- New TOTP login modal with clearer UI.
- Rate limiting applied to most API endpoints.
- OAuth2.0 implementation compliant with RFC6749.
- New OAuth2.0 authorize screen with explicit permission scopes.
- Revamped landing page with modern UI.
- Added sorting and search in Servers tab (game view).
- Filter tags added to game search UI.
- Captcha IP whitelist to reduce login failures.
- Added 403 page for blocked access.
Changes
- Mantine upgraded from v5 to v6.
- Report category labels updated.
- OuterUI refactored to ShellUI for performance and code reuse.
- Standardized segmented control corner radius.
- Centralized static data for better tree shaking and smaller bundles.
Fixes
- Fixed unauthorized visibility of Edit Game button.
- Fixed profile navigation crash from game view.
- Removed Report button from announcements.
- Fixed session loss on specific pages.
- Corrected dead doc links.
- Fixed state update bugs on page navigation.
- Resolved build errors.
- Applied Tailwind colors consistently.
- Removed SVG console errors.
- Dropdown text now matches selected item.
- Prevented context menus from rendering off-screen.
- Optimized regex patterns causing performance hits.
- Fixed email banner responsiveness.
Removals
- Removed Checklists feature and related API endpoints; invalidated associated tokens.
- Removed unused components.
- Deprecated update drawer; replaced with changelog redirection.
- Removed nested CSS styling in favor of Tailwind.
- Removed profile link configuration.