Skip to content

Commit c93268e

Browse files
authored
Merge pull request #540 from rgantzos/original-colors
2 parents 40d8936 + c47c026 commit c93268e

File tree

3 files changed

+9
-17
lines changed

3 files changed

+9
-17
lines changed

changelog/changes.json

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
{
22
"NOTE": "THERE IS NO NEED TO UPDATE THIS YOURSELF, IT WILL BE UPDATED WHEN RELEASED.",
3-
"version": "2.30.0",
3+
"version": "2.30.1",
44
"enhanced": [
5-
"Update quite a few features to v2.",
6-
"Change logo source.",
7-
"Better onboarding.",
8-
"Option validation.",
9-
"Suggestions on settings page.",
10-
"Add similar features key.",
11-
"Add real storage API.",
12-
"Add warning modal for new Scratch editor.",
13-
"Update colors to match upcoming Scratch colors."
5+
"Inject styles faster.",
6+
"Traps API.",
7+
"waitForElement API.",
8+
"Append style elements to new place.",
9+
"Make unlisted button better match new colors."
1410
],
15-
"fixed": [
16-
"Fix settings page modals in dark mode.",
17-
"Fix hide advertisements colors.",
18-
"Fix odd sizing of features on settings page."
19-
]
11+
"fixed": ["Fix line breaks for most popular project."]
2012
}

features/original-colors/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Revert to Blue",
3-
"description": "Changes the block categories in the editor to only show the colors of the categories.",
3+
"description": "Changes all of the Scratch website's colors back to the original coloring from 3.0, before purple.",
44
"credits": [
55
{ "username": "MaterArc", "url": "https://scratch.mit.edu/users/materarc/" },
66
{ "username": "rgantzos", "url": "https://scratch.mit.edu/users/rgantzos/" }

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"short_name": "__MSG_extName__",
44
"manifest_version": 3,
55
"version": "2.30.1",
6-
"version_name": "2.30.1-beta",
6+
"version_name": "2.30.1",
77
"default_locale": "en",
88
"description": "__MSG_extDescription__",
99
"author": "rgantzos",

0 commit comments

Comments
 (0)