Skip to content

Commit

Permalink
Fix: full dark mode support
Browse files Browse the repository at this point in the history
  • Loading branch information
zvizvi committed Mar 6, 2021
1 parent 6d618ab commit b067af9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Services currently supported:


### What's changed?
* v1.0.11 Dark mode support.
* v1.0.10 Open current selected branch.
* v1.0.8 Gitlab support, Glitch link added.
* v1.0.7 Sourcegraph link added.
* v1.0.4 Clone in VSCode option added.
Expand Down
7 changes: 4 additions & 3 deletions src/js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"manifest_version": 3,
"update_url": "https://clients2.google.com/service/update2/crx",
"homepage_url": "https://github.com/zvizvi/Github-Web-IDE",
"version": "1.0.10",
"version": "1.0.11",
"author": "[email protected]",
"action": {
"default_icon": {
Expand Down

0 comments on commit b067af9

Please sign in to comment.