Skip to content

Commit b105b77

Browse files
committed
Update changelog
I added the missing versions and some changelog entries for the latest version. I also added some extra details to the entries that should help users understand what changed and what they need to do about it. The overall format is based on keepachangelog.com. I removed the names because it seems unlikely users will be interested, that information can be found in the PR, and code is really the work of multiple developers (even if only one is writing code and the other is reviewing) which is not something that is reflected in this document.
1 parent e4a797d commit b105b77

File tree

1 file changed

+68
-141
lines changed

1 file changed

+68
-141
lines changed

CHANGELOG.md

+68-141
Original file line numberDiff line numberDiff line change
@@ -1,175 +1,102 @@
11
# Changelog
2+
All notable changes to this project will be documented in this file.
23

3-
<!--
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
46

5-
This should be updated on every PR.
7+
<!-- Example:
68
7-
We copy from here into the release notes.
9+
## [9.99.999] - 9090-09-09
810
9-
-->
11+
VS Code v99.99.999
1012
11-
<!--
12-
Add next version above previous version but below this line using the template
13-
14-
## Next Version
15-
16-
VS Code v0.00.0
17-
18-
### New Features
19-
20-
- item
21-
22-
### Bug Fixes
23-
24-
- fix(socket): did this thing #321 @githubuser
25-
26-
### Documentation
27-
28-
- item
29-
30-
### Development
31-
32-
- item
13+
### Changed
14+
### Added
15+
### Deprecated
16+
### Removed
17+
### Fixed
18+
### Security
3319
3420
-->
3521

36-
## Next Version
37-
38-
VS Code v0.00.0
39-
40-
### New Features
22+
## [Unreleased](https://github.com/cdr/code-server/releases)
23+
VS Code v1.63.0
4124

42-
- item
25+
code-server has been rebased on upstream's newly open-sourced server
26+
implementation (#4414).
4327

44-
### Bug Fixes
28+
### Changed
29+
- Web socket compression has been made the default (when supported). This means
30+
the `--enable` flag will no longer take `permessage-deflate` as an option.
31+
- Extra extension directories have been removed. The `--extra-extensions-dir`
32+
and `--extra-builtin-extensions-dir` will no longer be accepted.
33+
- The `--install-source` and `--locale` flags have been removed.
34+
- The static endpoint can no longer reach outside code-server. However the
35+
vscode-remote-resource endpoint still can.
36+
- OpenVSX has been made the default marketplace. However this means web
37+
extensions like Vim are now broken.
4538

46-
- Fix logout when using a base path (#3608)
39+
## [3.12.0](https://github.com/cdr/code-server/releases/tag/v3.12.0) - 2021-09-15
40+
VS Code v1.60.0
4741

48-
### Documentation
42+
### Changed
43+
- Upgrade VS Code to 1.60.0.
4944

50-
- docs: add Pomerium #3424 @desimone
51-
- docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi
52-
- docs: remove toc from changelog @oxy @jsjoeio
53-
- docs(MAINTAINING): add information about CHANGELOG #3467 @jsjoeio
54-
- docs: move release process to MAINTAINING.md #3441 @oxy @Prashant168
55-
- docs: format 'Caddy' from guide.md @PisecesPeng
45+
### Fixed
46+
- Fix logout when using a base path (#3608).
5647

57-
### Development
48+
## [3.11.1](https://github.com/cdr/code-server/releases/tag/v3.11.1) - 2021-08-06
49+
Undocumented (see releases page).
5850

59-
- chore: cross-compile docker images with buildx #3166 @oxy
60-
- chore: update node to v14 #3458 @oxy
61-
- chore: update .gitignore #3557 @cuining
62-
- fix: use sufficient computational effort for password hash #3422 @jsjoeio
63-
- docs(CONTRIBUTING): add section on testing #3629 @jsjoeio
64-
65-
### Development
66-
67-
- fix(publish): update cdrci fork in brew-bump.sh #3468 @jsjoeio
68-
- chore(dev): migrate away from parcel #3578 @jsjoeio
69-
70-
## 3.10.2
51+
## [3.11.0](https://github.com/cdr/code-server/releases/tag/v3.11.0) - 2021-06-14
52+
Undocumented (see releases page).
7153

54+
## [3.10.2](https://github.com/cdr/code-server/releases/tag/v3.10.2) - 2021-05-21
7255
VS Code v1.56.1
7356

74-
### New Features
75-
76-
- feat: support `extraInitContainers` in helm chart values #3393 @strowk
77-
- feat: change `extraContainers` to support templating in helm chart #3393 @strowk
78-
79-
### Bug Fixes
80-
81-
- fix: use correct command to Open Folder on Welcome page #3437 @jsjoeio
57+
### Added
58+
- Support `extraInitContainers` in helm chart values (#3393).
8259

83-
### Development
60+
### Changed
61+
- Change `extraContainers` to support templating in helm chart (#3393).
8462

85-
- fix(ci): update brew-bump.sh to update remote first #3438 @jsjoeio
86-
87-
## 3.10.1
63+
### Fixed
64+
- Fix "Open Folder" on welcome page (#3437).
8865

66+
## [3.10.1](https://github.com/cdr/code-server/releases/tag/v3.10.1) - 2021-05-17
8967
VS Code v1.56.1
9068

91-
### Bug Fixes
92-
93-
- fix: Check the logged user instead of $USER #3330 @videlanicolas
94-
- fix: Fix broken node_modules.asar symlink in npm package #3355 @code-asher
95-
- fix: Update cloud agent to fix version issue #3342 @oxy
96-
97-
### Documentation
69+
### Fixed
70+
- Check the logged user instead of $USER (#3330).
71+
- Fix broken node_modules.asar symlink in npm package (#3355).
72+
- Update cloud agent to fix version issue (#3342).
9873

99-
- docs(install): add raspberry pi section #3376 @jsjoeio
100-
- docs(maintaining): add pull requests section #3378 @jsjoeio
101-
- docs(maintaining): add merge strategies section #3379 @jsjoeio
102-
- refactor: move default PR template #3375 @jsjoeio
103-
- docs(contributing): add commits section #3377 @jsjoeio
74+
### Changed
75+
- Use xdgBasedir.runtime instead of tmp (#3304).
10476

105-
### Development
77+
## [3.10.0](https://github.com/cdr/code-server/releases/tag/v3.10.0) - 2021-05-10
78+
VS Code v1.56.0
10679

107-
- chore: ignore updates to microsoft/playwright-github-action
108-
- fix(socket): use xdgBasedir.runtime instead of tmp #3304 @jsjoeio
109-
- fix(ci): re-enable trivy-scan-repo #3368 @jsjoeio
80+
### Changed
81+
- Update to VS Code 1.56.0 (#3269).
82+
- Minor connections refactor (#3178). Improves connection stability.
83+
- Use ptyHostService (#3308). This brings us closer to upstream VS Code.
11084

111-
## 3.10.0
85+
### Added
86+
- Add flag for toggling permessage-deflate (#3286). The default is off so
87+
compression will no longer be used by default. Use the --enable flag to
88+
toggle it back on.
11289

113-
VS Code v1.56.0
90+
### Fixed
91+
- Make rate limiter not count against successful logins (#3141).
92+
- Refactor logout (#3277). This fixes logging out in some scenarios.
93+
- Make sure directories exist (#3309). This fixes some errors on startup.
11494

115-
### New Features
116-
117-
- feat: minor connections refactor #3178 @code-asher
118-
- feat(security): add code-scanning with CodeQL #3229 @jsjoeio
119-
- feat(ci): add trivy job for security #3261 @jsjoeio
120-
- feat(vscode): update to version 1.56.0 #3269 @oxy
121-
- feat: use ptyHostService #3308 @code-asher
122-
123-
### Bug Fixes
124-
125-
- fix(socket): did this thing #321 @githubuser
126-
- fix(login): rate limiter shouldn't count successful logins #3141 @jsjoeio
127-
- chore(lib/vscode): update netmask #3187 @oxy
128-
- chore(deps): update dependencies with CVEs #3223 @oxy
129-
- fix: refactor logout #3277 @code-asher
130-
- fix: add flag for toggling permessage-deflate #3286 @code-asher
131-
- fix: make sure directories exist #3309 @code-asher
132-
133-
### Documentation
134-
135-
- docs(FAQ): add mention of sysbox #3087 @bpmct
136-
- docs: add security policy #3148 @jsjoeio
137-
- docs(guide.md): add `caddy` example for serving from sub-path #3217 @catthehacker
138-
- docs: revamp debugging section #3224 @code-asher
139-
- docs(readme): refactor to use codecov shield #3227 @jsjoeio
140-
- docs(maintaining): use milestones over boards #3228 @jsjoeio
141-
- docs(faq): add entry for accessing OSX folders #3247 @bpmct
142-
- docs(termux): add workaround for Android backspace issue #3251 @jsjoeio
143-
- docs(maintaining): add triage to workflow #3284 @jsjoeio
144-
- docs(security): add section for tools #3287 @jsjoeio
145-
- docs(maintaining): add versioning #3288 @jsjoeio
146-
- docs: add changelog #3337 @jsjoeio
147-
148-
### Development
149-
150-
- fix(update-vscode): add check/docs for git-subtree #3129 @oxy
151-
- refactor(testing): migrate to playwright-test from jest-playwright #3133 @jsjoeio
152-
- refactor(ci): remove unmaintained CI images and update release workflow #3147 @oxy
153-
- chore(ci): migrate from hub to gh #3168 @oxy
154-
- feat(testing): add e2e tests for code-server and terminal #3169 @jsjoeio
155-
- chore(ranger): fix syntax for extension-request #3172 @oxy
156-
- feat(testing): add codecov to generate test coverage reports #3194 @jsjoeio
157-
- feat(testing): add tests for registerServiceWorker #3200 @jsjoeio
158-
- refactor(testing): fix flaky terminal test #3230 @jsjoeio
159-
- chore: ignore 15.x @types/node updates #3244 @jsjoeio
160-
- chore(build): compile vscode+extensions in parallel #3250 @oxy
161-
- fix(deps): remove eslint-plugin-jest-playwright #3260 @jsjoeio
162-
- fix(testing): reduce flakiness of terminal.test.ts and use 1 worker for e2e tests #3263 @jsjoeio
163-
- feat(testing): add isConnected check #3271 @jsjoeio
164-
- feat(testing): add test for src/node/constants.ts #3290 @jsjoeio
165-
- feat: test static route #3297 @code-asher
166-
- refactor(ci): split audit from prebuild #3298 @oxy
167-
- chore(lib/vscode): cleanup/update build deps #3314 @oxy
168-
- fix(build): download correct cloud-agent for arch #3331 @oxy
169-
- fix: xmldom and underscore #3332 @oxy
95+
### Security
96+
- Update dependencies with CVEs (#3223).
17097

17198
## Previous versions
172-
173-
This was added with `3.10.0`, which means any previous versions are not documented in the changelog.
99+
This was added with `3.10.0`, which means any previous versions are not
100+
documented in the changelog.
174101

175102
To see those, please visit the [Releases page](https://github.com/cdr/code-server/releases).

0 commit comments

Comments
 (0)