aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core/forge.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(client): rewrite macros to generate client苏向夜2026-02-181-8/+2
|
* feat(ts-bindings): fix ts bindings naming convention苏向夜2026-01-231-0/+2
|
* feat(ts-bindings): fix ts bindings naming convention苏向夜2026-01-211-2/+2
|
* fix: Update TypeScript export paths to reflect new directory structureHsiangNianian2026-01-211-2/+2
|
* feat: Add TypeScript support to data structures using ts-rs for type generationHsiangNianian2026-01-211-2/+12
|
* 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