| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix(modpack): make CURSEFORGE_API_KEY optional for dev |  HsiangNianian | 2026-03-12 | 1 | -3/+7 |
| * | feat: prepare for nightly alpha |  苏向夜 | 2026-02-25 | 2 | -1/+13 |
| * | refactor: rewrite login and settings pages |  苏向夜 | 2026-02-24 | 2 | -3/+5 |
| * | feat(macros): sort client api |  苏向夜 | 2026-02-24 | 1 | -1/+6 |
| * | Merge branch 'main' into refactor/migrate-to-react |  简律纯 | 2026-02-23 | 2 | -0/+490 |
| |\ |
|
| | * | Add modpack parsing and extraction for Modrinth, CurseForge, MultiMC (#100) |  SuperCCC | 2026-02-22 | 2 | -0/+490 |
| * | | refactor(client): rewrite macros to generate client |  苏向夜 | 2026-02-18 | 17 | -248/+243 |
| * | | merge: dev |  苏向夜 | 2026-02-15 | 1 | -0/+1 |
| * | | feat(java): add mise version manager support and refactor detection logic |  Begonia, HE | 2026-01-30 | 4 | -12/+76 |
| * | | refactor: add TypeScript support to account storage structures |  HsiangNianian | 2026-01-30 | 1 | -3/+21 |
| * | | refactor: add TypeScript support to JavaConfig struct |  HsiangNianian | 2026-01-30 | 1 | -3/+7 |
| * | | refactor(java): add TypeScript support to Java data structures |  HsiangNianian | 2026-01-30 | 1 | -4/+21 |
| * | | refactor(java): enhance Adoptium structs with TypeScript support |  HsiangNianian | 2026-01-30 | 1 | -5/+26 |
| * | | fix: resolve rebase conflicts and compilation errors |  Begonia, HE | 2026-01-29 | 5 | -138/+152 |
| * | | refactor(java): improve error handling and logging |  Begonia, HE | 2026-01-29 | 5 | -20/+140 |
| * | | 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 |