aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor: improve code readability by formatting and restructuring function c...HsiangNianian2026-01-141-60/+121
* 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
|\
* | feat: add download_threads to LauncherConfig and update download loggingHsiangNianian2026-01-141-2/+2
| * Update src-tauri/src/main.rsNatsuu2026-01-141-3/+15
| * 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
|/
* feat: enhance logging in game launch process and update GameConsole to displa...HsiangNianian2026-01-141-9/+72
* refactor: remove launcher and config modules to streamline codebaseHsiangNianian2026-01-141-1/+0
* feat: implement Microsoft account token refresh and storage management; add J...HsiangNianian2026-01-131-9/+210
* feat: implement Microsoft account login flow and refactor account handlingHsiangNianian2026-01-131-7/+52
* chore(style): format codeHsiangNianian2026-01-131-150/+210
* feat: Add config moduleHsiangNianian2026-01-131-6/+39
* feat: enhance game launch process with output handling and improved command e...HsiangNianian2026-01-131-9/+31
* feat: add user properties handling and debug logging in game launch argumentsv0.1.4HsiangNianian2026-01-131-0/+3
* fix: clone client_path for download task to ensure correct file pathHsiangNianian2026-01-131-1/+1
* Implement library rules validation and zip extraction utilityHsiangNianian2026-01-131-11/+292
* feat: implement download functionality with progress monitoring and version m...HsiangNianian2026-01-131-18/+46
* feat: add offline account management and version fetching functionalityHsiangNianian2026-01-131-1/+34
* feat: add Minecraft DropOut launcher with version fetching and basic UIHsiangNianian2026-01-131-0/+32