Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 30daa33

Browse files
authored
Merge pull request #3337 from cdr/jsjoeio/add-changelog
docs: add changelog
2 parents 7421e9d + 76a49dd commit 30daa33

File tree

3 files changed

+119
-0
lines changed

3 files changed

+119
-0
lines changed

‎.github/PULL_REQUEST_TEMPLATE/pull_request_template.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ If there is no existing issue, please first create one unless the fix is minor.
44
55
Please make sure the base of your PR is the master branch!
66
-->
7+
8+
## Checklist
9+
10+
- [ ] updated `CHANGELOG.md`

‎CHANGELOG.md‎

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
# Changelog
4+
5+
- [Changelog](#changelog)
6+
- [3.10.0](#3100)
7+
- [New Features](#new-features)
8+
- [Bug Fixes](#bug-fixes)
9+
- [Documentation](#documentation)
10+
- [Development](#development)
11+
- [Previous versions](#previous-versions)
12+
13+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
14+
15+
# Changelog
16+
17+
<!--
18+
19+
This should be updated on every PR.
20+
21+
We copy from here into the release notes.
22+
23+
-->
24+
25+
<!--
26+
Add next version above previous version but below this line using the template
27+
28+
## 0.0.0
29+
30+
VS Code v0.00.0
31+
32+
### New Features
33+
34+
- item
35+
36+
### Bug Fixes
37+
38+
- fix(socket): did this thing #321 @githubuser
39+
40+
## Documentation
41+
42+
- item
43+
44+
## Development
45+
46+
- item
47+
48+
-->
49+
50+
## 3.10.0
51+
52+
VS Code v1.56
53+
54+
### New Features
55+
56+
- feat: minor connections refactor #3178 @code-asher
57+
- feat(security): add code-scanning with CodeQL #3229 @jsjoeio
58+
- feat(ci): add trivy job for security #3261 @jsjoeio
59+
- feat(vscode): update to version 1.56.0 #3269 @oxy
60+
- feat: use ptyHostService #3308 @code-asher
61+
62+
### Bug Fixes
63+
64+
- fix(socket): did this thing #321 @githubuser
65+
- fix(login): rate limiter shouldn't count successful logins #3141 @jsjoeio
66+
- chore(lib/vscode): update netmask #3187 @oxy
67+
- chore(deps): update dependencies with CVEs #3223 @oxy
68+
- fix: refactor logout #3277 @code-asher
69+
- fix: add flag for toggling permessage-deflate #3286 @code-asher
70+
- fix: make sure directories exist #3309 @code-asher
71+
72+
## Documentation
73+
74+
- docs(FAQ): add mention of sysbox #3087 @bpmct
75+
- docs: add security policy #3148 @jsjoeio
76+
- docs(guide.md): add `caddy` example for serving from sub-path #3217 @catthehacker
77+
- docs: revamp debugging section #3224 @code-asher
78+
- docs(readme): refactor to use codecov shield #3227 @jsjoeio
79+
- docs(maintaining): use milestones over boards #3228 @jsjoeio
80+
- docs(faq): add entry for accessing OSX folders #3247 @bpmct
81+
- docs(termux): add workaround for Android backspace issue #3251 @jsjoeio
82+
- docs(maintaining): add triage to workflow #3284 @jsjoeio
83+
- docs(security): add section for tools #3287 @jsjoeio
84+
- docs(maintaining): add versioning #3288 @jsjoeio
85+
- docs: add changelog #3337 @jsjoeio
86+
87+
## Development
88+
89+
- fix(update-vscode): add check/docs for git-subtree #3129 @oxy
90+
- refactor(testing): migrate to playwright-test from jest-playwright #3133 @jsjoeio
91+
- refactor(ci): remove unmaintained CI images and update release workflow #3147 @oxy
92+
- chore(ci): migrate from hub to gh #3168 @oxy
93+
- feat(testing): add e2e tests for code-server and terminal #3169 @jsjoeio
94+
- chore(ranger): fix syntax for extension-request #3172 @oxy
95+
- feat(testing): add codecov to generate test coverage reports #3194 @jsjoeio
96+
- feat(testing): add tests for registerServiceWorker #3200 @jsjoeio
97+
- refactor(testing): fix flaky terminal test #3230 @jsjoeio
98+
- chore: ignore 15.x @types/node updates #3244 @jsjoeio
99+
- chore(build): compile vscode+extensions in parallel #3250 @oxy
100+
- fix(deps): remove eslint-plugin-jest-playwright #3260 @jsjoeio
101+
- fix(testing): reduce flakiness of terminal.test.ts and use 1 worker for e2e tests #3263 @jsjoeio
102+
- feat(testing): add isConnected check #3271 @jsjoeio
103+
- feat(testing): add test for src/node/constants.ts #3290 @jsjoeio
104+
- feat: test static route #3297 @code-asher
105+
- refactor(ci): split audit from prebuild #3298 @oxy
106+
- chore(lib/vscode): cleanup/update build deps #3314 @oxy
107+
- fix(build): download correct cloud-agent for arch #3331 @oxy
108+
- fix: xmldom and underscore #3332 @oxy
109+
110+
## Previous versions
111+
112+
This was added with `3.10.0`, which means any previous versions are not documented in the changelog.
113+
114+
To see those, please visit the [Releases page](https://github.com/cdr/code-server/releases).

‎ci/dev/fmt.sh‎

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /