Skip to content
  • Sponsor zvizvi/GitHub-Web-IDE

  • Notifications You must be signed in to change notification settings
  • Fork 102

Commit f4d6f02

Browse files
committedMar 13, 2024·
Bump version
1 parent a459073 commit f4d6f02

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed
 

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ Services currently supported:
2727

2828

2929
### What's changed?
30+
* v2.0.4
31+
* Fix compatibility with the new GitHub design.
32+
* Add VSCode Insiders option (Thanks to @JMcrafter26).
33+
* Remove the VSCode Remote Repositories option as it no longer works.
34+
* Remove the GitHub Memory option as it no longer works.
35+
* CodeSandbox and Replit new logos corrected
3036
* v2.0.3 Bug fixed
3137
* v2.0.2 GitLab1s link added
32-
* v2.0.1 Open in VSCodeDev option
38+
* v2.0.1 Open in VSCode Dev option
3339
* v2.0.0
3440
* Extension customizing options page.
3541
* ~Open in VSCode Remote Repositories option.~

‎src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"manifest_version": 3,
55
"update_url": "https://clients2.google.com/service/update2/crx",
66
"homepage_url": "https://github.com/zvizvi/GitHub-Web-IDE",
7-
"version": "2.0.3",
7+
"version": "2.0.4",
88
"author": "zvizvi5@outlook.com",
99
"action": {
1010
"default_icon": {

‎src/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-web-ide",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "⚡ Open GitHub repositories in online web IDE",
55
"main": "README.md",
66
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.