aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core/forge.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: enhance Java version management for Minecraft versionsHsiangNianian2026-01-161-31/+85
| | | | Added functionality to determine and validate the required Java version for Minecraft versions, including checks for compatibility with older versions. Implemented event emissions for version installation and deletion, and updated the UI to reflect Java version requirements and installation status. Improved version metadata handling and added support for deleting versions.
* feat: improve Java command execution on WindowsHsiangNianian2026-01-161-5/+10
| | | | Enhanced the Java command execution by adding support for Windows-specific creation flags in both the installer and candidate checking functions. This change ensures better compatibility and performance when running Java commands on Windows systems.
* feat: integrate AI assistant functionality and configuration managementHsiangNianian2026-01-161-28/+41
| | | | Implemented new commands for managing the AI assistant, including health checks, chat interactions, and model listings for both Ollama and OpenAI. Enhanced the configuration system to support raw JSON editing and added a dedicated AssistantConfig structure for better management of assistant settings. This update significantly improves the user experience by providing comprehensive control over AI interactions and configurations.
* feat: Enhance Forge installation process by fetching installer manifest and ↵HsiangNianian2026-01-151-57/+245
| | | | improving library management for better compatibility
* refactor: clean up formatting and improve readability in core modulesHsiangNianian2026-01-141-5/+8
|
* feat: add Fabric and Forge loader support modules with version fetching and ↵HsiangNianian2026-01-141-0/+333
installation functionality