aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* chore(release): bump versionsgithub-actions[bot]2026-01-199-14/+22
* chore(tauri): mark tauri crate as private苏向夜2026-01-191-0/+1
* ci(semifold): setup pnpm before versioning苏向夜2026-01-191-2/+11
* chore(semifold): remove lockfile post hook苏向夜2026-01-181-8/+0
* ci(build): disable failed targets苏向夜2026-01-181-8/+8
* ci(semifold): use nsis only on Windows platforms苏向夜2026-01-181-10/+4
* docs(readme): update tag svgs苏向夜2026-01-181-4/+4
* ci(semifold): unlock semifold ci苏向夜2026-01-181-9/+7
* Adopt Semifold CI and prepare 0.2.0-alpha pre-release (#62)简律纯2026-01-1820-2231/+2562
|\
| * ci(semifold): re-triger workflows苏向夜2026-01-181-2/+1
| * ci(semifold): enable pull request tests苏向夜2026-01-181-6/+9
| * ci(semifold): imporve release targets苏向夜2026-01-181-2/+17
| * ci(semifold): change os name苏向夜2026-01-182-3/+3
| * ci(semifold): release ci苏向夜2026-01-181-3/+1
| * ci(semifold): add test publish code苏向夜2026-01-182-7/+7
| * ci(semifold): use duplicate artifact name苏向夜2026-01-182-4/+6
| * ci(semifold): prepare for alpha release苏向夜2026-01-186-52/+53
| * ci(semifold): remove stupid naming convention苏向夜2026-01-181-3/+0
| * ci(semifold): add target to paths苏向夜2026-01-181-6/+6
| * ci(semifold): use release path苏向夜2026-01-181-8/+7
| * ci(semifold): fix artifact upload conditions苏向夜2026-01-182-30/+38
| * ci(workspace): use root path as cwd苏向夜2026-01-182-12/+9
| * chore: add tauri cli苏向夜2026-01-183-5/+127
| * ci(semifold): upload artifacts苏向夜2026-01-181-2/+31
| * chore: add tauri version bump script苏向夜2026-01-185-20/+401
| * fix(build): fix pnpm build script苏向夜2026-01-184-65/+192
| * ci(semifold): enable pr ci for test苏向夜2026-01-181-16/+18
| * ci(pnpm): remove pnpm version and use corepack instead苏向夜2026-01-184-8/+0
| * chore(ci): setup semifold苏向夜2026-01-1812-2196/+1855
|/
* Merge pull request #61 from fu050409/ci/bump简律纯2026-01-184-20/+21
|\
| * chore(ci): bump versions of actions苏向夜2026-01-184-20/+21
* | feat(frontend): add instance editor modal with tabbed interfaceHsiangNianian2026-01-183-50/+464
|/
* feat(frontend): add instance creation wizardHsiangNianian2026-01-182-41/+487
* feat(backend): enhance instance management for editor supportHsiangNianian2026-01-183-6/+142
* feat(migration): implement shared cache migration with SHA1 dedupHsiangNianian2026-01-183-4/+303
* fix(ci): improve pre-commit fmt hook configurationHsiangNianian2026-01-188-93/+409
* delete: remove instance isolation tests for cleanupHsiangNianian2026-01-181-198/+0
* refactor: move version refresh logic to App.svelte and clean up GameState con...HsiangNianian2026-01-182-11/+15
* fix: complete Instance/Profile System isolation and state managementHsiangNianian2026-01-184-9/+273
* Merge pull request #60 from HsiangNianian/dev简律纯2026-01-180-0/+0
|\
| * Merge pull request #59 from HsiangNianian/main简律纯2026-01-187-37/+179
| |\ | |/ |/|
* | Merge pull request #57 from HsiangNianian/fix/critical-bugs简律纯2026-01-187-37/+179
|\ \
| | * Merge pull request #58 from HsiangNianian/main简律纯2026-01-1866-338/+7286
| | |\ | |_|/ |/| |
| * | 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