This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Releases: ScratchAddons/DevtoolsExtension
Releases · ScratchAddons/DevtoolsExtension
Scratch 3 Developer Tools v1.24.3
- Update locales
- Uninstall extension automatically if "developer tools" addon is already enabled within Scratch Addons
Scratch Addons addon updates:
- Fix find bar not working in some languages (ScratchAddons/ScratchAddons#3661)
- Add shortcut to drag blocks without closing the floating find bar (ScratchAddons/ScratchAddons#3703)
- Fix typos in code comments (ScratchAddons/ScratchAddons#4060 and ScratchAddons/ScratchAddons#4220)
- Hide inputs when custom block middle clicked bug fix (ScratchAddons/ScratchAddons#3961)
- Allow "stop other scripts in sprite" block to stack bug fix (ScratchAddons/ScratchAddons#4144)
Scratch 3 Developer Tools v1.20.2
- Update locales
Scratch Addons addon updates:
- Remove "move costume to top/bottom" functionality (ScratchAddons/ScratchAddons#3429)
- Use Shift+Click instead of Alt+Click as an alternative to middle click (ScratchAddons/ScratchAddons#3541)
Scratch 3 Developer Tools v1.18.0
- Update locales
- Add support for
addon.tab.createBlockContextMenu
Scratch Addons addon updates:
- Reinject search bar after changing editor language (ScratchAddons/ScratchAddons#3052)
- Add ability to clean up unused local lists (ScratchAddons/ScratchAddons#3104)
- Use
addon.tab.createBlockContextMenu
API, moveClean up Blocks +
to original position (ScratchAddons/ScratchAddons#1754) - Support Alt+Click as an alternative to middle click (ScratchAddons/ScratchAddons#3171)
Scratch 3 Developer Tools v1.17.1
- Update locales
- Add support for
addon.tab.direction
Scratch Addons addon updates:
- Use
addon.tab.direction
instead ofHTMLElement.prototype.dir
(ScratchAddons/ScratchAddons#2672) - Ignore Ctrl+Shift+F (ScratchAddons/ScratchAddons#2746)
- Remove console log, add noreferrer and noopener to links (ScratchAddons/ScratchAddons#2809)
- Fix compatibility with editor-searchable-dropdowns v1.17.0+ (ScratchAddons/ScratchAddons#3031)
Scratch 3 Developer Tools v1.15.0
- Update locales
- Update libraries
- Support Portuguese exactly as Scratch Addons does it
- Add support for
addon.tab.waitForElement()
Scratch Addons addon updates:
- Fix bugs (ScratchAddons/ScratchAddons#2474)
- RTL support (ScratchAddons/ScratchAddons#2263)
Scratch 3 Developer Tools v1.14.1
- Update locales
- Update libraries
Scratch Addons addon updates:
- Fix conflicts with "customizable block colors" (ScratchAddons/ScratchAddons#2148)
- Remove unused variables, fix typos in help modal, use third person in alerts (ScratchAddons/ScratchAddons#2259)
Scratch 3 Developer Tools v1.13.0
Note: this was released as v1.14.0 because of an incorrect version number in manifest.json
- Update locales
- Add support for
addon.settings.get
(returnstrue
for all 3 valid setting names)
Scratch Addons addon updates:
- Add
context-menu_menu-item-bordered
class to context menu items (#1805) - Allow toggling features, new "make space" feature (ScratchAddons/ScratchAddons#2146)
Scratch 3 Developer Tools v1.12.0
- Update locales
Scratch Addons addon updates:
- Fix lint errors, fix "Send to top" and "Send to bottom" should have lowercase names, fix send to top/bottom shows on all items instead of only costumes (#1919)
Scratch 3 Developer Tools v1.11.1
- Update locales
- Add support for
addon.tab.traps.getBlockly()
Scratch Addons addon updates:
- Fix vanilla "Clean up Blocks" not getting removed in English, now it's removed no matter the language (#1852)
Scratch 3 Developer Tools v1.11.0
Note: this release did not reach any extension stores.
- Update locales
Scratch Addons addon updates:
- Add missing localizations, remove dead code (#1688)