FioMenu Update - Changelog
(1.19)
- Fixed $profile no longer caching after recent LIST_PLAYER listener changes
- Resolved a regression where $profile data was being held by stale cache flow after the latest LIST_PLAYER listener update.
- Adjusted profile/list synchronization so profile rendering now reflects fresh runtime state instead of outdated cached snapshots.
- Improved cache invalidation timing in the list-to-profile transition path to prevent stale profile views.
- Added New Example GUI: /trash
- Added a new default example GUI entry for /trash.
- Provides a ready-to-use reference for disposal/cleanup interaction patterns in FioMenu menu configuration.
- Can be used as a base template for custom trash-like utility menus.
- Expanded Example GUI Collection (30+ GUIs)
- FioMenu now includes more than 30+ example GUI resources by default.
- Improves onboarding by giving broader real-world menu patterns for interaction, placeholders, sorting, prompts, and utility flows.
- Makes it easier to start quickly without building every menu from scratch.
- Optimized Default Animation Configuration
- Refined bundled animation defaults for better baseline performance and cleaner behavior in common menu transitions.
- Improved default animation resource structure so customization is more maintainable and predictable.
- Reduced unnecessary overhead in stock animation setup while keeping visual behavior intact.
- Fixed Bundle Right-Click Desync/Disappear Issue in Menu
- Fixed an issue where bundle items containing content could be right-clicked in menu context and appear to disappear.
- Hardened bundle interaction handling to block extraction actions while FioMenu inventory is open.
- Applied client refresh flow after blocked bundle actions so displayed bundle state stays consistent with server-side item data.