| Commit message (Expand) | Author | Age | Files | Lines |
| * | chore: enhance GitHub Actions workflow to check for changes before committing... |  HsiangNianian | 2026-01-16 | 1 | -1/+11 |
| * | Merge pull request #54 from BegoniaHe/docs/improve-copilot-instructions |  简律纯 | 2026-01-16 | 1 | -7/+44 |
| |\ |
|
| * | | chore: refine prek workflow by removing skip ci comment |  HsiangNianian | 2026-01-16 | 1 | -2/+1 |
| * | | chore: enhance prek workflow with Rust installation and system dependencies |  HsiangNianian | 2026-01-16 | 1 | -0/+16 |
| * | | chore: update prek workflow bot user details |  HsiangNianian | 2026-01-16 | 1 | -2/+2 |
| * | | chore: apply prek auto-fixes [skip ci] |  HsiangNianian | 2026-01-16 | 2 | -2/+2 |
| * | | chore: enhance prek workflow to support auto-fixing and commit changes |  HsiangNianian | 2026-01-16 | 1 | -6/+21 |
| * | | chore: update CI workflow to simplify formatting step |  HsiangNianian | 2026-01-16 | 1 | -1/+1 |
| * | | chore: update pre-commit configuration and remove unnecessary dependencies |  HsiangNianian | 2026-01-16 | 1 | -0/+22 |
| | * | docs(copilot): enhance project setup and workflow documentation |  Begonia, HE | 2026-01-16 | 1 | -7/+44 |
| * | | chore: refine CI workflow to conditionally execute steps based on event type |  HsiangNianian | 2026-01-16 | 1 | -3/+14 |
| * | | chore: update CI workflow to improve dependency installation |  HsiangNianian | 2026-01-16 | 1 | -2/+2 |
| * | | chore: update Node.js and pnpm versions in CI workflow |  HsiangNianian | 2026-01-16 | 1 | -2/+2 |
| * | | feat: enhance CI workflow by adding Node.js, pnpm, and Tauri CLI installation |  HsiangNianian | 2026-01-16 | 1 | -3/+55 |
| * | | ci(workflows): remove issue-checker due to incorrect PR labeling |  Begonia, HE | 2026-01-16 | 1 | -84/+0 |
| |/ |
|
| * | 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 |
| * | 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 |
| * | chore: add GitHub issue and PR templates with automation workflows |  Begonia, HE | 2026-01-16 | 12 | -0/+1367 |
| * | fix(security): Potential fix for code scanning alert no. 6: Workflow does not... |  简律纯 | 2026-01-16 | 1 | -0/+2 |
| * | fix(security): Potential fix for code scanning alert no. 2: Workflow does not... |  简律纯 | 2026-01-16 | 1 | -0/+3 |
| * | 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 | 2 | -1/+94 |
| * | feat: Add CodeQL analysis workflow configuration |  简律纯 | 2026-01-15 | 1 | -0/+103 |
| * | feat: Configure Dependabot for multiple ecosystems |  简律纯 | 2026-01-15 | 1 | -0/+24 |
| * | refactor: Simplify release workflow by removing Wayland-specific jobs and dep... |  HsiangNianian | 2026-01-15 | 1 | -49/+4 |
| * | fix: Add missing packages for Wayland setup in release workflow |  HsiangNianian | 2026-01-15 | 1 | -1/+1 |
| * | fix: Remove unnecessary package from Wayland setup in release workflow |  HsiangNianian | 2026-01-15 | 1 | -1/+1 |
| * | fix: Update package name for webkit2gtk in release workflow |  HsiangNianian | 2026-01-15 | 1 | -1/+1 |
| * | fix: Correct package name for appindicator in release workflow |  HsiangNianian | 2026-01-15 | 1 | -1/+1 |
| * | fix: Migrate UI checker workflow from ui_check.yml to check.yml |  HsiangNianian | 2026-01-15 | 1 | -1/+1 |
| * | fix: Rename test job to check-ui in workflow |  简律纯 | 2026-01-15 | 1 | -1/+1 |
| * | fix: Add pnpm install step in UI check workflow |  简律纯 | 2026-01-15 | 1 | -0/+3 |
| * | fix: Update branches and install steps in UI check workflow |  简律纯 | 2026-01-15 | 1 | -3/+12 |
| * | ci(ui): add UI checker workflow |  NtskwK | 2026-01-15 | 1 | -0/+22 |
| * | fix: remove PR-only restrictions for Windows and macOS platforms in CI workflow |  HsiangNianian | 2026-01-14 | 1 | -4/+0 |
| * | feat: enhance testing workflow with Arch Linux Wayland support and improved e... |  HsiangNianian | 2026-01-14 | 1 | -4/+35 |
| * | fix: refine AppImage handling for Wayland on Linux platforms |  HsiangNianian | 2026-01-14 | 1 | -2/+2 |
| * | feat: add Wayland support for Arch Linux in release workflow |  HsiangNianian | 2026-01-14 | 1 | -4/+56 |
| * | feat: add Wayland compatibility fixes for AppImage and setup appimagetool for... |  HsiangNianian | 2026-01-14 | 1 | -0/+34 |
| * | fix: remove Arch Linux build and test workflows; add libfuse2 dependency for ... |  HsiangNianian | 2026-01-14 | 2 | -83/+2 |
| * | fix: remove unnecessary 'linuxdeploy' package from Arch Linux dependencies |  HsiangNianian | 2026-01-14 | 2 | -2/+2 |
| * | fix: add missing dependencies for Arch Linux in workflows |  HsiangNianian | 2026-01-14 | 2 | -2/+2 |
| * | fix: update webkit2gtk package version in workflows for Arch Linux |  HsiangNianian | 2026-01-14 | 2 | -2/+2 |
| * | feat: add Arch Linux support for build and test workflowsv0.1.18 |  HsiangNianian | 2026-01-14 | 2 | -0/+81 |
| * | feat: update changelog generation to include invalid commits and disable Gitm... |  HsiangNianian | 2026-01-14 | 1 | -0/+2 |