aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* fix: resolve rebase conflicts and compilation errorsBegonia, HE2026-01-291-1/+0
* refactor(java): improve error handling and loggingBegonia, HE2026-01-291-0/+1
* feat(java): Enhance Java detection and error handlingBegonia, HE2026-01-291-5/+15
* refactor(java): simplify version compatibility logic and improve error handlingBegonia, HE2026-01-291-101/+50
* refactor(java): modularize Java detection and management systemBegonia, HE2026-01-291-6/+14
* feat(ts-bindings): fix ts bindings naming convention苏向夜2026-01-231-0/+6
* feat(ts-bindings): fix ts bindings naming convention苏向夜2026-01-211-24/+6
* fix(fabric): Add untagged attribute to FabricMainClass enum exportHsiangNianian2026-01-211-1/+1
* fix: Update ts_rs import to include SerializeHsiangNianian2026-01-211-1/+1
* fix: Update TypeScript export paths to reflect new directory structureHsiangNianian2026-01-211-6/+9
* feat: Add TypeScript support to data structures using ts-rs for type generationHsiangNianian2026-01-211-7/+29
* Potential fix for code scanning alert no. 3: Cleartext logging of sensitive i...简律纯2026-01-191-1/+1
* chore(release): bump versionsgithub-actions[bot]2026-01-191-1/+1
* feat(backend): enhance instance management for editor supportHsiangNianian2026-01-181-6/+121
* feat(migration): implement shared cache migration with SHA1 dedupHsiangNianian2026-01-181-1/+51
* fix(ci): improve pre-commit fmt hook configurationHsiangNianian2026-01-181-67/+163
* fix: complete Instance/Profile System isolation and state managementHsiangNianian2026-01-181-7/+51
* fix(auth): add token expiry check in start_gameHsiangNianian2026-01-181-1/+30
* fix(forge): check if installer created version JSON before manual creationHsiangNianian2026-01-181-4/+22
* feat: implement instance management features and enhance game launch processHsiangNianian2026-01-161-72/+188
* feat: enhance Java version management for Minecraft versionsHsiangNianian2026-01-161-24/+359
* Merge pull request #53 from BegoniaHe/fix/windows-java-path简律纯2026-01-161-4/+20
|\
* | fix: update logging for Java arguments in game start functionHsiangNianian2026-01-161-1/+1
| * fix(windows): resolve Java executable path issues on WindowsBegonia, HE2026-01-161-4/+20
|/
* feat: integrate AI assistant functionality and configuration managementHsiangNianian2026-01-161-27/+141
* fix(security): Potential fix for code scanning alert no. 3: Cleartext logging...简律纯2026-01-161-5/+1
* feat: Enhance Forge installation process by fetching installer manifest and i...HsiangNianian2026-01-151-3/+41
* feat: Implement local version fetching and enhance version type detection to ...HsiangNianian2026-01-151-34/+60
* feat: Add functionality to list installed game versions in the application, e...HsiangNianian2026-01-151-0/+89
* feat: Add version installation and check functionality to enhance mod loader ...HsiangNianian2026-01-151-0/+290
* feat: Implement upload_to_pastebin command for log file uploads with content ...HsiangNianian2026-01-151-1/+79
* fix: Clean up main.rs by removing unused imports and updating variable names ...HsiangNianian2026-01-151-2/+2
* feat: Implement get_github_releases command to fetch and serialize GitHub rel...HsiangNianian2026-01-151-1/+48
* feat(java): Implement Java catalog management and download featuresBegonia, HE2026-01-151-0/+52
* fix: change Java installation path to use Tauri app handle for directory accessBegonia, HE2026-01-151-3/+4
* fix: update JVM argument handling to set sha256 to NoneBegonia, HE2026-01-151-1/+2
* Apply suggestion from @Copilot简律纯2026-01-151-1/+1
* fix: add missing sha256 field to DownloadTask for Maven librariesBegonia, HE2026-01-141-0/+1
* Merge main into feat/download-java-rtBegonia, HE2026-01-141-101/+359
|\
| * feat: enhance dark mode support across UI componentsHsiangNianian2026-01-141-4/+0
| * feat: Enhance UI components and add visual effectsHsiangNianian2026-01-141-0/+1
| * refactor: clean up formatting and improve readability in core modulesHsiangNianian2026-01-141-19/+16
| * feat: enhance start_game function to support modded versions and add Fabric a...HsiangNianian2026-01-141-38/+208
| * Add documentation to clarify placeholder detection logiccopilot-swe-agent[bot]2026-01-141-5/+12
| * Improve placeholder check to verify both opening and closing delimiterscopilot-swe-agent[bot]2026-01-141-2/+16
| * fix: skip unresolved placeholders in game start argumentsHsiangNianian2026-01-141-2/+8
| * refactor: simplify default implementations for AccountStore and MsRefreshToke...HsiangNianian2026-01-141-0/+6
| * refactor: improve code readability by formatting and restructuring function c...HsiangNianian2026-01-141-60/+121
| * Revert "feat: add functionality to retrieve installed game versions"简律纯2026-01-141-43/+0
| * Merge pull request #16 from NtskwK/feat/enabled-version简律纯2026-01-141-0/+43
| |\