aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * feat(instance): finish multi instances systemHsiangNianian2026-03-126-550/+1503
| | |
| | * feat(ui): add initGameLifecycleHsiangNianian2026-03-121-1/+4
| | |
| | * fix(auth): fix ms auth progress errorHsiangNianian2026-03-121-20/+67
| | |
| | * feat: add sync status for bottom bar in the homepage and instances pageHsiangNianian2026-03-121-163/+85
| | |
| | * feat: Add server for vite.config.tsHsiangNianian2026-03-121-0/+5
| | |
| | * fix(modpack): make CURSEFORGE_API_KEY optional for devHsiangNianian2026-03-121-3/+7
| | |
| | * fix(devUrl): update remote urlsHsiangNianian2026-03-121-0/+8
| | |
| | * fix(devUrl): fix localhost resolved ipv4/ipv6 bug with linux proxyHsiangNianian2026-03-121-1/+2
| | |
| | * chore: update .gitignore to include Vscode directoryHsiangNianian2026-03-091-0/+3
| |/
| * chore: apply prek auto-fixes [skip ci]dropout-v0.2.0-alpha.5@dropout/ui-v0.1.0-alpha.3fu0504092026-03-021-1/+1
| |
| * chore(release): bump versions (#114)苏向夜2026-03-0213-49/+42
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Releases ## @dropout/ui ## v0.1.0-alpha.3 ### Refactors - [`24a229e`](https://github.com/HydroRoll-Team/DropOut/commit/24a229ede321e8296ea99b332ccfa61213791d10): Partial rewrite layout of instances page. ### Bug Fixes - [`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f): Auto select game version if version is unique. ### New Features - [`0ac743f`](https://github.com/HydroRoll-Team/DropOut/commit/0ac743f6d126d047352e6b247ea1ee513361d240): Improve sidebar avatar on large and small screens. - [`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f): Support detect and select java path. - [`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa): Improve position and colors of the UI toast. ## dropout ## v0.2.0-alpha.5 ### New Features - [`0ac743f`](https://github.com/HydroRoll-Team/DropOut/commit/0ac743f6d126d047352e6b247ea1ee513361d240): Improve sidebar avatar on large and small screens. - [`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f): Support detect and select java path. - [`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa): Improve position and colors of the UI toast. ### Chores - [`8a4133c`](https://github.com/HydroRoll-Team/DropOut/commit/8a4133c9c517556cd16c2bbc1cd20bf4ee8f52f0): Update README file - [`0ffa00e`](https://github.com/HydroRoll-Team/DropOut/commit/0ffa00eb79f06d877c74925b3da4abb0e25370ec): Remove unnecessary vsc extension svelte ### Refactors - [`24a229e`](https://github.com/HydroRoll-Team/DropOut/commit/24a229ede321e8296ea99b332ccfa61213791d10): Partial rewrite layout of instances page. ### Bug Fixes - [`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa): Fix logo on Linux and MacOS. - [`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f): Auto select game version if version is unique.
| | * chore(release): bump versionsgithub-actions[bot]2026-03-0213-49/+42
| |/
| * refactor(ui): partial rewrite instance layout苏向夜2026-03-024-117/+115
| |
| * feat(ui): improve sidebar avatar苏向夜2026-03-022-3/+30
| |
| * feat(ui): java config苏向夜2026-03-027-17/+167
| |
| * feat: improve toast and logo苏向夜2026-03-0256-51/+21
| |
| * chore: update describtion of front-end in readme (#113)Natsuu2026-02-282-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | ## Summary by Sourcery Update README documentation to reflect the current React-based frontend stack and simplify dependency installation steps. Documentation: - Update English and Chinese READMEs to describe the frontend as built with React 19, Shadcn UI, and Tailwind CSS 4 instead of Svelte 5. - Simplify setup instructions in both READMEs by generalizing the dependency installation step without changing into a separate UI directory.
| * chore: upload .changes file for `4455ca81`HsiangNianian2026-02-281-0/+5
| |
| * chore(.vscode): remove svelteHsiangNianian2026-02-281-1/+1
| |
| * chore(changes): Revert changset formatHsiangNianian2026-02-281-3/+3
| |
| * chore(docs): Update README fileHsiangNianian2026-02-283-53/+58
| |
* | Merge branch 'main' of github.com:NtskwK/DropOutNtskwK2026-02-280-0/+0
|\ \
* \ \ Merge remote-tracking branch 'upstream/main'NtskwK2026-02-28200-14692/+23832
|\ \ \ | | |/ | |/|
| * | Restructure docs into manual/development and add implementation docs (#94)Natsuu2026-02-2741-4562/+8592
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## Summary by Sourcery Restructure documentation into separate manual and development sections, introduce detailed internal implementation docs for auth/Java/mod loaders, and update site navigation, landing page links, and MDX tooling (Mermaid, card styling) to match the new structure and tech stack. Enhancements: - Enable Mermaid rendering support in the docs app and add a reusable Mermaid React component. - Refine Docs page rendering by customizing Card styling and removing redundant in-page titles/descriptions rendered by the layout. - Align docs source configuration and routing comments with the new manual-based default paths. Documentation: - Split user-facing docs under a new manual section and move contributor content into a dedicated development section for both English and Chinese. - Add comprehensive internal implementation documentation covering authentication, Java management, mod loader/version merging, event bus, and architecture patterns in both English and Chinese. - Update existing feature docs (mod loaders, Java, authentication) and getting-started/troubleshooting pages to be more conceptual, pointing to implementation docs for technical details. - Refresh architecture docs to reflect the React/Zustand frontend stack and add Mermaid-based architecture diagrams. - Adjust navigation labels, home-page CTAs, and doc links to target the new manual/development structure and routes. --------- Co-authored-by: 简律纯 <i@jyunko.cn>
| * | chore: apply prek auto-fixes [skip ci]dropout-v0.2.0-alpha.4@dropout/ui-v0.1.0-alpha.2fu0504092026-02-261-1/+1
| | |
| * | chore(release): bump versions (#109)苏向夜2026-02-266-10/+16
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Releases ## @dropout/ui ## v0.1.0-alpha.2 ### Chores - [`2cef6e8`](https://github.com/HydroRoll-Team/DropOut/commit/2cef6e86b4fd45549ee2a4f7ea54a142690117d2): Fix version of `@dropout/ui`. ## dropout ## v0.2.0-alpha.4 ### Chores - [`2cef6e8`](https://github.com/HydroRoll-Team/DropOut/commit/2cef6e86b4fd45549ee2a4f7ea54a142690117d2): Fix version of `@dropout/ui`.
| | * | chore(release): bump versionsgithub-actions[bot]2026-02-266-10/+16
| |/ /
| * | chore(ui): fix version of ui苏向夜2026-02-262-1/+7
| | |
| * | fix(ci): fix ui auto lint苏向夜2026-02-261-4/+1
| | |
| * | chore: apply prek auto-fixes [skip ci]@dropout/ui-v0.0.0-alpha.1fu0504092026-02-261-1/+1
| | |
| * | chore(release): bump versions (#108)苏向夜2026-02-264-12/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Releases ## @dropout/ui ## v0.0.0-alpha.1 ### New Features - [`120c0a4`](https://github.com/HydroRoll-Team/DropOut/commit/120c0a460162226446cce4cfbc4c7e5859cd9d09): Listen to `game-exited` event while launching game. ### Refactors - [`d95ca28`](https://github.com/HydroRoll-Team/DropOut/commit/d95ca2801c19a89a2a845f43b6e0133bf4e9be50): Migrate tauri invokes of instance creation modal to generated client.
| | * | chore(release): bump versionsgithub-actions[bot]2026-02-264-12/+12
| |/ /
| * | feat(ui): improve launching game苏向夜2026-02-262-34/+75
| | |
| * | refactor: migrate some invokes苏向夜2026-02-266-55/+51
| | |
| * | fix(ci): fix aur repository urldropout-v0.2.0-alpha.3苏向夜2026-02-251-1/+1
| | |
| * | fix(ci): setup makepkg before release aur苏向夜2026-02-251-0/+2
| | |
| * | chore(release): bump versions (#107)苏向夜2026-02-255-12/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Releases ## dropout ## v0.2.0-alpha.3 ### New Features - [`26f299f`](https://github.com/HydroRoll-Team/DropOut/commit/26f299f1e2da116a8702a87e887e17ba3f822d64): Improve tauri app name from `dropout` to `Dropout Launcher`. ### Chores - [`7edccaf`](https://github.com/HydroRoll-Team/DropOut/commit/7edccaf1be357c0a2619a87bc1767bc6c8a95954): Release Dropout to AUR.
| | * | Update src-tauri/tauri.conf.json苏向夜2026-02-251-1/+1
| | | |
| | * | Merge branch 'main' into release苏向夜2026-02-251-4/+4
| | |\ \ | | |/ / | |/| |
| | * | chore(release): bump versionsgithub-actions[bot]2026-02-255-12/+12
| | | |
| * | | fix(aur): fix release file paths苏向夜2026-02-252-5/+5
| |/ /
| * | revert: aur release failed caused by product name change (#106)苏向夜2026-02-255-12/+12
| |\ \ | | | | | | | | Reverts HydroRoll-Team/DropOut#105
| | * | Revert "chore(release): bump versions"苏向夜2026-02-255-12/+12
| |/ /
| * | chore(release): bump versions (#105)苏向夜2026-02-255-12/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Releases ## dropout ## v0.2.0-alpha.3 ### Chores - [`7edccaf`](https://github.com/HydroRoll-Team/DropOut/commit/7edccaf1be357c0a2619a87bc1767bc6c8a95954): Release Dropout to AUR. ### New Features - [`26f299f`](https://github.com/HydroRoll-Team/DropOut/commit/26f299f1e2da116a8702a87e887e17ba3f822d64): Improve tauri app name from `dropout` to `Dropout Launcher`.
| | * | chore(release): bump versionsgithub-actions[bot]2026-02-255-12/+12
| |/ /
| * | revert: revert release manually苏向夜2026-02-254-8/+7
| | |
| * | fix(aur): fix aur version rule苏向夜2026-02-251-5/+9
| | |
| * | feat(tauri): update tauri product name苏向夜2026-02-252-1/+6
| | |
| * | revert: revert due to pkgbuild error苏向夜2026-02-251-2/+0
| | | | | | | | | | | | This reverts commit de978ed58fc15d6af70f340cf0c3c27df8808f28.
| * | fix(smif): fix aur script path苏向夜2026-02-251-1/+1
| | |