FioMenu Update - Changelog
(1.17)
- Stopped Automatic Generation of Default Menu Config
- FioMenu no longer generates the default menu configuration file automatically on first startup.
- Added Database Support for FioMenu
- Added database backend support for centralized FioMenu data persistence.
- Data Storage Refactor: Moved language_state, player_state, and custom_slot_data to databases
- Removed legacy storage locations for language_state, player_state, and custom_slot_data.
- These components are now consolidated into the databases layer for consistent read/write behavior.
- Added New algorithm Feature in FioMenu
- Introduced a new algorithm feature to support more flexible logic behavior inside FioMenu.
- The feature is designed to expand internal processing capabilities and enable more advanced behavior patterns.
- Added New timezone Option in config.yml
- Added a new timezone option in config.yml.
- Added New Text Effect Tag: <shadow:#RRGGBB:opacity>Text</shadow>
- Added support for a new text shadow tag:
- <shadow:#RRGGBB:opacity>Text</shadow>.
- Fixed Animation Flicker in %fiomenu_at:<name>%
- Fixed a bug in %fiomenu_at:<name>% animation usage where some text could be skipped during rendering.