From b49b241932aa4515f291124233f57eb6f8c22570 Mon Sep 17 00:00:00 2001 From: "scratchaddons-bot[bot]" <73682299+scratchaddons-bot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 02:31:33 +0000 Subject: [PATCH] Update addons data (v1.39.0) --- data/addons/en.json | 211 +++++++++++++++++++++++++++++--------------- 1 file changed, 138 insertions(+), 73 deletions(-) diff --git a/data/addons/en.json b/data/addons/en.json index c9e1d8c32..853b27486 100644 --- a/data/addons/en.json +++ b/data/addons/en.json @@ -49,7 +49,7 @@ }, { "id": "animated-thumb", - "name": "Thumbnails setter", + "name": "Thumbnail setter", "description": "Adds a button to the bottom-right of the project page to set the thumbnail of your project to any image (including gifs).", "tags": ["community", "projectPage", "recommended"], "dynamicEnable": true, @@ -57,6 +57,26 @@ "enabledByDefault": true, "versionAdded": "1.3.0" }, + { + "id": "asset-conflict-dialog", + "name": "Asset conflict dialog", + "description": "When uploading costumes or sounds with the same name as an existing one, shows a dialog with options to replace or skip them instead of always renaming them.", + "tags": ["editor", "costumeEditor", "featured"], + "credits": [ + { + "name": "Chrome_Cat", + "link": "https://scratch.mit.edu/users/Chrome_Cat/" + }, + { + "name": "GarboMuffin", + "link": "https://scratch.mit.edu/users/GarboMuffin/" + } + ], + "dynamicEnable": true, + "dynamicDisable": true, + "enabledByDefault": false, + "versionAdded": "1.39.0" + }, { "id": "auto-follow-topics", "name": "Follow topics after posting", @@ -159,7 +179,7 @@ }, { "id": "bitmap-copy", - "name": "Bitmap images copying", + "name": "Bitmap image copying", "description": "Allows you to copy a bitmap image from the costume editor into the system clipboard, so that you can paste it in other websites or software.", "tags": ["editor", "costumeEditor"], "info": [ @@ -243,7 +263,7 @@ "name": "--Explosion--", "link": "https://github.com/explosion-scratch" }, - { "name": "RedGuy7", "link": "https://github.com/RedGuy12" } + { "name": "cobalt", "link": "https://github.com/cobaltt7" } ], "dynamicEnable": true, "dynamicDisable": true, @@ -344,10 +364,10 @@ { "id": "collapse-footer", "name": "Sticky footer", - "description": "Makes the website footer stick out slightly from the bottom of the window and makes it expand when hovering over it, allowing it to be quickly accessed from anywhere on the page. Previously part of \"Infinite scolling\".", + "description": "Makes the website footer stick out slightly from the bottom of the window and makes it expand when hovering over it, allowing it to be quickly accessed from anywhere on the page. Previously part of \"Infinite scrolling\".", "tags": ["community"], "credits": [ - { "name": "Samq64", "link": "https://scratch.mit.edu/users/samq64" }, + { "name": "Samq64", "link": "https://github.com/Samq64" }, { "name": "ZenithKnight" } ], "dynamicEnable": true, @@ -425,6 +445,11 @@ "type": "notice", "text": "Line breaks are only visible to users with this addon enabled. They will appear as spaces for others.", "id": "ownLineBreaks" + }, + { + "type": "info", + "text": "On profile pages, line breaks at the beginning or end of a comment do not appear.", + "id": "scratchr2Linebreaks" } ], "dynamicEnable": true, @@ -776,6 +801,18 @@ ], "versionAdded": "1.18.0" }, + { + "id": "delete-others", + "name": "Delete other costumes or sounds", + "description": "Adds an option to the right click context menu for costumes and sounds to delete all items except for the selected one.", + "tags": ["editor", "costumeEditor", "featured"], + "credits": [ + { "name": "Jazza", "link": "https://scratch.mit.edu/users/greeny--231" } + ], + "dynamicEnable": true, + "dynamicDisable": true, + "versionAdded": "1.39.0" + }, { "id": "disable-auto-save", "name": "Disable auto-save", @@ -873,7 +910,7 @@ "id": "download-button", "name": "Project page download button", "description": "Allows you to download projects directly from the project page, without having to open the editor first. The Download button is added next to the Copy Link button.", - "tags": ["community", "projectPlayer", "featured"], + "tags": ["community", "projectPage", "featured"], "credits": [ { "name": "Jazza", "link": "https://scratch.mit.edu/users/greeny--231" } ], @@ -1054,7 +1091,7 @@ }, { "id": "editor-number-arrow-keys", - "name": "Arrow key incrementation in editor", + "name": "Arrow key incrementation", "description": "Use the up and down arrow keys to increase or decrease number values in numeric input fields such as those in blocks or the sprite properties area.", "tags": ["editor", "codeEditor", "recommended"], "credits": [ @@ -1167,7 +1204,9 @@ "name": "TheColaber", "link": "https://scratch.mit.edu/users/TheColaber/" }, - { "name": "DNin01", "link": "https://github.com/DNin01" } + { "name": "DNin01", "link": "https://github.com/DNin01" }, + { "name": "Shock59", "link": "https://github.com/shock59" }, + { "name": "Jazza", "link": "https://scratch.mit.edu/users/greeny--231" } ], "info": [ { @@ -1179,13 +1218,27 @@ "id": "aboutHighContrast", "type": "info", "text": "The new High Contrast block colors are available as a preset below." + }, + { + "id": "whatsInsertionMarker", + "type": "info", + "text": "When dragging a block, an \"insertion marker\" is the shadow that appears when moved near to other blocks." } ], "dynamicEnable": true, "dynamicDisable": true, "enabledByDefault": false, "versionAdded": "1.2.0", - "latestUpdate": { "version": "1.36.0", "newSettings": ["monitors"] }, + "latestUpdate": { + "isMajor": true, + "version": "1.39.0", + "newSettings": [ + "fillStyle", + "fillOpacity", + "strokeStyle", + "strokeOpacity" + ] + }, "injectAsStyleElt": true, "updateUserstylesOnSettingsChange": true }, @@ -1213,7 +1266,7 @@ { "id": "exact-count", "name": "Show exact count", - "description": "Shows the exact count for user and studio info. Uses ScratchDB for forums information.", + "description": "Shows exact numbers on profiles and the exact project count in studios.", "tags": ["community", "recommended", "profiles", "forums", "studios"], "credits": [ { @@ -1223,6 +1276,12 @@ { "name": "Maximouse", "link": "https://mxmou.github.io/exactcount" }, { "name": "World_Languages" } ], + "info": [ + { + "id": "setting-removal", + "text": "The forum setting has been removed since the ScratchDB database used by it is offline." + } + ], "dynamicEnable": true, "dynamicDisable": true, "enabledByDefault": false, @@ -1230,7 +1289,7 @@ }, { "id": "expanded-backpack", - "name": "Multiple rows in backpack", + "name": "Multi-row backpack", "description": "Arranges the contents of the editor backpack into an expandable two-way grid, similar to the costume library and increases the size of certain thumbnails.", "tags": ["editor", "featured"], "credits": [ @@ -1446,7 +1505,7 @@ "id": "forum-search", "name": "Forum search", "description": "Adds a post search bar to the forums. Uses ScratchDB for information.", - "tags": ["forums", "community"], + "tags": ["forums", "community", "beta"], "credits": [{ "name": "DatOneLefty" }, { "name": "Hans5958" }], "dynamicEnable": true, "dynamicDisable": true, @@ -1454,16 +1513,6 @@ "libraries": ["scratchblocks"], "versionAdded": "1.1.0" }, - { - "id": "forum-time-zones", - "name": "Local timezone on forums", - "description": "Uses your local time zone for displaying post dates and times on the forums.", - "tags": ["forums", "community", "beta"], - "dynamicEnable": true, - "dynamicDisable": true, - "enabledByDefault": false, - "versionAdded": "1.0.0" - }, { "id": "forum-toolbar", "name": "More forum toolbar buttons", @@ -1474,7 +1523,7 @@ "name": "Silk", "note": "icons", "id": "icons", - "link": "http://www.famfamfam.com/lab/icons/silk/" + "link": "https://github.com/markjames/famfamfam-silk-icons" } ], "dynamicEnable": true, @@ -1493,7 +1542,7 @@ "name": "TheColaber", "link": "https://scratch.mit.edu/users/TheColaber/" }, - { "name": "RedGuy7", "link": "https://github.com/RedGuy12" } + { "name": "cobalt", "link": "https://github.com/cobaltt7" } ], "dynamicEnable": true, "dynamicDisable": true, @@ -1684,7 +1733,7 @@ }, { "id": "horizontal-mystuff-tabs", - "name": "Horizontal tabs on My Stuff", + "name": "Horizontal My Stuff tabs", "description": "Moves the My Stuff navigation buttons (\"All Projects\", \"My Studios\", \"Trash\") to the top of the page, instead of keeping them on the left.", "tags": ["community", "theme"], "credits": [ @@ -1698,25 +1747,6 @@ "versionAdded": "1.25.0", "injectAsStyleElt": true }, - { - "id": "image-uploader", - "name": "Forums image uploader", - "description": "Adds a button to directly upload and insert images into forum posts.", - "tags": ["forums", "community", "beta"], - "credits": [{ "name": "Jeffalo" }], - "info": [ - { - "id": "deprecated", - "type": "warning", - "text": "This addon is no longer supported and does not work anymore." - } - ], - "dynamicEnable": true, - "dynamicDisable": true, - "enabledByDefault": false, - "libraries": ["spark-md5", "text-field-edit"], - "versionAdded": "1.0.0" - }, { "id": "infinite-scroll", "name": "Infinite scrolling", @@ -1839,10 +1869,10 @@ }, { "id": "longer-wiwo", - "name": "Higher character limit in \"What I'm Working On\"", + "name": "Longer \"What I'm Working On\"", "description": "Allows you to type 55 more characters in your profile's \"What I'm Working On\". Everyone on Scratch will see the extra characters.", "tags": ["community", "profiles"], - "credits": [{ "name": "RedGuy7", "link": "https://github.com/RedGuy12" }], + "credits": [{ "name": "cobalt", "link": "https://github.com/cobaltt7" }], "dynamicEnable": true, "dynamicDisable": true, "enabledByDefault": false, @@ -2006,8 +2036,13 @@ ], "dynamicEnable": true, "dynamicDisable": true, - "enabledByDefault": true, - "versionAdded": "1.0.0" + "enabledByDefault": false, + "versionAdded": "1.0.0", + "latestUpdate": { + "isMajor": true, + "version": "1.39.0", + "temporaryNotice": "This addon was automatically disabled for some users. You can reenable it to get it back." + } }, { "id": "mute-project", @@ -2044,7 +2079,7 @@ }, { "id": "name-backpack-items", - "name": "Name scripts before placing in backpack", + "name": "Name scripts before backpacking", "description": "Asks you to name scripts after you drag them into the backpack, instead of using the default name \"code\".", "tags": ["editor", "codeEditor", "featured"], "credits": [{ "name": "TheColaber" }], @@ -2240,7 +2275,7 @@ }, { "id": "pick-colors-from-stage", - "name": "Pick colors on stage with eyedropper", + "name": "Pick stage colors with eyedropper", "description": "Allows the eyedropper in the costume editor to also pick colors from the stage.", "tags": ["editor", "costumeEditor", "featured"], "credits": [{ "name": "GarboMuffin" }], @@ -2336,6 +2371,22 @@ "enabledByDefault": true, "versionAdded": "1.16.0" }, + { + "id": "remaining-replies", + "name": "Remaining reply counter", + "description": "Shows you how many more replies can be posted on each comment thread in a studio before reaching the limit of 25.", + "tags": ["community", "comments"], + "credits": [ + { + "name": "BarelySmooth", + "link": "https://scratch.mit.edu/users/BarelySmooth/" + } + ], + "dynamicEnable": true, + "dynamicDisable": true, + "versionAdded": "1.39.0", + "updateUserstylesOnSettingsChange": true + }, { "id": "remember-collapsed-categories", "name": "Remember collapsed forum categories", @@ -2352,7 +2403,7 @@ }, { "id": "remix-button", - "name": "Remix button in own projects", + "name": "Remix own projects", "description": "Adds the Remix button to your own projects.", "tags": ["community", "projectPage"], "credits": [ @@ -2385,7 +2436,7 @@ }, { "id": "remove-search-bar-autocomplete", - "name": "Remove autocomplete from search bar", + "name": "Disable search bar autocomplete", "description": "Stops web browsers from autocompleting suggestions in the navigation bar's search bar.", "tags": ["community"], "credits": [ @@ -2503,7 +2554,7 @@ }, { "id": "scratchblocks", - "name": "3.0 Scratchblocks on forums", + "name": "Scratch 3.0 forum blocks", "description": "Enables the new version of scratchblocks on the forums.", "tags": ["community", "forums", "beta"], "credits": [ @@ -2542,22 +2593,6 @@ "injectAsStyleElt": true, "updateUserstylesOnSettingsChange": true }, - { - "id": "scratchstats", - "name": "Profile statistics", - "description": "Shows statistics from ScratchDB on user profiles.", - "tags": ["community", "profiles"], - "credits": [ - { - "name": "Maximouse", - "link": "https://scratch.mit.edu/users/Maximouse/" - } - ], - "dynamicEnable": true, - "dynamicDisable": true, - "libraries": ["chartjs"], - "versionAdded": "1.11.0" - }, { "id": "script-snap", "name": "Snap scripts to grid", @@ -2581,7 +2616,7 @@ }, { "id": "search-my-stuff", - "name": "Search bar on My Stuff", + "name": "My Stuff search", "description": "Allows you to search your projects, studios, and trash on the My Stuff page. Simply start typing anywhere on the page to start a search. You can also use Ctrl+Enter after searching to quickly open the top search result.", "tags": ["community", "featured"], "credits": [ @@ -2621,7 +2656,7 @@ }, { "id": "search-sprites", - "name": "Search box in sprite pane", + "name": "Sprite pane search", "description": "Adds a search box to the sprite pane to search for sprites by name.", "tags": ["editor"], "credits": [ @@ -2706,6 +2741,24 @@ "enabledByDefault": false, "versionAdded": "1.30.0" }, + { + "id": "stage-monitor", + "name": "Customizable stage monitors", + "description": "Changes the color and roundness of variable and list monitors on the stage.", + "tags": ["editor", "theme", "projectPlayer"], + "credits": [ + { "name": "Samq64", "link": "https://github.com/Samq64" }, + { + "name": "Maximouse", + "link": "https://scratch.mit.edu/users/Maximouse/" + } + ], + "dynamicEnable": true, + "dynamicDisable": true, + "versionAdded": "1.39.0", + "injectAsStyleElt": true, + "updateUserstylesOnSettingsChange": true + }, { "id": "studio-followers", "name": "Browse followers button in studios", @@ -2742,7 +2795,7 @@ }, { "id": "swap-local-global", - "name": "Switch variables between \"For all sprites\" and \"For this sprite only\"", + "name": "Variable type switching", "description": "Adds more options when renaming an existing variable or list: allows changing between \"For all sprites\" and \"For this sprite only\" and whether variables are stored in the cloud. Also adds a new option when right clicking a variable/list to quickly change its scope.", "tags": ["editor", "codeEditor", "featured"], "credits": [{ "name": "GarboMuffin" }], @@ -2848,7 +2901,7 @@ "description": "Adds a volume slider next to the green flag controls.", "tags": ["editor", "projectPlayer", "recommended"], "credits": [ - { "name": "samq64", "link": "https://scratch.mit.edu/users/samq64/" }, + { "name": "Samq64", "link": "https://github.com/Samq64" }, { "name": "GarboMuffin" }, { "name": "DNin01", "link": "https://github.com/DNin01" } ], @@ -2862,6 +2915,18 @@ }, "updateUserstylesOnSettingsChange": true }, + { + "id": "workspace-dots", + "name": "Customizable code editor grid", + "description": "Change the style of the grid pattern in the code editor.", + "tags": ["editor", "codeEditor", "theme"], + "credits": [ + { "name": "Jazza", "link": "https://scratch.mit.edu/users/greeny--231" } + ], + "dynamicEnable": true, + "dynamicDisable": true, + "versionAdded": "1.39.0" + }, { "id": "youtube-fullscreen", "name": "YouTube full screen",