aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
Commit message (Expand)AuthorAgeFilesLines
* 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
| * refactor: simplify default implementations for AccountStore and MsRefreshToke...HsiangNianian2026-01-143-11/+10
| * refactor: improve code readability by formatting and restructuring function c...HsiangNianian2026-01-145-96/+197
| * chore: bump version to 0.1.14 in Cargo.tomlHsiangNianian2026-01-142-2/+2
| * Revert "feat: add functionality to retrieve installed game versions"简律纯2026-01-141-43/+0
| * Merge pull request #16 from NtskwK/feat/enabled-version简律纯2026-01-141-0/+43
| |\
| * | Update src-tauri/src/core/downloader.rs简律纯2026-01-141-0/+7
| * | Update src-tauri/src/core/downloader.rs简律纯2026-01-141-4/+1
| * | feat: implement global progress tracking for concurrent downloadsHsiangNianian2026-01-141-59/+88
| * | fix: update download_threads comment to specify valid range (1-128)HsiangNianian2026-01-141-1/+2
| * | feat: add download_threads to LauncherConfig and update download loggingHsiangNianian2026-01-142-2/+4
| * | feat: display download rate and progress with concurrency supportHsiangNianian2026-01-141-3/+30
| | * Update src-tauri/src/main.rsNatsuu2026-01-141-3/+15
* | | Update src-tauri/src/core/java.rsBegonia, HE2026-01-141-1/+1
| | * refactor: simplify get_installed_versions function by using iterator methodsNatsuu2026-01-141-20/+14
| | * feat: add functionality to retrieve installed game versionsNatsuu2026-01-141-0/+37
| |/
* | Merge branch 'main' into feat/download-java-rtBegonia, HE2026-01-142-2/+2
|\|