|
223 | 223 | { |
224 | 224 | "id": "block-count", |
225 | 225 | "name": "Block count", |
226 | | - "description": "Shows the total number of blocks in a project in the editor menu bar. Previously part of \"sprite and script count\".", |
| 226 | + "description": "Shows the total number of blocks in a project in the editor menu bar.", |
227 | 227 | "tags": ["editor", "editorMenuBar"], |
228 | 228 | "credits": [ |
229 | 229 | { |
|
372 | 372 | { |
373 | 373 | "id": "collapse-footer", |
374 | 374 | "name": "Sticky footer", |
375 | | - "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\".", |
| 375 | + "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.", |
376 | 376 | "tags": ["community"], |
377 | 377 | "credits": [ |
378 | 378 | { "name": "Samq64", "link": "https://github.com/Samq64" }, |
379 | 379 | { "name": "ZenithKnight" } |
380 | 380 | ], |
| 381 | + "info": [ |
| 382 | + { |
| 383 | + "id": "firefoxMobileBug", |
| 384 | + "text": "On Firefox for Android, this addon may work better if the \"Scroll to hide toolbar\" option in Firefox settings → Customize is turned off." |
| 385 | + } |
| 386 | + ], |
381 | 387 | "dynamicEnable": true, |
382 | 388 | "dynamicDisable": true, |
383 | 389 | "versionAdded": "1.35.0" |
|
799 | 805 | { |
800 | 806 | "id": "debugger", |
801 | 807 | "name": "Debugger", |
802 | | - "description": "Adds a new \"debugger\" window to the editor. Allows for logging into the \"Logs\" tab of the debugger window using the \"log\", \"warn\" and \"error\" blocks. The \"breakpoint\" block will pause the project when executed. All running stacks of blocks can be viewed in the \"Threads\" tab of the debugger window, and when paused the \"Step\" button can be used to execute the next block. A graph of frames per second and number of clones can be viewed in the \"Performance\" tab.", |
| 808 | + "description": "Adds a new \"debugger\" window to the editor. Allows for logging into the \"Logs\" tab of the debugger window using the \"log\", \"warn\" and \"error\" blocks. The \"breakpoint\" block will pause the project when executed. All running stacks of blocks can be viewed in the \"Threads\" tab of the debugger window, and when paused the \"Step\" button can be used to execute the next block. A graph of frames per second and number of clones can be viewed in the \"Performance\" tab. Allows for timing sections of your code with the \"start timing\" and \"stop timing\" block. Timing results and more are accessible from the \"Timing\" tab.", |
803 | 809 | "tags": ["editor", "codeEditor", "featured"], |
804 | 810 | "credits": [ |
805 | 811 | { "name": "Tacodiva", "link": "https://github.com/Tacodiva" }, |
806 | 812 | { "name": "GarboMuffin" }, |
807 | 813 | { "name": "GrahamSH" }, |
808 | 814 | { "name": "TheColaber" }, |
809 | | - { "name": "retronbv" } |
| 815 | + { "name": "retronbv" }, |
| 816 | + { |
| 817 | + "name": "Chrome_Cat", |
| 818 | + "link": "https://scratch.mit.edu/users/Chrome_Cat/" |
| 819 | + } |
810 | 820 | ], |
811 | 821 | "libraries": ["chartjs", "scratch-gui", "scratch-vm"], |
812 | 822 | "versionAdded": "1.16.0", |
813 | 823 | "latestUpdate": { |
814 | | - "version": "1.33.0", |
815 | | - "temporaryNotice": "Graph animation is now disabled by default to increase performance. You can re-enable it if you want.", |
816 | | - "newSettings": ["fancy_graphs"] |
| 824 | + "version": "1.44.0", |
| 825 | + "temporaryNotice": "New timing tab to help you with micro-optimization of your project and the debugger window is now resizable.", |
| 826 | + "newSettings": ["auto_stop_timing", "show_ratio_time"], |
| 827 | + "isMajor": true |
817 | 828 | } |
818 | 829 | }, |
819 | 830 | { |
|
1133 | 1144 | "info": [ |
1134 | 1145 | { |
1135 | 1146 | "type": "notice", |
1136 | | - "text": "The \"experimental keys\" include equals, slash, semicolon and more. They may not work on all operating systems or keyboard layouts.", |
1137 | | - "id": "experimentalKeysWarn" |
1138 | | - }, |
1139 | | - { |
1140 | | - "type": "notice", |
1141 | | - "text": "The \"Shift keys\" include keys which typically require the Shift key and a number key, like hashtag, exclamation mark and more. These keys only work with the \"when () key pressed\" block and do not work on all operating systems or keyboard layouts.", |
1142 | | - "id": "shiftKeysWarn" |
| 1147 | + "text": "Some of these keys may not work on all operating systems or keyboard layouts.", |
| 1148 | + "id": "OSWarn" |
1143 | 1149 | } |
1144 | 1150 | ], |
1145 | 1151 | "dynamicEnable": true, |
|
2288 | 2294 | "link": "https://scratch.mit.edu/users/Maximouse/" |
2289 | 2295 | } |
2290 | 2296 | ], |
2291 | | - "info": [ |
2292 | | - { |
2293 | | - "type": "notice", |
2294 | | - "text": "This addon doesn't work well on mobile devices and in small windows.", |
2295 | | - "id": "mobile" |
2296 | | - } |
2297 | | - ], |
2298 | 2297 | "dynamicEnable": true, |
2299 | 2298 | "dynamicDisable": true, |
2300 | 2299 | "versionAdded": "1.17.0", |
| 2300 | + "latestUpdate": { |
| 2301 | + "version": "1.44.0", |
| 2302 | + "temporaryNotice": "Now supports mobile devices." |
| 2303 | + }, |
2301 | 2304 | "injectAsStyleElt": true, |
2302 | 2305 | "updateUserstylesOnSettingsChange": true |
2303 | 2306 | }, |
|
2518 | 2521 | "enabledByDefault": false, |
2519 | 2522 | "versionAdded": "1.4.0" |
2520 | 2523 | }, |
| 2524 | + { |
| 2525 | + "id": "recolor-custom-blocks", |
| 2526 | + "name": "Recolor custom blocks", |
| 2527 | + "description": "Adds an option to choose a custom color when creating a block. This feature works by adding the color code or category name at the beginning of the block's label.", |
| 2528 | + "tags": ["editor", "codeEditor", "featured"], |
| 2529 | + "credits": [ |
| 2530 | + { "name": "FlamedDogo99", "link": "https://github.com/FlamedDogo99" } |
| 2531 | + ], |
| 2532 | + "dynamicEnable": true, |
| 2533 | + "dynamicDisable": true, |
| 2534 | + "versionAdded": "1.44.0" |
| 2535 | + }, |
2521 | 2536 | { |
2522 | 2537 | "id": "redirect-mobile-forums-v2", |
2523 | 2538 | "name": "Redirect to standard forums", |
|
0 commit comments