| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat(java): implement cache versioning, size limits, and automatic cleanup |  Begonia, HE | 2026-01-29 | 1 | -0/+1 |
| * | feat(java): Enhance Java detection and error handling |  Begonia, HE | 2026-01-29 | 4 | -33/+121 |
| * | refactor(java): simplify version compatibility logic and improve error handling |  Begonia, HE | 2026-01-29 | 6 | -182/+133 |
| * | refactor(java): replace unwrap with expect for better error handling |  Begonia, HE | 2026-01-29 | 1 | -1/+6 |
| * | refactor(java): suppress dead code warnings and improve detection |  Begonia, HE | 2026-01-29 | 4 | -16/+19 |
| * | refactor(java): address Sourcery AI code review feedback |  Begonia, HE | 2026-01-29 | 4 | -84/+110 |
| * | refactor(java): modularize Java detection and management system |  Begonia, HE | 2026-01-29 | 12 | -1125/+1354 |
| * | docs(java): add TODO comment for refactoring candidate detection |  Begonia, HE | 2026-01-29 | 1 | -0/+2 |
| * | feat(ts-bindings): fix ts bindings naming convention |  苏向夜 | 2026-01-23 | 10 | -0/+47 |
| * | feat(ts-bindings): fix ts bindings naming convention |  苏向夜 | 2026-01-21 | 11 | -103/+76 |
| * | fix(fabric): Add untagged attribute to FabricMainClass enum export |  HsiangNianian | 2026-01-21 | 2 | -2/+3 |
| * | fix: Update ts_rs import to include Serialize |  HsiangNianian | 2026-01-21 | 1 | -1/+1 |
| * | fix(auth): Remove commented-out prism's Client ID from auth.rs |  HsiangNianian | 2026-01-21 | 1 | -1/+0 |
| * | fix: Update TypeScript export paths to reflect new directory structure |  HsiangNianian | 2026-01-21 | 11 | -58/+76 |
| * | feat: Add TypeScript support to data structures using ts-rs for type generation |  HsiangNianian | 2026-01-21 | 11 | -61/+276 |
| * | Potential fix for code scanning alert no. 3: Cleartext logging of sensitive i... |  简律纯 | 2026-01-19 | 1 | -1/+1 |
| * | chore(release): bump versions |  github-actions[bot] | 2026-01-19 | 1 | -1/+1 |
| * | feat(backend): enhance instance management for editor support |  HsiangNianian | 2026-01-18 | 2 | -6/+135 |
| * | feat(migration): implement shared cache migration with SHA1 dedup |  HsiangNianian | 2026-01-18 | 2 | -1/+275 |
| * | fix(ci): improve pre-commit fmt hook configuration |  HsiangNianian | 2026-01-18 | 4 | -90/+262 |
| * | fix: complete Instance/Profile System isolation and state management |  HsiangNianian | 2026-01-18 | 1 | -7/+51 |
| * | fix(java): handle build metadata and underscore formats in version parsing |  HsiangNianian | 2026-01-18 | 1 | -2/+21 |
| * | fix(manifest): add find_root_version for nested inheritance resolution |  HsiangNianian | 2026-01-18 | 1 | -0/+37 |
| * | fix(rules): add architecture and version checks to library rule matching |  HsiangNianian | 2026-01-18 | 1 | -5/+24 |
| * | fix(downloader): use proper atomic ordering for thread-safe progress tracking |  HsiangNianian | 2026-01-18 | 1 | -11/+11 |
| * | fix(auth): add token expiry check in start_game |  HsiangNianian | 2026-01-18 | 2 | -2/+30 |
| * | fix(instance): copy directory BEFORE creating metadata in duplicate_instance |  HsiangNianian | 2026-01-18 | 1 | -11/+32 |
| * | fix(forge): check if installer created version JSON before manual creation |  HsiangNianian | 2026-01-18 | 1 | -4/+22 |
| * | fix(auth): prevent infinite recursion in get_client() |  HsiangNianian | 2026-01-18 | 1 | -2/+2 |
| * | fix: improve Java path normalization logic |  HsiangNianian | 2026-01-16 | 1 | -2/+6 |
| * | feat: implement instance management features and enhance game launch process |  HsiangNianian | 2026-01-16 | 5 | -84/+526 |
| * | feat: enhance Java version management for Minecraft versions |  HsiangNianian | 2026-01-16 | 4 | -55/+509 |
| * | Merge pull request #53 from BegoniaHe/fix/windows-java-path |  简律纯 | 2026-01-16 | 3 | -4/+264 |
| |\ |
|
| * | | fix: update logging for Java arguments in game start function |  HsiangNianian | 2026-01-16 | 1 | -1/+1 |
| | * | fix(path): resolve critical java path validation bug on unix |  Begonia, HE | 2026-01-16 | 1 | -11/+149 |
| | * | Merge branch 'HsiangNianian:main' into fix/windows-java-path |  Begonia, HE | 2026-01-16 | 2 | -13/+49 |
| | |\
| |/
|/| |
|
| * | | feat: enhance Java path handling by resolving symlinks and stripping UNC pref... |  HsiangNianian | 2026-01-16 | 1 | -2/+8 |
| * | | feat: add UNC prefix stripping for Windows paths in Java handling |  HsiangNianian | 2026-01-16 | 1 | -1/+17 |
| | * | fix(windows): resolve Java executable path issues on Windows |  Begonia, HE | 2026-01-16 | 3 | -4/+126 |
| * | | feat: improve Java command execution on Windows |  HsiangNianian | 2026-01-16 | 2 | -10/+24 |
| |/ |
|
| * | feat: integrate AI assistant functionality and configuration management |  HsiangNianian | 2026-01-16 | 14 | -105/+998 |
| * | fix(security): Potential fix for code scanning alert no. 3: Cleartext logging... |  简律纯 | 2026-01-16 | 1 | -5/+1 |
| * | feat: Enhance Forge installation process by fetching installer manifest and i... |  HsiangNianian | 2026-01-15 | 2 | -60/+286 |
| * | feat: Implement local version fetching and enhance version type detection to ... |  HsiangNianian | 2026-01-15 | 1 | -34/+60 |
| * | feat: Add functionality to list installed game versions in the application, e... |  HsiangNianian | 2026-01-15 | 1 | -0/+89 |
| * | feat: Add version installation and check functionality to enhance mod loader ... |  HsiangNianian | 2026-01-15 | 2 | -3/+314 |
| * | feat: Implement upload_to_pastebin command for log file uploads with content ... |  HsiangNianian | 2026-01-15 | 1 | -1/+79 |
| * | feat: Add log upload service and optional API key to LauncherConfig for enhan... |  HsiangNianian | 2026-01-15 | 1 | -0/+4 |
| * | fix: Clean up main.rs by removing unused imports and updating variable names ... |  HsiangNianian | 2026-01-15 | 1 | -2/+2 |
| * | feat: Implement get_github_releases command to fetch and serialize GitHub rel... |  HsiangNianian | 2026-01-15 | 1 | -1/+48 |