Deep Cleanup of Hardcoding: Removed all hardcoded Chinese prompt strings from the code, unified access via LanguageManager.
Enhanced Robustness: Added localization keys for various edge cases such as update source initialization failure, configuration backup exceptions, file monitoring thread errors, and language file loading failures.
Self-Healing Prompt Mechanism: Optimized the Fallback logic of LanguageManager. Even if the external language file is missing or corrupted, clear error guidance can be provided through built-in resources.
Bedrock Click Fallback: Added a fallback mechanism for Bedrock click events. If bedrock-* clicks are not defined, it will automatically try to use the corresponding non-Bedrock click configuration, greatly simplifying cross-platform configuration.
Version Comparison Algorithm Optimization: Enhanced the robustness of the version check system for parsing non-pure numeric version numbers (e.g., v1.4.0-beta.2).
CI/CD Enhancement: Completed the supported version list for Modrinth release, including all official versions from 1.13 to 1.21.1.