aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Update packages/docs/content/docs/zh/troubleshooting.mdx简律纯2026-01-221-2/+2
| | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/docs/content/docs/en/features/index.mdx简律纯2026-01-221-6/+6
| | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* docs: redesign home page with launcher showcase and fix routingcopilot-swe-agent[bot]2026-01-214-13/+135
| | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
* docs: fix meta.json structure and build configuration for i18ncopilot-swe-agent[bot]2026-01-214-46/+2
| | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
* docs: configure i18n support and update documentation READMEcopilot-swe-agent[bot]2026-01-213-13/+64
| | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
* docs: add Chinese translations for documentationcopilot-swe-agent[bot]2026-01-2124-0/+2896
| | | | | | | | | | | | | - Add development.mdx (开发指南) - Add troubleshooting.mdx (故障排除) - Add features/index.mdx (功能概览) - Add features/authentication.mdx (身份验证) - Add features/java.mdx (Java 管理) - Add features/mod-loaders.mdx (模组加载器) All translations maintain technical terms in English while translating content to simplified Chinese Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
* docs: add comprehensive documentation for DropOut launchercopilot-swe-agent[bot]2026-01-2113-53/+3024
| | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
* Initial plancopilot-swe-agent[bot]2026-01-210-0/+0
|
* Delete CNAME简律纯2026-01-211-1/+0
|
* docs: add chinese readme and docs website (#76)简律纯2026-01-2122-2/+5136
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## Summary by Sourcery Add a new documentation site package and a Chinese README to improve project documentation and accessibility. New Features: - Introduce a dedicated @dropout/docs React Router application powered by Fumadocs for hosting the project documentation. Documentation: - Add a Chinese README file providing an overview, installation, build instructions, and contribution guidelines for Chinese-speaking users. - Set up initial docs content, navigation, and metadata within the new docs site, including example pages and search endpoint configuration.
| * Merge branch 'main' into docs/readme简律纯2026-01-211-0/+2
| |\ | |/ |/|
* | chore(docs): Add roadmap link to README简律纯2026-01-211-0/+2
| | | | | | Added a link to the full roadmap for the project.
| * feat(docs): add React Router docs with FumadocsNtskwK2026-01-2121-2/+4994
| |
| * docs: update terminology in READMENtskwK2026-01-201-1/+1
| |
| * docs: add Chinese README documentationNtskwK2026-01-201-0/+142
|/
* chore(docs): Update README for new description简律纯2026-01-191-7/+32
|
* ci(dependabot): add `patterns` field for dependabot苏向夜2026-01-191-4/+4
|
* Potential fix for code scanning alert no. 3: Cleartext logging of sensitive ↵简律纯2026-01-191-1/+1
|\ | | | | | | information (#71)
* | ci(dependabot): fix manifest file苏向夜2026-01-191-5/+1
| |
* | chore(ui): refactor workspace to monorepo (#70)苏向夜2026-01-1957-40/+37
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## Summary by Sourcery Refactor the UI project structure into a pnpm monorepo packages layout and align tooling and automation with the new paths. Enhancements: - Reorganize the UI app from the root ui directory into packages/ui within a pnpm workspace. - Update pnpm workspace configuration to include all packages under packages/*. - Adjust paths in changeset configuration so the @dropout/ui package resolves from packages/ui. Build: - Update pre-commit configuration paths and arguments to reflect the new UI location and normalize hook argument formatting. - Update Dependabot configuration so npm updates target /packages/ui instead of /ui. CI: - Update GitHub Actions workflows to watch packages/** instead of ui/** and to run frontend tasks from packages/ui. - Update pnpm cache dependency paths in workflows to use the root pnpm-lock.yaml. - Simplify frontend install steps in test workflows to run from the repository root. Chores: - Add a new index.html under packages/ui and remove the old ui/index.html to match the new project layout.
| | * Potential fix for code scanning alert no. 3: Cleartext logging of sensitive ↵简律纯2026-01-191-1/+1
| |/ |/| | | | | | | information Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
| * ci(check): fix check actions苏向夜2026-01-191-5/+4
| |
| * chore(ui): refactor workspace to monorepo苏向夜2026-01-1957-35/+33
|/
* chore(git): ignore artifact files苏向夜2026-01-191-0/+3
|
* chore: migrate repository from HsiangNianian to HydroRoll-Team (#68)苏向夜2026-01-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recreated from #64 #64 includes non-linear commits that rebased from old version of main branch which contains large files. ## Summary by Sourcery Update project metadata and links for the new HydroRoll-Team repository and bump versions for the alpha.1 pre-release. New Features: - Add changelog files for the Tauri app and UI packages documenting the v0.2.0-alpha.1 release. Enhancements: - Bump Tauri and UI package versions from 0.2.0-alpha to 0.2.0-alpha.1 to reflect the new pre-release. - Update repository URLs, API endpoints, and commit links to point to the HydroRoll-Team/DropOut GitHub organization. Documentation: - Add release notes for v0.2.0-alpha.1 in separate changelog files for the backend and UI.
| * Merge branch 'main' into chore/migrate-repository苏向夜2026-01-1941-2479/+4637
| |\ | |/ |/|
* | style: auto format and lint fix [skip ci]fu0504092026-01-191-1/+1
| |
* | chore(release): bump versionsgithub-actions[bot]2026-01-199-14/+22
| |
| * chore: migrate repository from HsiangNianian to HydroRoll-TeamBegonia, HE2026-01-184-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | - Updated repository URL in Cargo.toml - Updated GitHub API endpoint in main.rs - Updated commit links in HomeView.svelte - Updated issue template links in config.yml Reviewed-by: Claude Sonnet 4.5
* | chore(tauri): mark tauri crate as private苏向夜2026-01-191-0/+1
| |
* | ci(semifold): setup pnpm before versioning苏向夜2026-01-191-2/+11
| |
* | chore(semifold): remove lockfile post hook苏向夜2026-01-181-8/+0
| |
* | ci(build): disable failed targets苏向夜2026-01-181-8/+8
| |
* | ci(semifold): use nsis only on Windows platforms苏向夜2026-01-181-10/+4
| |
* | docs(readme): update tag svgs苏向夜2026-01-181-4/+4
| |
* | ci(semifold): unlock semifold ci苏向夜2026-01-181-9/+7
| |
* | Adopt Semifold CI and prepare 0.2.0-alpha pre-release (#62)简律纯2026-01-1820-2231/+2562
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refer: http://semifold.noctisynth.org/ ## Summary by Sourcery Adopt Semifold-based release management and prepare the project for a 0.2.0-alpha pre-release across Rust and UI packages. New Features: - Introduce Semifold CI release workflow to orchestrate builds, publishing, and changelog management. - Add Semifold status workflow to report release status on pull requests. - Add workspace-level Node tooling and scripts to manage Tauri version bumping and project preparation. Enhancements: - Refactor GitHub Actions workflows for build, test, check, and lint to simplify pnpm usage, update action versions, and standardize artifact paths. - Move Rust profile configuration into a new Cargo workspace and add a pnpm workspace for the UI package. - Configure Semifold changelog and release metadata for Rust and Node packages, including alpha pre-release tagging. Build: - Replace the tag-triggered GitHub release workflow with a branch-based Semifold CI pipeline that builds artifacts for Linux, macOS, and Windows and uploads them for publishing. - Update CI action versions (checkout, setup-node, upload-artifact, download-artifact) and adjust Rust cache configuration and artifact locations. - Add root workspace package.json, pnpm-workspace.yaml, and pnpm overrides to centralize tooling and dependency management. CI: - Add a dedicated Semifold status GitHub Actions workflow for pull requests to main. - Update existing check, lint, test, and build workflows to align with the new workspace layout and artifact directories. Deployment: - Integrate Semifold configuration for automated publishing to crates.io and npm, including pre-checks, post-version hooks, and use of stored build artifacts in releases. Tests: - Adjust test workflow artifact paths to match the new target directory structure and workspace configuration. Chores: - Remove unused Python packaging files and old Node lockfiles that are no longer part of the build or release process.
| * | ci(semifold): re-triger workflows苏向夜2026-01-181-2/+1
| | |
| * | ci(semifold): enable pull request tests苏向夜2026-01-181-6/+9
| | |
| * | ci(semifold): imporve release targets苏向夜2026-01-181-2/+17
| | |
| * | ci(semifold): change os name苏向夜2026-01-182-3/+3
| | |
| * | ci(semifold): release ci苏向夜2026-01-181-3/+1
| | |
| * | ci(semifold): add test publish code苏向夜2026-01-182-7/+7
| | |
| * | ci(semifold): use duplicate artifact name苏向夜2026-01-182-4/+6
| | |
| * | ci(semifold): prepare for alpha release苏向夜2026-01-186-52/+53
| | |
| * | ci(semifold): remove stupid naming convention苏向夜2026-01-181-3/+0
| | |
| * | ci(semifold): add target to paths苏向夜2026-01-181-6/+6
| | |
| * | ci(semifold): use release path苏向夜2026-01-181-8/+7
| | |
| * | ci(semifold): fix artifact upload conditions苏向夜2026-01-182-30/+38
| | |
| * | ci(workspace): use root path as cwd苏向夜2026-01-182-12/+9
| | |