From e92996b547f407396acdf321d1e8ffa197e0ca96 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sat, 28 Sep 2019 14:57:30 -0400 Subject: [PATCH] update project logo --- README.md | 3 ++- readme-vars.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2839742..a812928 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Find us at: - All intensive computation runs on your server. - You're no longer running excess instances of Chrome. -[![code-server](https://github.com/cdr/code-server/raw/master/doc/assets/cli.png)](https://coder.com) +[![code-server](https://github.com/cdr/code-server/raw/master/doc/assets/ide.gif)](https://coder.com) ## Supported Architectures @@ -213,6 +213,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **28.09.19:** - Update project logo. * **21.09.19:** - Add development builds/tag. * **09.07.19:** - Add optional sudo access. * **01.07.19:** - Add nano. diff --git a/readme-vars.yml b/readme-vars.yml index df75b79..272bcbe 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -3,7 +3,7 @@ # project information project_name: code-server project_url: "https://coder.com" -project_logo: "https://github.com/cdr/code-server/raw/master/doc/assets/cli.png" +project_logo: "https://github.com/cdr/code-server/raw/master/doc/assets/ide.gif" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is VS Code running on a remote server, accessible through the browser. - Code on your Chromebook, tablet, and laptop with a consistent dev environment. @@ -65,6 +65,7 @@ app_setup_block: | # changelog changelogs: + - { date: "28.09.19:", desc: "Update project logo." } - { date: "21.09.19:", desc: "Add development builds/tag." } - { date: "09.07.19:", desc: "Add optional sudo access." } - { date: "01.07.19:", desc: "Add nano." }