@@ -29,53 +29,32 @@ Add next version above previous version but below this line using the template
29
29
30
30
## 0.0.0
31
31
32
- v0.0.0
33
-
34
32
VS Code v0.00.0
35
33
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
-
40
34
### New Features
41
35
42
- ⭐ Summarize new features here with references to issues
43
-
44
36
- item
45
37
46
38
### Bug Fixes
47
39
48
- ⭐ Summarize bug fixes here with references to issues
49
-
50
40
- fix(socket): did this thing #321 @githubuser
51
41
52
42
## Documentation
53
43
54
- ⭐ Summarize doc changes here with references to issues
55
-
56
44
- item
57
45
58
46
## Development
59
47
60
- ⭐ Summarize development/testing changes here with references to issues
61
-
62
48
- item
63
49
64
50
-->
65
51
66
52
## 3.10.0
67
53
68
- v3.10.0
69
-
70
54
VS Code v1.56
71
55
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
-
75
56
### New Features
76
57
77
- ⭐ Summarize new features here with references to issues
78
-
79
58
- feat: minor connections refactor #3178 @code-asher
80
59
- feat(security): add code-scanning with CodeQL #3229 @jsjoeio
81
60
- 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
84
63
85
64
### Bug Fixes
86
65
87
- ⭐ Summarize bug fixes here with references to issues
88
-
89
66
- fix(socket): did this thing #321 @githubuser
90
67
- fix(login): rate limiter shouldn't count successful logins #3141 @jsjoeio
91
68
- 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
96
73
97
74
## Documentation
98
75
99
- ⭐ Summarize doc changes here with references to issues
100
-
101
76
- docs(FAQ): add mention of sysbox #3087 @bpmct
102
77
- docs: add security policy #3148 @jsjoeio
103
78
- 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
113
88
114
89
## Development
115
90
116
- ⭐ Summarize development/testing changes here with references to issues
117
-
118
91
- fix(update-vscode): add check/docs for git-subtree #3129 @oxy
119
92
- refactor(testing): migrate to playwright-test from jest-playwright #3133 @jsjoeio
120
93
- refactor(ci): remove unmaintained CI images and update release workflow #3147 @oxy
0 commit comments