| Commit message (Expand) | Author | Age | Files | Lines |
| * | chore(vscode): move `.vscode` to project root |  苏向夜 | 2026-01-15 | 2 | -40/+37 |
| * | feat: Add interactive Saturn effect controls in HomeView and enhance Particle... |  HsiangNianian | 2026-01-15 | 3 | -5/+226 |
| * | feat: Implement local version fetching and enhance version type detection to ... |  HsiangNianian | 2026-01-15 | 2 | -0/+3 |
| * | feat: Add functionality to list installed game versions in the application, e... |  HsiangNianian | 2026-01-15 | 1 | -35/+113 |
| * | 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 | 1 | -24/+125 |
| * | 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 |
| * | feat: Implement logging system with game log parsing and event listeners for ... |  HsiangNianian | 2026-01-15 | 1 | -0/+139 |
| * | feat: Add custom background path handling and reactive URL conversion in Sett... |  HsiangNianian | 2026-01-15 | 1 | -0/+21 |
| * | feat: Add log upload service options to LauncherConfig for improved logging f... |  HsiangNianian | 2026-01-15 | 1 | -0/+2 |
| * | feat: Add custom styles for select elements, dropdowns, and global scrollbars... |  HsiangNianian | 2026-01-15 | 1 | -0/+117 |
| * | chore: Add @tauri-apps/plugin-fs version 2.4.5 to package.json and update pnp... |  HsiangNianian | 2026-01-15 | 2 | -0/+11 |
| * | 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 | 1 | -1/+1 |
| * | docs: Update README.md with enhanced feature descriptions, improved UI termin... |  HsiangNianian | 2026-01-15 | 1 | -1/+13 |
| * | 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 |
| * | feat(java): Implement Java catalog management and download features |  Begonia, HE | 2026-01-15 | 4 | -95/+641 |
| * | 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 |
| * | feat: re-integrate Java download UI into new component architecture |  Begonia, HE | 2026-01-14 | 3 | -1/+149 |
| * | feat: enforce dark mode by always applying 'dark' class and attribute |  HsiangNianian | 2026-01-14 | 2 | -7/+10 |
| * | feat: enhance dark mode support across UI components |  HsiangNianian | 2026-01-14 | 11 | -113/+159 |
| * | feat: Enhance UI components and add visual effects |  HsiangNianian | 2026-01-14 | 16 | -405/+1068 |
| * | feat: add Fabric and Forge type definitions and update mod.rs for mod loader ... |  HsiangNianian | 2026-01-14 | 1 | -0/+59 |
| * | feat: implement Mod Loader API for Fabric and Forge integration |  HsiangNianian | 2026-01-14 | 1 | -0/+108 |
| * | feat: enhance VersionsView with modded version support and filtering options |  HsiangNianian | 2026-01-14 | 1 | -37/+231 |
| * | feat: add ModLoaderSelector component for managing mod loader installations |  HsiangNianian | 2026-01-14 | 1 | -0/+245 |
| * | Revert "feat: add functionality to retrieve installed game versions" |  简律纯 | 2026-01-14 | 2 | -33/+6 |
| * | Merge pull request #16 from NtskwK/feat/enabled-version |  简律纯 | 2026-01-14 | 2 | -6/+33 |
| |\ |
|
| * | | Update ui/src/components/VersionsView.svelte |  简律纯 | 2026-01-14 | 1 | -1/+1 |
| * | | Update ui/src/lib/DownloadMonitor.svelte |  简律纯 | 2026-01-14 | 1 | -13/+6 |
| * | | Update ui/src/components/SettingsView.svelte |  简律纯 | 2026-01-14 | 1 | -1/+1 |
| * | | Update download threads help text to clarify max value reasoning |  copilot-swe-agent[bot] | 2026-01-14 | 2 | -1/+1785 |
| * | | Update ui/src/lib/DownloadMonitor.svelte |  简律纯 | 2026-01-14 | 1 | -4/+11 |
| * | | Update ui/src/components/SettingsView.svelte |  简律纯 | 2026-01-14 | 1 | -0/+1 |
| * | | Update ui/src/lib/DownloadMonitor.svelte |  简律纯 | 2026-01-14 | 1 | -6/+13 |
| * | | feat: Consider incorporating totalDownloadedBytes into the calculation for a ... |  简律纯 | 2026-01-14 | 1 | -1/+3 |
| * | | feat: enhance StatusToast component with key block for improved rendering |  HsiangNianian | 2026-01-14 | 1 | -18/+24 |
| * | | feat: add download settings for concurrent download threads |  HsiangNianian | 2026-01-14 | 3 | -0/+25 |
| * | | feat: display download rate and progress with concurrency support |  HsiangNianian | 2026-01-14 | 1 | -4/+94 |