CHANGELOG.md 5.1 KB
Newer Older
J
Joe Previte 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
# Changelog

<!--

This should be updated on every PR.

We copy from here into the release notes.

 -->

<!--
Add next version above previous version but below this line using the template

J
Joe Previte 已提交
14
## Next Version
J
Joe Previte 已提交
15 16 17 18 19 20 21 22 23 24 25

VS Code v0.00.0

### New Features

- item

### Bug Fixes

- fix(socket): did this thing #321 @githubuser

J
Joe Previte 已提交
26
### Documentation
J
Joe Previte 已提交
27 28 29

- item

J
Joe Previte 已提交
30
### Development
J
Joe Previte 已提交
31 32 33 34 35

- item

-->

36
## Next Version
S
Shiv 已提交
37 38 39

VS Code v0.00.0

40 41 42 43 44 45 46 47
### New Features

- item

### Bug Fixes

- item

S
Shiv 已提交
48 49
### Documentation

J
Joe Previte 已提交
50
- docs: add Pomerium #3424 @desimone
J
Joe Previte 已提交
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
A
Akash Satheesan 已提交
54
- docs: move release process to MAINTAINING.md #3441 @oxy @Prashant168
P
PisecesPeng 已提交
55
- docs: format 'Caddy' from guide.md @PisecesPeng
56 57 58

### Development

59
- chore: cross-compile docker images with buildx #3166 @oxy
60
- chore: update node to v14 #3458 @oxy
C
cuining 已提交
61
- chore: update .gitignore #3557 @cuining
J
Joe Previte 已提交
62
- fix: use sufficient computational effort for password hash #3422 @jsjoeio
S
Shiv 已提交
63

64 65 66 67
### Development

- fix(publish): update cdrci fork in brew-bump.sh #3468 @jsjoeio

J
Joe Previte 已提交
68
## 3.10.2
69 70 71 72 73

VS Code v1.56.1

### New Features

J
Joe Previte 已提交
74 75 76 77 78 79 80 81 82
- feat: support `extraInitContainers` in helm chart values #3393 @strowk
- feat: change `extraContainers` to support templating in helm chart #3393 @strowk

### Bug Fixes

- fix: use correct command to Open Folder on Welcome page #3437 @jsjoeio

### Development

83
- fix(ci): update brew-bump.sh to update remote first #3438 @jsjoeio
84

A
Asher 已提交
85
## 3.10.1
J
Joe Previte 已提交
86

A
Asher 已提交
87
VS Code v1.56.1
J
Joe Previte 已提交
88 89 90 91

### Bug Fixes

- fix: Check the logged user instead of $USER #3330 @videlanicolas
92
- fix: Fix broken node_modules.asar symlink in npm package #3355 @code-asher
A
Asher 已提交
93
- fix: Update cloud agent to fix version issue #3342 @oxy
J
Joe Previte 已提交
94 95 96

### Documentation

J
Joe Previte 已提交
97
- docs(install): add raspberry pi section #3376 @jsjoeio
98
- docs(maintaining): add pull requests section #3378 @jsjoeio
99
- docs(maintaining): add merge strategies section #3379 @jsjoeio
J
Joe Previte 已提交
100
- refactor: move default PR template #3375 @jsjoeio
101
- docs(contributing): add commits section #3377 @jsjoeio
J
Joe Previte 已提交
102 103 104

### Development

105
- chore: ignore updates to microsoft/playwright-github-action
J
Joe Previte 已提交
106
- fix(socket): use xdgBasedir.runtime instead of tmp #3304 @jsjoeio
J
Joe Previte 已提交
107
- fix(ci): re-enable trivy-scan-repo #3368 @jsjoeio
J
Joe Previte 已提交
108

J
Joe Previte 已提交
109 110
## 3.10.0

A
Asher 已提交
111
VS Code v1.56.0
J
Joe Previte 已提交
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130

### New Features

- feat: minor connections refactor #3178 @code-asher
- feat(security): add code-scanning with CodeQL #3229 @jsjoeio
- feat(ci): add trivy job for security #3261 @jsjoeio
- feat(vscode): update to version 1.56.0 #3269 @oxy
- feat: use ptyHostService #3308 @code-asher

### Bug Fixes

- fix(socket): did this thing #321 @githubuser
- fix(login): rate limiter shouldn't count successful logins #3141 @jsjoeio
- chore(lib/vscode): update netmask #3187 @oxy
- chore(deps): update dependencies with CVEs #3223 @oxy
- fix: refactor logout #3277 @code-asher
- fix: add flag for toggling permessage-deflate #3286 @code-asher
- fix: make sure directories exist #3309 @code-asher

J
Joe Previte 已提交
131
### Documentation
J
Joe Previte 已提交
132 133 134 135 136 137 138 139 140 141 142 143

- docs(FAQ): add mention of sysbox #3087 @bpmct
- docs: add security policy #3148 @jsjoeio
- docs(guide.md): add `caddy` example for serving from sub-path #3217 @catthehacker
- docs: revamp debugging section #3224 @code-asher
- docs(readme): refactor to use codecov shield #3227 @jsjoeio
- docs(maintaining): use milestones over boards #3228 @jsjoeio
- docs(faq): add entry for accessing OSX folders #3247 @bpmct
- docs(termux): add workaround for Android backspace issue #3251 @jsjoeio
- docs(maintaining): add triage to workflow #3284 @jsjoeio
- docs(security): add section for tools #3287 @jsjoeio
- docs(maintaining): add versioning #3288 @jsjoeio
J
Joe Previte 已提交
144
- docs: add changelog #3337 @jsjoeio
J
Joe Previte 已提交
145

J
Joe Previte 已提交
146
### Development
J
Joe Previte 已提交
147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173

- fix(update-vscode): add check/docs for git-subtree #3129 @oxy
- refactor(testing): migrate to playwright-test from jest-playwright #3133 @jsjoeio
- refactor(ci): remove unmaintained CI images and update release workflow #3147 @oxy
- chore(ci): migrate from hub to gh #3168 @oxy
- feat(testing): add e2e tests for code-server and terminal #3169 @jsjoeio
- chore(ranger): fix syntax for extension-request #3172 @oxy
- feat(testing): add codecov to generate test coverage reports #3194 @jsjoeio
- feat(testing): add tests for registerServiceWorker #3200 @jsjoeio
- refactor(testing): fix flaky terminal test #3230 @jsjoeio
- chore: ignore 15.x @types/node updates #3244 @jsjoeio
- chore(build): compile vscode+extensions in parallel #3250 @oxy
- fix(deps): remove eslint-plugin-jest-playwright #3260 @jsjoeio
- fix(testing): reduce flakiness of terminal.test.ts and use 1 worker for e2e tests #3263 @jsjoeio
- feat(testing): add isConnected check #3271 @jsjoeio
- feat(testing): add test for src/node/constants.ts #3290 @jsjoeio
- feat: test static route #3297 @code-asher
- refactor(ci): split audit from prebuild #3298 @oxy
- chore(lib/vscode): cleanup/update build deps #3314 @oxy
- fix(build): download correct cloud-agent for arch #3331 @oxy
- fix: xmldom and underscore #3332 @oxy

## Previous versions

This was added with `3.10.0`, which means any previous versions are not documented in the changelog.

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