docs: refresh v1.1.2 release notes

This commit is contained in:
Haitao Pan 2026-05-23 16:01:04 +08:00
parent 724ae8e2cd
commit 98a77aeccb
3 changed files with 25 additions and 28 deletions

1
.gitignore vendored
View File

@ -40,6 +40,7 @@ tmp/*
.pub-cache/
.pub/
/build/
/macos/build/
/dist/
/coverage/

View File

@ -2,23 +2,29 @@
> Generated by `tool/render_release_docs.dart`
> Source manifest: [`config/feature_flags.yaml`](../../config/feature_flags.yaml)
> Generated at: `2026-03-27T13:11:11.957747`
> Updated at: `2026-05-23`
## Git Snapshot
| 字段 | 值 |
| --- | --- |
| Branch | `codex/release-v1` |
| Head Commit | `dc1fb76` |
| Branch | `release/v1.1.2` |
| Head Commit | `daed03a` |
| Head Tags | `-` |
| Latest Tag | `v0.8` |
| Previous Tag | `v0.3` |
| Comparison Range | `v0.8..HEAD` |
## Release Version
| 字段 | 值 |
| --- | --- |
| App Version | `1.1.2+1` |
| Release Branch | `release/v1.1.2` |
| Release Tag | `-` |
## Recent Releases
| Version | Date | Branch | Tag |
| --- | --- | --- | --- |
| `v1.1.2` | `2026-05-23` | `release/v1.1.2` | `-` |
| `v0.8` | `2026-03-26` | `release/v0.8` | `v0.8` |
| `v0.7` | `2026-03-24` | `release/v0.7` | `v0.7` |
| `v0.6.1` | `2026-03-22` | `release/v0.6.1` | `v0.6.1` |
@ -32,8 +38,7 @@
| Hash | Date | Author | Subject |
| --- | --- | --- | --- |
| `dc1fb76` | `2026-03-27` | Haitao Pan | Merge branch 'release/v0.8' into codex/release-v1 |
| `94d4deb` | `2026-03-27` | Haitao Pan | release: pin GitHub Actions to specific commits and remove Rust FFI workflow |
| `daed03a` | `2026-05-23` | Shenlan | merge codex skills grouped display |
| `189bf69` | `2026-03-27` | Haitao Pan | Split single-agent transports by protocol |
| `ddee3ce` | `2026-03-27` | Haitao Pan | Classify single-agent endpoint modes |
| `2d1d8ec` | `2026-03-27` | Haitao Pan | Fix OpenCode single-agent ACP transport |

View File

@ -2,19 +2,21 @@
> Generated by `tool/render_release_docs.dart`
> Source manifest: [`config/feature_flags.yaml`](../../config/feature_flags.yaml)
> Generated at: `2026-03-27T13:11:11.957747`
> Updated at: `2026-05-23`
## Git Snapshot
| 字段 | 值 |
| --- | --- |
| Branch | `codex/release-v1` |
| Head Commit | `dc1fb76` |
| Branch | `release/v1.1.2` |
| Head Commit | `daed03a` |
| Head Tags | `-` |
| Latest Tag | `v0.8` |
| Previous Tag | `v0.3` |
| Comparison Range | `v0.8..HEAD` |
| Commit Count | 6 |
| Commit Count | 1 |
## Release Version
- `v1.1.2` is the current release line for this branch.
- App version is `1.1.2+1` from [pubspec.yaml](/Users/shenlan/workspaces/cloud-neutral-toolkit/xworkmate-app/pubspec.yaml).
## Feature Snapshot
@ -34,19 +36,8 @@
### Fixes
- `2d1d8ec` Fix OpenCode single-agent ACP transport
- `1ad60c6` fix: harden codex model refresh handling
- `daed03a` merge codex skills grouped display
### Build / Release
- `94d4deb` release: pin GitHub Actions to specific commits and remove Rust FFI workflow
### Merges
- `dc1fb76` Merge branch 'release/v0.8' into codex/release-v1
### Other
- `189bf69` Split single-agent transports by protocol
- `ddee3ce` Classify single-agent endpoint modes
- release notes were refreshed for `v1.1.2`