9 files changed +38
-12
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [9.99.999] - 9090-09-09
11
11
12
- VS Code v99.99.999
12
+ Code v99.99.999
13
13
14
- ### Changed
15
14
### Added
15
+ ### Changed
16
16
### Deprecated
17
17
### Removed
18
18
### Fixed
19
19
### Security
20
20
21
21
-->
22
22
23
+ ## [ 4.3.0] ( https://github.com/coder/code-server/releases/tag/v4.3.0 ) - 2022-04-14
24
+
25
+ Code v1.65.2
26
+
27
+ ### Changed
28
+
29
+ - Excluded .deb files from release Docker image which drops the compressed and
30
+ uncompressed size by 58% and 34%.
31
+ - Upgraded to Code 1.65.2.
32
+
33
+ ### Added
34
+
35
+ - Added a new CLI flag called ` --disable-file-downloads ` which allows you to
36
+ disable the "Download..." option that shows in the UI when right-clicking on a
37
+ file. This can also set by running ` CS_DISABLE_FILE_DOWNLOADS=1 ` .
38
+ - Aligned the dependencies for binary and npm release artifacts.
39
+
40
+ ### Fixed
41
+
42
+ - Fixed the code-server version from not displaying in the Help > About dialog.
43
+ - Fixed issues with the TypeScript and JavaScript Language Features Extension
44
+ failing to activate.
45
+ - Fixed missing files in ipynb extension.
46
+ - Fixed the homebrew release workflow.
47
+ - Fixed the Docker release workflow from not always publishing version tags.
48
+
23
49
## [ 4.2.0] ( https://github.com/coder/code-server/releases/tag/v4.2.0 ) - 2022-03-22
24
50
25
51
Code v1.64.2
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ main() {
81
81
read -r -p " What version of code-server do you want to update to?" $' \n ' CODE_SERVER_VERSION_TO_UPDATE
82
82
83
83
echo -e " Great! We'll prep a PR for updating to $CODE_SERVER_VERSION_TO_UPDATE \n"
84
- $CMD rg -g ' !yarn.lock' -g ' !*.svg' -g ' !CHANGELOG.md' --files-with-matches --fixed-strings " ${CODE_SERVER_CURRENT_VERSION} " | $CMD xargs sd " $CODE_SERVER_CURRENT_VERSION " " $CODE_SERVER_VERSION_TO_UPDATE "
84
+ $CMD rg -g ' !yarn.lock' -g ' !*.svg' -g ' !CHANGELOG.md' -g ' !lib/vscode/** ' - -files-with-matches --fixed-strings " ${CODE_SERVER_CURRENT_VERSION} " | $CMD xargs sd " $CODE_SERVER_CURRENT_VERSION " " $CODE_SERVER_VERSION_TO_UPDATE "
85
85
86
86
$CMD git commit --no-verify -am " chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE "
87
87
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.3 .0
18
+ version : 2.4 .0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 4.2 .0
23
+ appVersion : 4.3 .0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
7
7
image :
8
8
repository : codercom/code-server
9
- tag : ' 4.2 .0'
9
+ tag : ' 4.3 .0'
10
10
pullPolicy : Always
11
11
12
12
# Specifies one or more secrets to be used when pulling images from a
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ If you're the current release manager, follow these steps:
164
164
165
165
### Publishing a release
166
166
167
- 1 . Create a new branch called ` v0.0.0 ` (replace 0s with actual version aka v4.2 .0)
167
+ 1 . Create a new branch called ` v0.0.0 ` (replace 0s with actual version aka v4.3 .0)
168
168
1 . Run ` yarn release:prep ` and type in the new version (e.g., ` 3.8.1 ` )
169
169
1 . GitHub Actions will generate the ` npm-package ` , ` release-packages ` and
170
170
` release-images ` artifacts. You do not have to wait for this step to complete
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ As `code-server` is based on VS Code, you can follow the steps described on Duck
60
60
code-server --enable-proposed-api genuitecllc.codetogether
61
61
```
62
62
63
- Another option would be to add a value in code-server's [ config file] ( https://coder.com/docs/code-server/v4.2 .0/FAQ#how-does-the-config-file-work ) .
63
+ Another option would be to add a value in code-server's [ config file] ( https://coder.com/docs/code-server/v4.3 .0/FAQ#how-does-the-config-file-work ) .
64
64
65
65
3 . Refresh code-server and navigate to the CodeTogether icon in the sidebar to host or join a coding session.
Original file line number Diff line number Diff line change 1
1
# code-server Helm Chart
2
2
3
- [ ![ Version: 1.0.0] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square )] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square ) [ ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) [ ![ AppVersion: 4.2 .0] ( https://img.shields.io/badge/AppVersion-4.2 .0-informational?style=flat-square )] ( https://img.shields.io/badge/AppVersion-4.2 .0-informational?style=flat-square )
3
+ [ ![ Version: 1.0.0] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square )] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square ) [ ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) [ ![ AppVersion: 4.3 .0] ( https://img.shields.io/badge/AppVersion-4.3 .0-informational?style=flat-square )] ( https://img.shields.io/badge/AppVersion-4.3 .0-informational?style=flat-square )
4
4
5
5
[ code-server] ( https://github.com/coder/code-server ) code-server is VS Code running
6
6
on a remote server, accessible through the browser.
@@ -73,7 +73,7 @@ and their default values.
73
73
| hostnameOverride | string | ` "" ` |
74
74
| image.pullPolicy | string | ` "Always" ` |
75
75
| image.repository | string | ` "codercom/code-server" ` |
76
- | image.tag | string | ` "4.2 .0" ` |
76
+ | image.tag | string | ` "4.3 .0" ` |
77
77
| imagePullSecrets | list | ` [] ` |
78
78
| ingress.enabled | bool | ` false ` |
79
79
| nameOverride | string | ` "" ` |
Original file line number Diff line number Diff line change 1
1
{
2
- "versions" : [" v4.2 .0" ],
2
+ "versions" : [" v4.3 .0" ],
3
3
"routes" : [
4
4
{
5
5
"title" : " Home" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code-server" ,
3
3
"license" : " MIT" ,
4
- "version" : " 4.2 .0" ,
4
+ "version" : " 4.3 .0" ,
5
5
"description" : " Run VS Code on a remote server." ,
6
6
"homepage" : " https://github.com/coder/code-server" ,
7
7
"bugs" : {
0 commit comments