File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Find us at:
40
40
- All intensive computation runs on your server.
41
41
- You're no longer running excess instances of Chrome.
42
42
43
- [ ![ code-server] ( https://github.com/cdr/code-server/raw/master/doc/assets/cli.png )] ( https://coder.com )
43
+ [ ![ code-server] ( https://github.com/cdr/code-server/raw/master/doc/assets/ide.gif )] ( https://coder.com )
44
44
45
45
## Supported Architectures
46
46
@@ -213,6 +213,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
213
213
214
214
## Versions
215
215
216
+ * ** 28.09.19:** - Update project logo.
216
217
* ** 21.09.19:** - Add development builds/tag.
217
218
* ** 09.07.19:** - Add optional sudo access.
218
219
* ** 01.07.19:** - Add nano.
Original file line number Diff line number Diff line change 3
3
# project information
4
4
project_name : code-server
5
5
project_url : " https://coder.com"
6
- project_logo : " https://github.com/cdr/code-server/raw/master/doc/assets/cli.png "
6
+ project_logo : " https://github.com/cdr/code-server/raw/master/doc/assets/ide.gif "
7
7
project_blurb : " [{{ project_name|capitalize }}]({{ project_url }}) is VS Code running on a remote server, accessible through the browser.
8
8
9
9
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.
@@ -65,6 +65,7 @@ app_setup_block: |
65
65
66
66
# changelog
67
67
changelogs :
68
+ - { date: "28.09.19:", desc: "Update project logo." }
68
69
- { date: "21.09.19:", desc: "Add development builds/tag." }
69
70
- { date: "09.07.19:", desc: "Add optional sudo access." }
70
71
- { date: "01.07.19:", desc: "Add nano." }
You can’t perform that action at this time.
0 commit comments