| Commit message (Expand) | Author | Age | Files | Lines |
| * | docs(copilot): enhance project setup and workflow documentation |  Begonia, HE | 2026-01-16 | 1 | -7/+44 |
| * | docs(github): add commit helper agent and references |  Begonia, HE | 2026-01-16 | 3 | -0/+451 |
| * | docs: add comprehensive Copilot development guide |  Begonia, HE | 2026-01-16 | 1 | -0/+252 |
| * | Merge pull request #47 from BegoniaHe/chore/add-github-templates |  简律纯 | 2026-01-16 | 12 | -0/+1377 |
| |\ |
|
| | * | refactor: improve bug report templates based on PR review |  Begonia, HE | 2026-01-16 | 3 | -32/+28 |
| | * | feat: add LLM-generated code disclosure section to PR templates |  Begonia, HE | 2026-01-16 | 2 | -0/+16 |
| | * | docs: update log file locations in bug report templates |  Begonia, HE | 2026-01-16 | 2 | -10/+8 |
| | * | Merge branch 'HsiangNianian:main' into chore/add-github-templates |  Begonia, HE | 2026-01-16 | 6 | -6/+262 |
| | |\
| |/
|/| |
|
| | * | chore: add GitHub issue and PR templates with automation workflows |  Begonia, HE | 2026-01-16 | 12 | -0/+1367 |
| * | | Merge pull request #44 from HsiangNianian/fix/security/alert-autofix-3 |  简律纯 | 2026-01-16 | 1 | -5/+1 |
| |\ \ |
|
| * \ \ | Merge pull request #46 from HsiangNianian/feat/add-pre-commit-support |  简律纯 | 2026-01-16 | 5 | -1/+261 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | chore: add cargo formatting and linting hooks to pre-commit configuration |  HsiangNianian | 2026-01-16 | 1 | -0/+14 |
| | * | | chore: update pre-commit hooks for improved linting and formatting |  HsiangNianian | 2026-01-16 | 1 | -0/+1 |
| | * | | chore: add pre-commit configuration for linting and formatting |  HsiangNianian | 2026-01-16 | 1 | -0/+35 |
| | * | | chore: update .gitignore to include additional files and directories |  HsiangNianian | 2026-01-16 | 1 | -1/+20 |
| | * | | chore: add pyproject.toml and uv.lock for project configuration and dependencies |  HsiangNianian | 2026-01-16 | 2 | -0/+191 |
| |/ / |
|
| | * | fix(security): Potential fix for code scanning alert no. 3: Cleartext logging... |  简律纯 | 2026-01-16 | 1 | -5/+1 |
| |/ |
|
| * | Merge pull request #43 from HsiangNianian/security/alert-autofix-6 |  简律纯 | 2026-01-16 | 1 | -0/+2 |
| |\ |
|
| | * | fix(security): Potential fix for code scanning alert no. 6: Workflow does not... |  简律纯 | 2026-01-16 | 1 | -0/+2 |
| |/ |
|
| * | Merge pull request #42 from HsiangNianian/alert-autofix-2 |  简律纯 | 2026-01-16 | 1 | -0/+3 |
| |\ |
|
| | * | fix(security): Potential fix for code scanning alert no. 2: Workflow does not... |  简律纯 | 2026-01-16 | 1 | -0/+3 |
| |/ |
|
| * | style: auto format and lint fix [skip ci] |  HsiangNianian | 2026-01-16 | 15 | -299/+311 |
| * | Merge pull request #40 from NtskwK/main |  简律纯 | 2026-01-16 | 4 | -3/+243 |
| |\ |
|
| | * | fix(ci): Enhance GitHub Actions workflow with lint and format |  简律纯 | 2026-01-16 | 1 | -1/+10 |
| | * | chore(ci): Rename workflow from 'UI Auto Fix' to 'UI Auto Lint' |  简律纯 | 2026-01-16 | 1 | -1/+4 |
| | * | refactor(ci): Refactor lint workflow for auto fixes on push |  简律纯 | 2026-01-16 | 1 | -66/+17 |
| | * | chore: add UI linter workflow with oxlint and oxfmt |  NtskwK | 2026-01-16 | 4 | -2/+279 |
| |/ |
|
| * | Merge pull request #37 from HsiangNianian/dependabot/npm_and_yarn/ui/npm_and_... |  简律纯 | 2026-01-16 | 3 | -24/+24 |
| |\ |
|
| | * | chore(deps-dev): bump svelte |  dependabot[bot] | 2026-01-16 | 3 | -24/+24 |
| |/ |
|
| * | Merge pull request #36 from HsiangNianian/dependabot/npm_and_yarn/ui/npm_and_... |  简律纯 | 2026-01-16 | 2 | -20/+95 |
| |\ |
|
| | * | chore(deps): bump devalue |  dependabot[bot] | 2026-01-15 | 2 | -20/+95 |
| |/ |
|
| * | Merge pull request #34 from fu050409/chore/vsc-config |  简律纯 | 2026-01-16 | 2 | -1/+1 |
| |\ |
|
| | * | chore(lint): fix code lint |  苏向夜 | 2026-01-15 | 1 | -37/+37 |
| | * | chore(vscode): move `.vscode` to project root |  苏向夜 | 2026-01-15 | 2 | -37/+37 |
| |/ |
|
| * | Merge pull request #31 from HsiangNianian/dev |  简律纯 | 2026-01-15 | 0 | -0/+0 |
| |\ |
|
| * | | feat: Add interactive Saturn effect controls in HomeView and enhance Particle... |  HsiangNianian | 2026-01-15 | 3 | -5/+226 |
| * | | chore: Bump version to 0.1.23 in Cargo.toml and tauri.conf.json for releasev0.1.23 |  HsiangNianian | 2026-01-15 | 2 | -2/+2 |
| * | | 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 | 3 | -34/+63 |
| * | | feat: Add functionality to list installed game versions in the application, e... |  HsiangNianian | 2026-01-15 | 2 | -35/+202 |
| * | | feat: Enhance text formatting in HomeView by adding support for italicized te... |  HsiangNianian | 2026-01-15 | 1 | -0/+1 |
| * | | feat: Implement logout confirmation dialog and enhance account status display... |  HsiangNianian | 2026-01-15 | 4 | -9/+97 |
| * | | feat: Add version installation and check functionality to enhance mod loader ... |  HsiangNianian | 2026-01-15 | 3 | -27/+439 |
| * | | chore: Bump version to 0.1.22 in Cargo.toml and tauri.conf.json for releasev0.1.22 |  HsiangNianian | 2026-01-15 | 2 | -2/+2 |
| | * | Merge pull request #30 from HsiangNianian/main |  简律纯 | 2026-01-15 | 53 | -505/+6931 |
| | |\
| |/
|/| |
|
| * | | feat: Implement custom dropdown components for version selection in BottomBar... |  HsiangNianian | 2026-01-15 | 6 | -89/+443 |
| * | | refactor: Clean up imports and enhance GameConsole display with conditional r... |  HsiangNianian | 2026-01-15 | 1 | -6/+8 |
| * | | style: Update select element styles in ModLoaderSelector for improved UI cons... |  HsiangNianian | 2026-01-15 | 1 | -2/+2 |
| * | | feat: Add debug and log upload settings to SettingsView for enhanced user con... |  HsiangNianian | 2026-01-15 | 1 | -2/+45 |
| * | | feat: Enhance GameConsole with advanced log filtering, searching, and export/... |  HsiangNianian | 2026-01-15 | 1 | -85/+281 |