@@ -29,53 +29,32 @@ Add next version above previous version but below this line using the template
2929
3030## 0.0.0
3131
32- v0.0.0
33-
3432VS Code v0.00.0
3533
36- Upgrading is as easy as installing the new version over the old one. code-server
37- maintains all user data in \`~/.local/share/code-server\` so that it is preserved in between
38- installations.
39-
4034### New Features
4135
42- ⭐ Summarize new features here with references to issues
43-
4436- item
4537
4638### Bug Fixes
4739
48- ⭐ Summarize bug fixes here with references to issues
49-
5040- fix(socket): did this thing #321 @githubuser
5141
5242## Documentation
5343
54- ⭐ Summarize doc changes here with references to issues
55-
5644- item
5745
5846## Development
5947
60- ⭐ Summarize development/testing changes here with references to issues
61-
6248- item
6349
6450-->
6551
6652## 3.10.0
6753
68- v3.10.0
69-
7054VS Code v1.56
7155
72- Upgrading is as easy as installing the new version over the old one. code-server
73- maintains all user data in \` ~ /.local/share/code-server\` so that it is preserved in between installations.
74-
7556### New Features
7657
77- ⭐ Summarize new features here with references to issues
78-
7958- feat: minor connections refactor #3178 @code-asher
8059- feat(security): add code-scanning with CodeQL #3229 @jsjoeio
8160- feat(ci): add trivy job for security #3261 @jsjoeio
@@ -84,8 +63,6 @@ maintains all user data in \`~/.local/share/code-server\` so that it is preserve
8463
8564### Bug Fixes
8665
87- ⭐ Summarize bug fixes here with references to issues
88-
8966- fix(socket): did this thing #321 @githubuser
9067- fix(login): rate limiter shouldn't count successful logins #3141 @jsjoeio
9168- chore(lib/vscode): update netmask #3187 @oxy
@@ -96,8 +73,6 @@ maintains all user data in \`~/.local/share/code-server\` so that it is preserve
9673
9774## Documentation
9875
99- ⭐ Summarize doc changes here with references to issues
100-
10176- docs(FAQ): add mention of sysbox #3087 @bpmct
10277- docs: add security policy #3148 @jsjoeio
10378- docs(guide.md): add ` caddy ` example for serving from sub-path #3217 @catthehacker
@@ -113,8 +88,6 @@ maintains all user data in \`~/.local/share/code-server\` so that it is preserve
11388
11489## Development
11590
116- ⭐ Summarize development/testing changes here with references to issues
117-
11891- fix(update-vscode): add check/docs for git-subtree #3129 @oxy
11992- refactor(testing): migrate to playwright-test from jest-playwright #3133 @jsjoeio
12093- refactor(ci): remove unmaintained CI images and update release workflow #3147 @oxy
0 commit comments