aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
Commit message (Expand)AuthorAgeFilesLines
* Potential fix for code scanning alert no. 3: Cleartext logging of sensitive i...简律纯2026-01-191-1/+1
|\
| * Potential fix for code scanning alert no. 3: Cleartext logging of sensitive i...简律纯2026-01-191-1/+1
* | chore(ui): refactor workspace to monorepo苏向夜2026-01-191-1/+1
|/
* Merge branch 'main' into chore/migrate-repository苏向夜2026-01-1911-166/+930
|\
| * chore(release): bump versionsgithub-actions[bot]2026-01-194-3/+10
* | chore: migrate repository from HsiangNianian to HydroRoll-TeamBegonia, HE2026-01-182-2/+2
| * chore(tauri): mark tauri crate as private苏向夜2026-01-191-0/+1
| * ci(semifold): change os name苏向夜2026-01-181-1/+1
| * ci(semifold): prepare for alpha release苏向夜2026-01-181-7/+1
| * fix(build): fix pnpm build script苏向夜2026-01-181-40/+40
| * feat(backend): enhance instance management for editor supportHsiangNianian2026-01-182-6/+135
| * feat(migration): implement shared cache migration with SHA1 dedupHsiangNianian2026-01-182-1/+275
| * fix(ci): improve pre-commit fmt hook configurationHsiangNianian2026-01-184-90/+262
| * delete: remove instance isolation tests for cleanupHsiangNianian2026-01-181-198/+0
| * fix: complete Instance/Profile System isolation and state managementHsiangNianian2026-01-182-7/+249
| * fix(java): handle build metadata and underscore formats in version parsingHsiangNianian2026-01-181-2/+21
| * fix(manifest): add find_root_version for nested inheritance resolutionHsiangNianian2026-01-181-0/+37
| * fix(rules): add architecture and version checks to library rule matchingHsiangNianian2026-01-181-5/+24
| * fix(downloader): use proper atomic ordering for thread-safe progress trackingHsiangNianian2026-01-181-11/+11
| * fix(auth): add token expiry check in start_gameHsiangNianian2026-01-182-2/+30
| * fix(instance): copy directory BEFORE creating metadata in duplicate_instanceHsiangNianian2026-01-181-11/+32
| * fix(forge): check if installer created version JSON before manual creationHsiangNianian2026-01-181-4/+22
| * fix(auth): prevent infinite recursion in get_client()HsiangNianian2026-01-181-2/+2
| * chore: add regex dependency version 1.12.2 to Cargo.tomlHsiangNianian2026-01-181-0/+1
|/
* chore: bump version to 0.1.26 in Cargo.toml and tauri.conf.jsonv0.1.26HsiangNianian2026-01-162-2/+2
* fix: improve Java path normalization logicHsiangNianian2026-01-161-2/+6
* feat: implement instance management features and enhance game launch processHsiangNianian2026-01-166-84/+527
* feat: enhance Java version management for Minecraft versionsHsiangNianian2026-01-165-55/+510
* Merge pull request #53 from BegoniaHe/fix/windows-java-path简律纯2026-01-163-4/+264
|\
* | fix: update logging for Java arguments in game start functionHsiangNianian2026-01-161-1/+1
* | chore: bump version in tauri configuration to 0.1.25v0.1.25HsiangNianian2026-01-162-2/+2
* | chore: update CSP in tauri configuration for enhanced securityHsiangNianian2026-01-161-1/+1
* | chore: apply prek auto-fixes [skip ci]HsiangNianian2026-01-162-2/+1
| * fix(path): resolve critical java path validation bug on unixBegonia, HE2026-01-161-11/+149
* | chore: update plugin-dialog dependency versions in Cargo.toml and package.jsonHsiangNianian2026-01-161-1/+1
| * Merge branch 'HsiangNianian:main' into fix/windows-java-pathBegonia, HE2026-01-164-15/+51
| |\ | |/ |/|
* | feat: enhance Java path handling by resolving symlinks and stripping UNC pref...HsiangNianian2026-01-161-2/+8
* | feat: add UNC prefix stripping for Windows paths in Java handlingHsiangNianian2026-01-161-1/+17
| * fix(windows): resolve Java executable path issues on WindowsBegonia, HE2026-01-163-4/+126
* | chore: update version to 0.1.24 in Cargo.toml and tauri.conf.jsonv0.1.24HsiangNianian2026-01-162-2/+2
* | feat: improve Java command execution on WindowsHsiangNianian2026-01-162-10/+24
|/
* feat: integrate AI assistant functionality and configuration managementHsiangNianian2026-01-1614-105/+998
* fix(security): Potential fix for code scanning alert no. 3: Cleartext logging...简律纯2026-01-161-5/+1
* chore: Bump version to 0.1.23 in Cargo.toml and tauri.conf.json for releasev0.1.23HsiangNianian2026-01-152-2/+2
* feat: Enhance Forge installation process by fetching installer manifest and i...HsiangNianian2026-01-152-60/+286
* 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-152-3/+314
* chore: Bump version to 0.1.22 in Cargo.toml and tauri.conf.json for releasev0.1.22HsiangNianian2026-01-152-2/+2
* feat: Implement upload_to_pastebin command for log file uploads with content ...HsiangNianian2026-01-151-1/+79