| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | chore: Update reqwest dependency to version 0.11 with additional multipart fe... |  HsiangNianian | 2026-01-15 | 1 | -1/+2 |
| * | | docs: Update README.md to mark completed roadmap items with uppercase 'X' for... |  HsiangNianian | 2026-01-15 | 1 | -15/+12 |
| * | | feat: Add CodeQL analysis workflow configuration |  简律纯 | 2026-01-15 | 1 | -0/+103 |
| * | | feat: Configure Dependabot for multiple ecosystems |  简律纯 | 2026-01-15 | 1 | -0/+24 |
| * | | fix: Enable host option in Vite configuration for improved development server... |  HsiangNianian | 2026-01-15 | 1 | -0/+1 |
| * | | fix: Clean up main.rs by removing unused imports and updating variable names ... |  HsiangNianian | 2026-01-15 | 2 | -3/+3 |
| * | | docs: Update README.md with enhanced feature descriptions, improved UI termin... |  HsiangNianian | 2026-01-15 | 3 | -28/+46 |
| * | | chore: Bump version to 0.1.21 in Cargo.toml and tauri.conf.jsonv0.1.21 |  HsiangNianian | 2026-01-15 | 2 | -2/+2 |
| * | | feat: Implement get_github_releases command to fetch and serialize GitHub rel... |  HsiangNianian | 2026-01-15 | 1 | -1/+48 |
| * | | chore: Update package dependencies in package.json and lock files, adding luc... |  HsiangNianian | 2026-01-15 | 3 | -21/+92 |
| * | | style: Update BottomBar component for improved UI and accessibility, includin... |  HsiangNianian | 2026-01-15 | 1 | -31/+23 |
| * | | feat: Enhance HomeView component with release loading, markdown parsing, and ... |  HsiangNianian | 2026-01-15 | 1 | -29/+175 |
| * | | style: Refactor ModLoaderSelector component for enhanced UI and accessibility |  HsiangNianian | 2026-01-15 | 1 | -51/+36 |
| * | | style: Update UI components for improved appearance and consistency |  HsiangNianian | 2026-01-15 | 2 | -27/+58 |
| * | | feat: Add ReleasesState class to manage GitHub releases and implement loading... |  HsiangNianian | 2026-01-15 | 2 | -0/+40 |
| * | | chore: update LICENSE file |  简律纯 | 2026-01-15 | 1 | -0/+21 |
| * | | 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 |
| * | | chore: Update version number to 0.1.20 in Cargo.toml and tauri.conf.jsonv0.1.20 |  HsiangNianian | 2026-01-15 | 2 | -2/+2 |
| * | | Merge pull request #13 from BegoniaHe/feat/download-java-rt |  简律纯 | 2026-01-15 | 13 | -41/+2061 |
| |\ \ |
|
| * | | | fix: Migrate UI checker workflow from ui_check.yml to check.yml |  HsiangNianian | 2026-01-15 | 1 | -1/+1 |
| * | | | Merge pull request #27 from NtskwK/ci/ui |  简律纯 | 2026-01-15 | 1 | -0/+34 |
| |\ \ \ |
|
| | | * | | feat(java): Implement Java catalog management and download features |  Begonia, HE | 2026-01-15 | 8 | -130/+1429 |
| | * | | | 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 |
| | | * | | fix: change Java installation path to use Tauri app handle for directory access |  Begonia, HE | 2026-01-15 | 2 | -11/+13 |
| | | * | | fix: update JVM argument handling to set sha256 to None |  Begonia, HE | 2026-01-15 | 1 | -1/+2 |
| | | * | | chore: Update commands for development and build in tauri config |  简律纯 | 2026-01-15 | 1 | -3/+3 |
| | | * | | Apply suggestion from @Copilot |  简律纯 | 2026-01-15 | 1 | -1/+1 |
| | | * | | Apply suggestion from @SourceryAI |  简律纯 | 2026-01-15 | 1 | -1/+1 |
| | * | | | ci(ui): add UI checker workflow |  NtskwK | 2026-01-15 | 1 | -0/+22 |
| |/ / / |
|
| | * | | Update README.md |  简律纯 | 2026-01-15 | 1 | -1/+1 |
| | * | | fix(ui): correct styling bugs and code quality issues |  Begonia, HE | 2026-01-14 | 3 | -3/+3 |
| | * | | chore: fix import order in settings store |  Begonia, HE | 2026-01-14 | 1 | -1/+1 |
| | * | | fix: add missing sha256 field to DownloadTask for Maven libraries |  Begonia, HE | 2026-01-14 | 1 | -0/+1 |
| | * | | feat: re-integrate Java download UI into new component architecture |  Begonia, HE | 2026-01-14 | 3 | -1/+149 |
| | * | | Merge main into feat/download-java-rt |  Begonia, HE | 2026-01-14 | 45 | -1346/+5529 |
| | |\ \
| |/ /
|/| | |
|
| * | | | 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 |
| * | | | chore: update version to 0.1.19 in Cargo.toml and tauri.conf.jsonv0.1.19 |  HsiangNianian | 2026-01-14 | 2 | -2/+2 |
| * | | | feat: add Wayland compatibility fixes for AppImage and setup appimagetool for... |  HsiangNianian | 2026-01-14 | 3 | -1/+72 |
| * | | | 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 |