Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes are documented here.

## Unreleased

- No unreleased changes.

## 0.2.0 - 2026-07-12

- Rewrite the README around user pain, executable proof, and ecosystem positioning.
- Add paired English/Simplified Chinese README, trust, demo, roadmap, and architecture documents.
- Add a repository-native sensitive-information gate to local checks and CI.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

## 未发布

- 暂无未发布变更。

## 0.2.0 - 2026-07-12

- 围绕用户痛点、可执行证据与生态定位重写 README。
- 添加成对的英文/简体中文 README、信任、演示、路线图和架构文档。
- 将仓库原生敏感信息 gate 加入本地检查与 CI。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codex-sync2",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Safely synchronize selected local Codex conversations and personal skills across Windows and macOS.",
"type": "module",
Expand Down
Loading