aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* chore(vscode): move `.vscode` to project root苏向夜2026-01-152-37/+37
|
* Merge pull request #31 from HsiangNianian/dev简律纯2026-01-150-0/+0
|\
* | feat: Add interactive Saturn effect controls in HomeView and enhance ↵HsiangNianian2026-01-153-5/+226
| | | | | | | | ParticleBackground for external mouse handling
* | chore: Bump version to 0.1.23 in Cargo.toml and tauri.conf.json for releasev0.1.23HsiangNianian2026-01-152-2/+2
| |
* | feat: Enhance Forge installation process by fetching installer manifest and ↵HsiangNianian2026-01-152-60/+286
| | | | | | | | improving library management for better compatibility
* | feat: Implement local version fetching and enhance version type detection to ↵HsiangNianian2026-01-153-34/+63
| | | | | | | | support modpacks in version management
* | feat: Add functionality to list installed game versions in the application, ↵HsiangNianian2026-01-152-35/+202
| | | | | | | | enhancing version management and user experience in BottomBar
* | feat: Enhance text formatting in HomeView by adding support for italicized ↵HsiangNianian2026-01-151-0/+1
| | | | | | | | text using single asterisks
* | feat: Implement logout confirmation dialog and enhance account status ↵HsiangNianian2026-01-154-9/+97
| | | | | | | | display in BottomBar for improved user experience
* | feat: Add version installation and check functionality to enhance mod loader ↵HsiangNianian2026-01-153-27/+439
| | | | | | | | support in the application
* | chore: Bump version to 0.1.22 in Cargo.toml and tauri.conf.json for releasev0.1.22HsiangNianian2026-01-152-2/+2
| |
| * Merge pull request #30 from HsiangNianian/main简律纯2026-01-1553-505/+6931
| |\ | |/ |/|
* | feat: Implement custom dropdown components for version selection in ↵HsiangNianian2026-01-156-89/+443
| | | | | | | | BottomBar and ModLoaderSelector, enhancing user interaction and UI consistency
* | refactor: Clean up imports and enhance GameConsole display with conditional ↵HsiangNianian2026-01-151-6/+8
| | | | | | | | rendering and improved styling
* | style: Update select element styles in ModLoaderSelector for improved UI ↵HsiangNianian2026-01-151-2/+2
| | | | | | | | consistency and user interaction
* | feat: Add debug and log upload settings to SettingsView for enhanced user ↵HsiangNianian2026-01-151-2/+45
| | | | | | | | control and customization
* | feat: Enhance GameConsole with advanced log filtering, searching, and ↵HsiangNianian2026-01-151-85/+281
| | | | | | | | export/upload functionalities for improved user experience
* | feat: Implement logging system with game log parsing and event listeners for ↵HsiangNianian2026-01-151-0/+139
| | | | | | | | enhanced log management
* | feat: Add custom background path handling and reactive URL conversion in ↵HsiangNianian2026-01-151-0/+21
| | | | | | | | SettingsState for enhanced user customization
* | feat: Add log upload service options to LauncherConfig for improved logging ↵HsiangNianian2026-01-151-0/+2
| | | | | | | | flexibility
* | feat: Implement upload_to_pastebin command for log file uploads with content ↵HsiangNianian2026-01-151-1/+79
| | | | | | | | length validation and support for Pastebin and paste.rs services
* | feat: Add log upload service and optional API key to LauncherConfig for ↵HsiangNianian2026-01-151-0/+4
| | | | | | | | enhanced logging capabilities
* | feat: Add custom styles for select elements, dropdowns, and global ↵HsiangNianian2026-01-151-0/+117
| | | | | | | | scrollbars to enhance UI consistency and user experience
* | chore: Add @tauri-apps/plugin-fs version 2.4.5 to package.json and update ↵HsiangNianian2026-01-152-0/+11
| | | | | | | | pnpm-lock.yaml
* | feat: Enhance file system capabilities in default.json by adding permissions ↵HsiangNianian2026-01-151-1/+14
| | | | | | | | for reading, checking existence, and writing text files
* | chore: Update reqwest dependency to version 0.11 with additional multipart ↵HsiangNianian2026-01-151-1/+2
| | | | | | | | feature and add tauri-plugin-fs version 2.4.5 in Cargo.toml
* | docs: Update README.md to mark completed roadmap items with uppercase 'X' ↵HsiangNianian2026-01-151-15/+12
| | | | | | | | for better visibility; adjust formatting for platform file listings
* | feat: Add CodeQL analysis workflow configuration简律纯2026-01-151-0/+103
| |
* | feat: Configure Dependabot for multiple ecosystems简律纯2026-01-151-0/+24
| |
* | fix: Enable host option in Vite configuration for improved development ↵HsiangNianian2026-01-151-0/+1
| | | | | | | | server accessibility
* | fix: Clean up main.rs by removing unused imports and updating variable names ↵HsiangNianian2026-01-152-3/+3
| | | | | | | | for clarity; enhance HomeView.svelte by correcting emoji processing logic
* | docs: Update README.md with enhanced feature descriptions, improved UI ↵HsiangNianian2026-01-153-28/+46
| | | | | | | | terminology, and added installation instructions; update image alt text for accessibility
* | chore: Bump version to 0.1.21 in Cargo.toml and tauri.conf.jsonv0.1.21HsiangNianian2026-01-152-2/+2
| |
* | feat: Implement get_github_releases command to fetch and serialize GitHub ↵HsiangNianian2026-01-151-1/+48
| | | | | | | | release data
* | chore: Update package dependencies in package.json and lock files, adding ↵HsiangNianian2026-01-153-21/+92
| | | | | | | | lucide-svelte, marked, and node-emoji
* | style: Update BottomBar component for improved UI and accessibility, ↵HsiangNianian2026-01-151-31/+23
| | | | | | | | including layout adjustments and icon integration
* | feat: Enhance HomeView component with release loading, markdown parsing, and ↵HsiangNianian2026-01-151-29/+175
| | | | | | | | improved UI elements
* | style: Refactor ModLoaderSelector component for enhanced UI and accessibilityHsiangNianian2026-01-151-51/+36
| |
* | style: Update UI components for improved appearance and consistencyHsiangNianian2026-01-152-27/+58
| |
* | feat: Add ReleasesState class to manage GitHub releases and implement ↵HsiangNianian2026-01-152-0/+40
| | | | | | | | loading logic
* | chore: update LICENSE file简律纯2026-01-151-0/+21
| |
* | refactor: Simplify release workflow by removing Wayland-specific jobs and ↵HsiangNianian2026-01-151-49/+4
| | | | | | | | dependencies
* | fix: Add missing packages for Wayland setup in release workflowHsiangNianian2026-01-151-1/+1
| |
* | fix: Remove unnecessary package from Wayland setup in release workflowHsiangNianian2026-01-151-1/+1
| |
* | fix: Update package name for webkit2gtk in release workflowHsiangNianian2026-01-151-1/+1
| |
* | fix: Correct package name for appindicator in release workflowHsiangNianian2026-01-151-1/+1
| |
* | chore: Update version number to 0.1.20 in Cargo.toml and tauri.conf.jsonv0.1.20HsiangNianian2026-01-152-2/+2
| |
* | Merge pull request #13 from BegoniaHe/feat/download-java-rt简律纯2026-01-1513-41/+2061
|\ \
* | | fix: Migrate UI checker workflow from ui_check.yml to check.ymlHsiangNianian2026-01-151-1/+1
| | |
* | | Merge pull request #27 from NtskwK/ci/ui简律纯2026-01-151-0/+34
|\ \ \