Skip to content

Commit 615d11c

Browse files
authored
docs: add internal release changelog tracker (#1340)
* docs: add internal release changelog tracker Prepare a private release-tracking table for OpenWork so changelog summaries can be reviewed in-repo before anything is published publicly. * docs: switch release tracker to markdown sections Replace the release tracker table with oldest-to-newest markdown sections so new OpenWork releases can be appended more intuitively. * docs: use subsection headings in release tracker Replace top-level label bullets with subsections so release fields are easier to target while keeping list bullets only where they add structure. * docs: make publication fields explicit booleans Set the changelog and docs publication fields to explicit True or False values so the tracker has no ambiguous blanks. * docs: add release size and importance fields Track text-line diff size and a normalized major/minor release summary so each release entry can describe both scope and user impact in a machine-friendly way.
1 parent db0f94e commit 615d11c

File tree

1 file changed

+148
-0
lines changed

1 file changed

+148
-0
lines changed

changelog/release-tracker.md

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
# Release Changelog Tracker
2+
3+
Internal preparation file for release summaries. This is not yet published to the changelog page or docs.
4+
5+
## v0.11.100
6+
7+
#### Commit
8+
9+
`a4601059`
10+
11+
#### Released at
12+
13+
`2026-02-19T17:49:05Z`
14+
15+
#### One-line summary
16+
17+
Stops long prompts from disappearing while typing, making the session composer reliable again.
18+
19+
#### Main changes
20+
21+
- Fixed a composer regression where long prompts could be overwritten by stale draft echoes.
22+
- Hardened draft retention so typed text stays stable during longer session inputs.
23+
- Shipped the fix in the `0.11.100` release with the usual package and metadata refresh.
24+
25+
#### Lines of code changed since previous release
26+
27+
98 lines changed since `v0.11.99` (58 insertions, 40 deletions).
28+
29+
#### Release importance
30+
31+
Minor release: restores composer draft stability so long prompts no longer disappear while typing.
32+
33+
#### Major improvements
34+
35+
False
36+
37+
#### Number of major improvements
38+
39+
0
40+
41+
#### Major improvement details
42+
43+
None.
44+
45+
#### Major bugs resolved
46+
47+
True
48+
49+
#### Number of major bugs resolved
50+
51+
1
52+
53+
#### Major bug fix details
54+
55+
- Fixed a session composer bug where long prompts could appear to clear or get replaced while you were typing.
56+
57+
#### Deprecated features
58+
59+
False
60+
61+
#### Number of deprecated features
62+
63+
0
64+
65+
#### Deprecated details
66+
67+
None.
68+
69+
#### Published in changelog page
70+
71+
False
72+
73+
#### Published in docs
74+
75+
False
76+
77+
## v0.11.101
78+
79+
#### Commit
80+
81+
`87fda845`
82+
83+
#### Released at
84+
85+
`2026-02-19T21:26:55Z`
86+
87+
#### One-line summary
88+
89+
Improves local session reliability first, then adds clearer Soul controls and cleaner settings and sidebar actions.
90+
91+
#### Main changes
92+
93+
- Added a local recovery flow for broken OpenCode database migrations so local startup can repair itself.
94+
- Improved Soul starter observability and steering so users can inspect and guide Soul behavior more clearly.
95+
- Refreshed compact action buttons across settings and sidebars to make update and connection controls easier to scan.
96+
97+
#### Lines of code changed since previous release
98+
99+
1248 lines changed since `v0.11.100` (933 insertions, 315 deletions).
100+
101+
#### Release importance
102+
103+
Minor release: improves local recovery, Soul steering, and interface clarity without changing the product's core architecture.
104+
105+
#### Major improvements
106+
107+
True
108+
109+
#### Number of major improvements
110+
111+
2
112+
113+
#### Major improvement details
114+
115+
- Added a repair flow for failed local OpenCode database migrations from onboarding and Settings > Advanced.
116+
- Added stronger Soul starter steering and observability controls, including clearer status and improvement actions.
117+
118+
#### Major bugs resolved
119+
120+
True
121+
122+
#### Number of major bugs resolved
123+
124+
1
125+
126+
#### Major bug fix details
127+
128+
- Fixed a local startup failure path by letting users recover from OpenCode migration issues instead of getting stuck on a broken local flow.
129+
130+
#### Deprecated features
131+
132+
False
133+
134+
#### Number of deprecated features
135+
136+
0
137+
138+
#### Deprecated details
139+
140+
None.
141+
142+
#### Published in changelog page
143+
144+
False
145+
146+
#### Published in docs
147+
148+
False

0 commit comments

Comments
 (0)