3
3
# Changelog
4
4
5
5
- [ Changelog] ( #changelog )
6
- - [ 3.11 .0] ( #3110 )
6
+ - [ 3.10 .0] ( #3100 )
7
7
- [ New Features] ( #new-features )
8
8
- [ Bug Fixes] ( #bug-fixes )
9
9
- [ Documentation] ( #documentation )
10
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
11
- [ Previous versions] ( #previous-versions )
17
12
18
13
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -32,86 +27,32 @@ Add next version above previous version but below this line using the template
32
27
33
28
## 0.0.0
34
29
35
- v0.0.0
36
-
37
30
VS Code v0.00.0
38
31
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
32
### New Features
44
33
45
- ⭐ Summarize new features here with references to issues
46
-
47
34
- item
48
35
49
36
### Bug Fixes
50
37
51
- ⭐ Summarize bug fixes here with references to issues
52
-
53
38
- fix(socket): did this thing #321 @githubuser
54
39
55
40
## Documentation
56
41
57
- ⭐ Summarize doc changes here with references to issues
58
-
59
42
- item
60
43
61
44
## Development
62
45
63
- ⭐ Summarize development/testing changes here with references to issues
64
-
65
46
- item
66
47
67
48
-->
68
49
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
50
## 3.10.0
103
51
104
- v3.10.0
105
-
106
52
VS Code v1.56
107
53
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
54
### New Features
112
55
113
- ⭐ Summarize new features here with references to issues
114
-
115
56
- feat: minor connections refactor #3178 @code-asher
116
57
- feat(security): add code-scanning with CodeQL #3229 @jsjoeio
117
58
- feat(ci): add trivy job for security #3261 @jsjoeio
@@ -120,8 +61,6 @@ maintains all user data in \`~/.local/share/code-server\` so that it is preserve
120
61
121
62
### Bug Fixes
122
63
123
- ⭐ Summarize bug fixes here with references to issues
124
-
125
64
- fix(socket): did this thing #321 @githubuser
126
65
- fix(login): rate limiter shouldn't count successful logins #3141 @jsjoeio
127
66
- chore(lib/vscode): update netmask #3187 @oxy
@@ -132,8 +71,6 @@ maintains all user data in \`~/.local/share/code-server\` so that it is preserve
132
71
133
72
## Documentation
134
73
135
- ⭐ Summarize doc changes here with references to issues
136
-
137
74
- docs(FAQ): add mention of sysbox #3087 @bpmct
138
75
- docs: add security policy #3148 @jsjoeio
139
76
- docs(guide.md): add ` caddy ` example for serving from sub-path #3217 @catthehacker
@@ -145,11 +82,10 @@ maintains all user data in \`~/.local/share/code-server\` so that it is preserve
145
82
- docs(maintaining): add triage to workflow #3284 @jsjoeio
146
83
- docs(security): add section for tools #3287 @jsjoeio
147
84
- docs(maintaining): add versioning #3288 @jsjoeio
85
+ - docs: add changelog #3337 @jsjoeio
148
86
149
87
## Development
150
88
151
- ⭐ Summarize development/testing changes here with references to issues
152
-
153
89
- fix(update-vscode): add check/docs for git-subtree #3129 @oxy
154
90
- refactor(testing): migrate to playwright-test from jest-playwright #3133 @jsjoeio
155
91
- refactor(ci): remove unmaintained CI images and update release workflow #3147 @oxy
0 commit comments