Skip to content

Commit 3518de7

Browse files
committed
feat: add CHANGELOG
1 parent 7421e9d commit 3518de7

File tree

2 files changed

+160
-0
lines changed

2 files changed

+160
-0
lines changed

CHANGELOG.md

+159
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
# Changelog
2+
3+
<!--
4+
5+
This should be updated on every PR.
6+
7+
We copy from here into the release notes.
8+
9+
-->
10+
11+
<!--
12+
Add next version above previous version but below this line using the template
13+
14+
## 0.0.0
15+
16+
v0.0.0
17+
18+
VS Code v0.00.0
19+
20+
Upgrading is as easy as installing the new version over the old one. code-server
21+
maintains all user data in \`~/.local/share/code-server\` so that it is preserved in between
22+
installations.
23+
24+
### New Features
25+
26+
⭐ Summarize new features here with references to issues
27+
28+
- item
29+
30+
### Bug Fixes
31+
32+
⭐ Summarize bug fixes here with references to issues
33+
34+
- fix(socket): did this thing #321 @githubuser
35+
36+
## Documentation
37+
38+
⭐ Summarize doc changes here with references to issues
39+
40+
- item
41+
42+
## Development
43+
44+
⭐ Summarize development/testing changes here with references to issues
45+
46+
- item
47+
48+
-->
49+
50+
## 3.11.0
51+
52+
v3.11.0
53+
54+
VS Code v1.56
55+
56+
Upgrading is as easy as installing the new version over the old one. code-server
57+
maintains all user data in \`~/.local/share/code-server\` so that it is preserved in between installations.
58+
59+
### New Features
60+
61+
⭐ Summarize new features here with references to issues
62+
63+
- item
64+
65+
### Bug Fixes
66+
67+
⭐ Summarize bug fixes here with references to issues
68+
69+
- fix(socket): did this thing #321 @githubuser
70+
71+
## Documentation
72+
73+
⭐ Summarize doc changes here with references to issues
74+
75+
- item
76+
77+
## Development
78+
79+
⭐ Summarize development/testing changes here with references to issues
80+
81+
- item
82+
83+
## 3.10.0
84+
85+
v3.10.0
86+
87+
VS Code v1.56
88+
89+
Upgrading is as easy as installing the new version over the old one. code-server
90+
maintains all user data in \`~/.local/share/code-server\` so that it is preserved in between installations.
91+
92+
### New Features
93+
94+
⭐ Summarize new features here with references to issues
95+
96+
- feat: minor connections refactor #3178 @code-asher
97+
- feat(security): add code-scanning with CodeQL #3229 @jsjoeio
98+
- feat(ci): add trivy job for security #3261 @jsjoeio
99+
- feat(vscode): update to version 1.56.0 #3269 @oxy
100+
- feat: use ptyHostService #3308 @code-asher
101+
102+
### Bug Fixes
103+
104+
⭐ Summarize bug fixes here with references to issues
105+
106+
- fix(socket): did this thing #321 @githubuser
107+
- fix(login): rate limiter shouldn't count successful logins #3141 @jsjoeio
108+
- chore(lib/vscode): update netmask #3187 @oxy
109+
- chore(deps): update dependencies with CVEs #3223 @oxy
110+
- fix: refactor logout #3277 @code-asher
111+
- fix: add flag for toggling permessage-deflate #3286 @code-asher
112+
- fix: make sure directories exist #3309 @code-asher
113+
114+
## Documentation
115+
116+
⭐ Summarize doc changes here with references to issues
117+
118+
- docs(FAQ): add mention of sysbox #3087 @bpmct
119+
- docs: add security policy #3148 @jsjoeio
120+
- docs(guide.md): add `caddy` example for serving from sub-path #3217 @catthehacker
121+
- docs: revamp debugging section #3224 @code-asher
122+
- docs(readme): refactor to use codecov shield #3227 @jsjoeio
123+
- docs(maintaining): use milestones over boards #3228 @jsjoeio
124+
- docs(faq): add entry for accessing OSX folders #3247 @bpmct
125+
- docs(termux): add workaround for Android backspace issue #3251 @jsjoeio
126+
- docs(maintaining): add triage to workflow #3284 @jsjoeio
127+
- docs(security): add section for tools #3287 @jsjoeio
128+
- docs(maintaining): add versioning #3288 @jsjoeio
129+
130+
## Development
131+
132+
⭐ Summarize development/testing changes here with references to issues
133+
134+
- fix(update-vscode): add check/docs for git-subtree #3129 @oxy
135+
- refactor(testing): migrate to playwright-test from jest-playwright #3133 @jsjoeio
136+
- refactor(ci): remove unmaintained CI images and update release workflow #3147 @oxy
137+
- chore(ci): migrate from hub to gh #3168 @oxy
138+
- feat(testing): add e2e tests for code-server and terminal #3169 @jsjoeio
139+
- chore(ranger): fix syntax for extension-request #3172 @oxy
140+
- feat(testing): add codecov to generate test coverage reports #3194 @jsjoeio
141+
- feat(testing): add tests for registerServiceWorker #3200 @jsjoeio
142+
- refactor(testing): fix flaky terminal test #3230 @jsjoeio
143+
- chore: ignore 15.x @types/node updates #3244 @jsjoeio
144+
- chore(build): compile vscode+extensions in parallel #3250 @oxy
145+
- fix(deps): remove eslint-plugin-jest-playwright #3260 @jsjoeio
146+
- fix(testing): reduce flakiness of terminal.test.ts and use 1 worker for e2e tests #3263 @jsjoeio
147+
- feat(testing): add isConnected check #3271 @jsjoeio
148+
- feat(testing): add test for src/node/constants.ts #3290 @jsjoeio
149+
- feat: test static route #3297 @code-asher
150+
- refactor(ci): split audit from prebuild #3298 @oxy
151+
- chore(lib/vscode): cleanup/update build deps #3314 @oxy
152+
- fix(build): download correct cloud-agent for arch #3331 @oxy
153+
- fix: xmldom and underscore #3332 @oxy
154+
155+
## Previous versions
156+
157+
This was added with `3.10.0`, which means any previous versions are not documented in the changelog.
158+
159+
To see those, please visit the [Releases page](https://github.com/cdr/code-server/releases).

ci/dev/fmt.sh

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ main() {
3131
doctoc --title '# Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md >/dev/null
3232
doctoc --title '# iPad' docs/ipad.md >/dev/null
3333
doctoc --title '# Termux' docs/termux.md >/dev/null
34+
doctoc --title '# Changelog' CHANGELOG.md >/dev/null
3435

3536
if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard) ]]; then
3637
echo "Files need generation or are formatted incorrectly:"

0 commit comments

Comments
 (0)