aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core/manifest.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: enhance Java version management for Minecraft versionsHsiangNianian2026-01-161-0/+7
| | | | 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: integrate AI assistant functionality and configuration managementHsiangNianian2026-01-161-4/+5
| | | | 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.
* refactor: clean up formatting and improve readability in core modulesHsiangNianian2026-01-141-3/+3
|
* feat: implement Maven coordinate parsing and URL construction utilitiesHsiangNianian2026-01-141-1/+153
|
* feat: add offline account management and version fetching functionalityHsiangNianian2026-01-131-4/+4
|
* feat: add Minecraft DropOut launcher with version fetching and basic UIHsiangNianian2026-01-131-0/+31
- Implemented version manifest fetching from Mojang API. - Created launcher configuration and main launcher logic. - Added SVG and PNG icons for the application. - Developed a simple HTML/CSS interface for the launcher. - Integrated Tauri commands for backend communication. - Added utility functions for file operations and config parsing.