NekoUI v1.0.1
[ UI ]
- Fixed gradient not appearing on the left side when toggling Clean Mode.
- Improved the fade-out animation for the Minecraft version text in Clean Mode.
- UI buttons now persist in Clean Mode without reappearing on window resize or fullscreen toggle.
- Improve smooth transitions in and out of Clean Mode.
- Added logic to instantly hide widgets during Clean Mode initialization without animation.
[ RPC ]
- Changes unactive and fallback small image key to minecraft icon
[ UPDATER ]
- Improved the version checking system to better handle newer Modrinth update structures without explicit version state metadata.
- Refactored the internal version comparator to support complex version formats (e.g., "v1.0.1-release+mc1.21.1").
- Added support for suffix ordering such as
alpha < beta < releaseto ensure proper update detection. - Versions with metadata (e.g., "+mc1.21.1") are now normalized for consistent comparison.
- Enhanced compatibility with semantic versions and Modrinth's latest versioning format.
- Ensured backward compatibility with older version formats while improving sorting accuracy.