aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
Commit message (Expand)AuthorAgeFilesLines
* chore: update plugin-dialog dependency versions in Cargo.toml and package.jsonHsiangNianian2026-01-161-1/+1
* feat: enhance Java path handling by resolving symlinks and stripping UNC pref...HsiangNianian2026-01-161-2/+8
* feat: add UNC prefix stripping for Windows paths in Java handlingHsiangNianian2026-01-161-1/+17
* chore: update version to 0.1.24 in Cargo.toml and tauri.conf.jsonv0.1.24HsiangNianian2026-01-162-2/+2
* feat: improve Java command execution on WindowsHsiangNianian2026-01-162-10/+24
* feat: integrate AI assistant functionality and configuration managementHsiangNianian2026-01-1614-105/+998
* fix(security): Potential fix for code scanning alert no. 3: Cleartext logging...简律纯2026-01-161-5/+1
* 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 i...HsiangNianian2026-01-152-60/+286
* feat: Implement local version fetching and enhance version type detection to ...HsiangNianian2026-01-151-34/+60
* feat: Add functionality to list installed game versions in the application, e...HsiangNianian2026-01-151-0/+89
* feat: Add version installation and check functionality to enhance mod loader ...HsiangNianian2026-01-152-3/+314
* chore: Bump version to 0.1.22 in Cargo.toml and tauri.conf.json for releasev0.1.22HsiangNianian2026-01-152-2/+2
* feat: Implement upload_to_pastebin command for log file uploads with content ...HsiangNianian2026-01-151-1/+79
* feat: Add log upload service and optional API key to LauncherConfig for enhan...HsiangNianian2026-01-151-0/+4
* feat: Enhance file system capabilities in default.json by adding permissions ...HsiangNianian2026-01-151-1/+14
* chore: Update reqwest dependency to version 0.11 with additional multipart fe...HsiangNianian2026-01-151-1/+2
* fix: Clean up main.rs by removing unused imports and updating variable names ...HsiangNianian2026-01-151-2/+2
* 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 rel...HsiangNianian2026-01-151-1/+48
* chore: Update version number to 0.1.20 in Cargo.toml and tauri.conf.jsonv0.1.20HsiangNianian2026-01-152-2/+2
* feat(java): Implement Java catalog management and download featuresBegonia, HE2026-01-154-35/+788
* fix: change Java installation path to use Tauri app handle for directory accessBegonia, HE2026-01-152-11/+13
* fix: update JVM argument handling to set sha256 to NoneBegonia, HE2026-01-151-1/+2
* chore: Update commands for development and build in tauri config简律纯2026-01-151-3/+3
* Apply suggestion from @Copilot简律纯2026-01-151-1/+1
* Apply suggestion from @SourceryAI简律纯2026-01-151-1/+1
* fix: add missing sha256 field to DownloadTask for Maven librariesBegonia, HE2026-01-141-0/+1
* Merge main into feat/download-java-rtBegonia, HE2026-01-1418-205/+1901
|\
| * chore: update version to 0.1.19 in Cargo.toml and tauri.conf.jsonv0.1.19HsiangNianian2026-01-142-2/+2
| * feat: add Wayland compatibility fixes for AppImage and setup appimagetool for...HsiangNianian2026-01-142-1/+38
| * chore: update version to 0.1.18 in Cargo.tomlv0.l.18HsiangNianian2026-01-142-2/+2
| * chore: update version to 0.1.17 in Cargo.tomlv0.1.17HsiangNianian2026-01-142-2/+2
| * feat: enhance dark mode support across UI componentsHsiangNianian2026-01-143-6/+4
| * chore: bump version to 0.1.16 in Cargo.toml and tauri.conf.jsonv0.1.16HsiangNianian2026-01-142-2/+2
| * feat: Enhance UI components and add visual effectsHsiangNianian2026-01-144-1/+12
| * chore: update version to 0.1.15 in Cargo.toml and tauri.conf.jsonv0.1.15HsiangNianian2026-01-142-2/+2
| * refactor: clean up formatting and improve readability in core modulesHsiangNianian2026-01-145-33/+47
| * chore: bump version to 0.1.15-a1 in Cargo.tomlHsiangNianian2026-01-142-2/+2
| * feat: enhance start_game function to support modded versions and add Fabric a...HsiangNianian2026-01-141-38/+208
| * feat: add Fabric and Forge type definitions and update mod.rs for mod loader ...HsiangNianian2026-01-141-0/+4
| * feat: enhance GameVersion struct with optional fields for better mod loader s...HsiangNianian2026-01-141-16/+30
| * feat: add version merging utilities for mod loadersHsiangNianian2026-01-141-0/+244
| * feat: implement Maven coordinate parsing and URL construction utilitiesHsiangNianian2026-01-142-1/+407
| * feat: add Fabric and Forge loader support modules with version fetching and i...HsiangNianian2026-01-142-0/+602
| * Add documentation to clarify placeholder detection logiccopilot-swe-agent[bot]2026-01-141-5/+12
| * Improve placeholder check to verify both opening and closing delimiterscopilot-swe-agent[bot]2026-01-141-2/+16
| * fix: skip unresolved placeholders in game start argumentsHsiangNianian2026-01-141-2/+8
| * fix: prevent feature-based rules from being applied in library checksHsiangNianian2026-01-142-0/+8
| * refactor: consolidate derive attributes for AccountStore structHsiangNianian2026-01-141-3/+1