Skip to content

Commit

Permalink
Merge pull request #161 from rgantzosonscratch/main
Browse files Browse the repository at this point in the history
Update version and version info to v2.14.0
  • Loading branch information
rgantzos authored Aug 21, 2022
2 parents 3695963 + b846da1 commit ae19631
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion extras/background.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '2.13.0'
var version = '2.14.0'

chrome.runtime.onInstalled.addListener(function (object) {
if (chrome.runtime.getManifest().version_name.toLowerCase().includes('beta')) {
Expand Down
2 changes: 1 addition & 1 deletion extras/new.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
update("v2.13.0", "This new version includes a lot of new features! We've added a sprite-specific clone counter, the ability to scroll through individual list items, a block logger, an FPS counter, and more! We've even added in some easter eggs- maybe you can find them!")
update("v2.14.0", "This new version included multiple new features, enhancements, easter eggs, and bug fixes. We even added a new 2.0 theme for the editor and an easy way to comment on your own profile when the comments are closed!")
function update(updateVersion, updateDescription) {
if (document.querySelector('.scratchtoolsUpdateInfo') === null) {
var box = document.createElement('div')
Expand Down
36 changes: 18 additions & 18 deletions features/features.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
[
{
"title": "Hide Advertisements in Comments",
"description": "Hides advertisements in the comments of profiles, projects, and studios. They can take up a lot of space in the comments.",
"credits": ["rgantzos"],
"urls": ["https://scratch.mit.edu/users/rgantzos/"],
"file": "hide-advertisements",
"tags": ["New", "Beta"],
"type": ["Website"]
},
{
"title": "Open in Turbowarp from Editor",
"description": "Adds a button to the editor so that you can instantly open the current project in Turbowarp.",
"credits": ["rgantzos"],
"urls": ["https://scratch.mit.edu/users/rgantzos/"],
"file": "turbowarp-button-in-editor",
"tags": ["New"],
"type": ["Editor"]
},
{
"title": "2.0 Editor",
"description": "Replaces the default 3.0 online project editor with the 2.0 editor. It's nostalgic, really.",
Expand Down Expand Up @@ -44,6 +26,24 @@
"tags": ["New", "Beta"],
"type": ["Editor"]
},
{
"title": "Hide Advertisements in Comments",
"description": "Hides advertisements in the comments of profiles, projects, and studios. They can take up a lot of space in the comments.",
"credits": ["rgantzos"],
"urls": ["https://scratch.mit.edu/users/rgantzos/"],
"file": "hide-advertisements",
"tags": ["New", "Beta"],
"type": ["Website"]
},
{
"title": "Open in Turbowarp from Editor",
"description": "Adds a button to the editor so that you can instantly open the current project in Turbowarp.",
"credits": ["rgantzos"],
"urls": ["https://scratch.mit.edu/users/rgantzos/"],
"file": "turbowarp-button-in-editor",
"tags": ["New"],
"type": ["Editor"]
},
{
"title": "Sprite Clone Counter",
"description": "Displays the clone count for each individual sprite.",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "ScratchTools",
"manifest_version": 3,
"version": "2.14.0",
"version_name": "2.14.0-beta",
"version_name": "2.14.0",
"description": "Great tools to make Scratching easier!",
"author": "rgantzos",
"background": {
Expand Down

0 comments on commit ae19631

Please sign in to comment.