release(docs): publish unified 0.0.1 documentation - #27
Merged
Merged
Conversation
## 变更范围 按三个产品 main 核对实现,并将公开文档统一为 0.0.1 产品版本基线。新增实现与文档进度页、固定源码链接和正式发布记录,区分已实现功能、发布产物与待完成的安装/长稳验收。 - Core:补充管理模式、route.bypass、Direct UDP、校验隔离与 URLTest/诊断语义,纠正旧能力矩阵。 - ZNet Sink:统一网络绕过与 TUN 入口、可移植设置 v2、受管内核生命周期及 0.0.1 安装与恢复。 - Zboard:补充前置转发、共享代理池、落地显式授权、可靠配置发布、管理员订单分配与客户端规则兼容;纠正删除节点/DNS/证书会自动清理远端的旧说明。 版本说明统一使用 0.0.1;删除重置前的发布矩阵、最低版本门槛、旧安装包名和 User-Agent 示例。Git tag、下载路径及镜像标签保留实际的 v0.0.1,API V1、设置格式 v2 与 ZRS 0.1 保持各自契约值。 ## 事实来源 按不可变源码快照读取,未采用产品工作区的未提交改动或功能分支: - [Core 50322956](https://github.com/zerodenet/core/tree/503229562ef5854e3be6be3a9c8e7cbc5efffc61) - [ZNet Sink 6d822fb](https://github.com/zerodenet/znet-sink/tree/6d822fb96140be87cdccdd0bea472ba0b089cf04) - [Zboard e1b7246](https://github.com/zerodenet/zboard/tree/e1b7246cc4ef805bf39b22d634ba209114eb3b14) 三个仓库均没有 master。GitHub API 已确认三个 0.0.1 Release 公开且非预发布;具体代码、测试入口与验收限制见进度页和 CONTENT_SYNC.md。 ## 检查清单 - [x] 页面位于正确的项目或公共目录中。 - [x] 新页面已加入显式导航,或能从已有页面到达。 - [x] 站内链接、锚点和结构化示例有效。 - [x] 没有把计划中或未验证的能力描述为已经支持。 - [x] 跨项目兼容性结论写明了版本、平台、验证范围和限制。 - [x] 已运行 `pnpm check:build`。 ## 验证结果 - `pnpm check:build`:69 个 Markdown 页面通过链接、锚点、JSON、导航、可达性与生产产物检查。 - `git diff --check` 通过;进度页及项目入口的 23 个固定源码引用核对存在。 - `/progress` 本地 HTTP 返回 200;未执行浏览器视觉验收。 - 全站旧产品编号扫描无残留;安装示例、问题模板和兼容性说明统一为 0.0.1。 - 未修改产品代码、依赖、锁文件或部署配置,未运行产品全量/安装/真实网络验收。 --------- Co-authored-by: kovawx <kovawx@gmail.com>
|
Promoted |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
变更范围
将 develop 当前完整文档发布到 main,统一 Zero Core、ZNet Sink 和 Zboard 的产品版本口径为 0.0.1,并发布客户端下载安装、真实界面截图、DNS/TUN 指南、控制面能力和面板运营说明。
目标提交:
51d6535e76fcae5f6888523b77059475c5799964。main 当前为0e4878b6ecdbd8693b140f08f263c707347ac413,是 develop 的祖先;本次发布包含 develop 已有的 23 个提交。PR #26 的最终内容已进入该提交。事实来源
三个产品 main 的固定源码、0.0.1 正式发布记录以及实现和验收边界见
docs/progress.md和CONTENT_SYNC.md。产品版本不与 API V1、设置 v2 或 ZRS 0.1 混用。验证与发布
pnpm check:build和 PR CI 的版本一致(69 页)。validate和release-policy。release:promote重新校验当前 develop,再快进推送 main;不使用普通合并按钮。