-
Notifications
You must be signed in to change notification settings - Fork 7
feat(release): prove RC1 launcher parity #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
26fba27
feat(release): add RC1 parity evidence gate
HsiangNianian 2464b21
fix(release): synchronize generated manifests
HsiangNianian e0cc80d
chore(release): enter rc channel
HsiangNianian c02b44b
fix(release): harden RC1 packaging checks
HsiangNianian 05a3509
fix(release): verify every packaged artifact
HsiangNianian 00fa737
fix(release): make macOS smoke temp portable
HsiangNianian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| "dropout": "patch:feat" | ||
| "@dropout/ui": "patch:feat" | ||
| "@dropout/docs": "patch:feat" | ||
| --- | ||
|
|
||
| Add a machine-checked 42-row launcher parity audit, bilingual RC1 evidence guides, isolated installer smoke tests across every supported desktop target, and durable release-manifest synchronization. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "title": "Release Notes", | ||
| "pages": ["alpha-7"] | ||
| "pages": ["rc-1", "alpha-7"] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| --- | ||
| title: 0.2.0-rc.1 — Parity Evidence | ||
| description: A requirement-by-requirement PCL, HMCL, and PrismLauncher parity audit with reproducible release checks. | ||
| --- | ||
|
|
||
| # 0.2.0-rc.1 — Release candidate 1 | ||
|
|
||
| RC1 turns DropOut's PCL, HMCL, and PrismLauncher parity claim into a checked release contract. The repository audit covers 42 UI/UX, launcher-function, migration, distribution, and documentation requirements. Every row names current code plus a regression test, workflow, fixture, or published guide; missing files and stale evidence markers fail CI. | ||
|
|
||
| This is still a prerelease. Export irreplaceable instances before upgrading and report regressions on [GitHub Issues](https://github.com/HydroRoll-Team/DropOut/issues). | ||
|
|
||
| ## What is included | ||
|
|
||
| - A state-aware Home workflow, scalable instance library, staged instance creation, content browsing, accounts, runtime management, downloads, errors, updates, accessibility, and bounded visual effects. | ||
| - Microsoft and offline authentication, managed Java, vanilla/Fabric/Forge installation, mods and packs, repair/export flows, system-tray lifecycle, the consent-gated assistant, and protected content conversion. | ||
| - Reviewed, copy-only Prism/MultiMC and PCL/HMCL migration with archive support, conflict previews, cancellation, operation-scoped rollback, and byte-for-byte source preservation fixtures. | ||
| - Linux x86_64/ARM64, macOS x86_64/ARM64, Windows x86_64/ARM64, and Alpine musl artifacts with release provenance. | ||
|
|
||
| ## Reproduce the evidence gate | ||
|
|
||
| From a clean checkout with Node.js 22, pnpm 10, and stable Rust: | ||
|
|
||
| ```bash | ||
| pnpm install --frozen-lockfile | ||
| pnpm test:parity | ||
| pnpm test:release | ||
| pnpm -C packages/ui test:unit | ||
| pnpm -C packages/ui test:ui | ||
| cargo test --manifest-path src-tauri/Cargo.toml --verbose | ||
| ``` | ||
|
|
||
| The machine-checked matrix lives at [`docs/release/rc1-parity.json`](https://github.com/HydroRoll-Team/DropOut/blob/main/docs/release/rc1-parity.json). Pull-request CI repeats Rust tests on Ubuntu, Arch Linux/Wayland, macOS, and Windows. Release CI builds every supported target and verifies each desktop installer in an isolated directory before upload; the musl archive executes in a clean Alpine runtime. | ||
|
|
||
| ## Install and verify | ||
|
|
||
| Download the asset for your platform from [GitHub Releases](https://github.com/HydroRoll-Team/DropOut/releases). Verify its repository-bound provenance before opening it: | ||
|
|
||
| ```bash | ||
| gh attestation verify <downloaded-file> -R HydroRoll-Team/DropOut | ||
| ``` | ||
|
|
||
| The [getting-started guide](/en/docs/manual/getting-started) covers platform assets and updater behavior. The [migration guide](/en/docs/manual/features/migration) explains source selection and rollback; [content conversion](/en/docs/manual/features/content-conversion) explains compatibility review and exclusions. | ||
|
|
||
| ## Upgrade notes | ||
|
|
||
| - Existing DropOut configuration and instances remain in place. | ||
| - Migration and conversion create DropOut-managed copies. They do not convert a source launcher directory in place. | ||
| - Review unresolved content and explicit exclusions before applying a Minecraft or loader conversion. | ||
| - Keep the source launcher and important archives until the copied instance has launched successfully. | ||
|
|
||
| ## Known limits | ||
|
|
||
| - RC1 is a release candidate, not the stable channel. | ||
| - Mod and pack compatibility depends on metadata exposed by the configured content provider; unresolved files require review or exclusion. | ||
| - Remote dependencies declared by launcher archives are reported for follow-up and are not silently treated as installed. | ||
| - GitHub build provenance is available for release assets. Operating-system code signing or notarization applies only where the release environment is configured for it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "title": "发布说明", | ||
| "pages": ["alpha-7"] | ||
| "pages": ["rc-1", "alpha-7"] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| --- | ||
| title: 0.2.0-rc.1 — 对标证据 | ||
| description: 逐项核对 PCL、HMCL 与 PrismLauncher 对标要求,并提供可复现的发布检查。 | ||
| --- | ||
|
|
||
| # 0.2.0-rc.1 — 候选版本 1 | ||
|
|
||
| RC1 将 DropOut 对 PCL、HMCL 与 PrismLauncher 的对标声明变成可检查的发布契约。仓库审计覆盖 42 项 UI/UX、启动器功能、迁移、分发与文档要求。每一项都绑定当前代码,以及回归测试、工作流、fixture 或已发布指南;文件缺失或证据标记过期都会让 CI 失败。 | ||
|
|
||
| 这仍是预发布版本。升级前请导出无法替代的重要实例,并在 [GitHub Issues](https://github.com/HydroRoll-Team/DropOut/issues) 报告回归问题。 | ||
|
|
||
| ## 包含内容 | ||
|
|
||
| - 基于状态的主页流程、可扩展实例库、分步实例创建、内容浏览、账户、运行时管理、下载、错误、更新、无障碍与受控视觉效果。 | ||
| - Microsoft/离线认证、托管 Java、原版/Fabric/Forge 安装、模组与资源包、修复/导出、系统托盘生命周期、需同意的诊断助手,以及受保护的内容转换。 | ||
| - 经核对且只复制的 Prism/MultiMC、PCL/HMCL 迁移;支持归档包、冲突预览、取消、操作级回滚和来源逐字节不变 fixture。 | ||
| - Linux x86_64/ARM64、macOS x86_64/ARM64、Windows x86_64/ARM64 与 Alpine musl 产物及发布来源证明。 | ||
|
|
||
| ## 复现证据门禁 | ||
|
|
||
| 在安装 Node.js 22、pnpm 10 和稳定版 Rust 的干净检出中运行: | ||
|
|
||
| ```bash | ||
| pnpm install --frozen-lockfile | ||
| pnpm test:parity | ||
| pnpm test:release | ||
| pnpm -C packages/ui test:unit | ||
| pnpm -C packages/ui test:ui | ||
| cargo test --manifest-path src-tauri/Cargo.toml --verbose | ||
| ``` | ||
|
|
||
| 机器检查矩阵位于 [`docs/release/rc1-parity.json`](https://github.com/HydroRoll-Team/DropOut/blob/main/docs/release/rc1-parity.json)。拉取请求 CI 会在 Ubuntu、Arch Linux/Wayland、macOS 和 Windows 重跑 Rust 测试;发布 CI 会构建所有受支持目标,在上传前把各桌面安装包放入隔离目录验证,并在干净 Alpine 运行时执行 musl 产物。 | ||
|
|
||
| ## 安装与验证 | ||
|
|
||
| 从 [GitHub Releases](https://github.com/HydroRoll-Team/DropOut/releases) 下载适合平台的产物。打开前验证与本仓库绑定的来源证明: | ||
|
|
||
| ```bash | ||
| gh attestation verify <downloaded-file> -R HydroRoll-Team/DropOut | ||
| ``` | ||
|
|
||
| [入门指南](/docs/manual/getting-started)说明平台产物和更新器行为;[迁移指南](/docs/manual/features/migration)说明来源选择与回滚;[内容转换](/docs/manual/features/content-conversion)说明兼容性核对与排除项。 | ||
|
|
||
| ## 升级说明 | ||
|
|
||
| - 现有 DropOut 配置和实例会继续保留。 | ||
| - 迁移和转换会创建由 DropOut 管理的副本,不会原地修改来源启动器目录。 | ||
| - 应用 Minecraft 或加载器转换前,必须核对未解决内容和明确排除项。 | ||
| - 在复制后的实例成功启动前,请保留来源启动器和重要归档包。 | ||
|
|
||
| ## 已知限制 | ||
|
|
||
| - RC1 是候选版本,不是稳定渠道。 | ||
| - 模组和资源包兼容性取决于配置内容提供方公开的元数据;未解决文件必须人工核对或排除。 | ||
| - 启动器归档包声明的远程依赖会作为后续任务报告,不会被静默视为已安装。 | ||
| - 发布产物提供 GitHub 构建来源证明;操作系统代码签名或公证仅在发布环境已配置时适用。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.