Skip to content

Commit

Permalink
Align versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patuwwy committed Nov 14, 2023
1 parent 0fd72b0 commit 50fcead
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@

- Monaco code editor added (see [Issue #](https://github.com/patuwwy/ShaderToy-Chrome-Plugin/issues/164))

- 0.14.257

- Temporary remove monaco editor

- 0.14.254 (28-08-2023)

- Compilation errors in Monaco Editor
- Zoomable Monaco Editor

- 0.14.250 (28-06-2023)

- Monaco code editor added (see [Issue #](https://github.com/patuwwy/ShaderToy-Chrome-Plugin/issues/164))

- 0.13.247 (22-02-2022)

- Fix marking shader as owned.
Expand Down
4 changes: 3 additions & 1 deletion app/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,15 @@
loadScript(HOME_EXTENSION_FILENAME);
}
}

/**
* Loads codemirror extention on editing and new shader page
*/
function initializeCodemirror() {
if (document.location.href.match(/shadertoy.com\/(new|(view\/.{6}))/)) {
loadScript(CODEMIRROR_EXTENTION_FILENAME);
}

}
/**
* Loads codemirror extention on editing and new shader page
Expand All @@ -180,6 +181,7 @@
*/
function init() {
loadScript(MAIN_EXTENSION_FILENAME);

loadScript('scripts/node-sanitize-filename.js');
loadScript('scripts/jszip-3.1.5.js');

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Shadertoy unofficial plugin.",
"version": "0.14.255",
"version": "0.14.257",
"description": "Shadertoy.com unofficial plugin.",
"homepage_url": "https://github.com/patuwwy/ShaderToy-Chrome-Plugin",
"background": {
Expand Down

0 comments on commit 50fcead

Please sign in to comment.