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