Skip to content

Releases: EurekaScratch/eureka

Aurora

30 Apr 11:00
Compare
Choose a tag to compare
Aurora Pre-release
Pre-release

Commits

  • b3a5114: πŸ“¦ chore: bump @babel/core from 7.24.4 to 7.24.5 (dependabot[bot]) #59

Eureka 8.1

09 Mar 11:19
Compare
Choose a tag to compare

Breaking Changes

Now Eureka uses sideloadExtensionURLsand sideloadExtensionEnvs instead of extensionURLs and extensionEnvs to avoid conflicts on TurboWarp. Since this change is destructive, although I provide migration to older versions of Eureka projects, I still cannot 100% guarantee that your project will run on the new version of Eureka. Please back up your work before upgrading, and open an issue in this repository if you encounter problems, and I will try my best to solve it!

What's Changed

  • ✨ feat: auto update by @SimonShiki
  • πŸ› fix: extensionURL conflicts on TurboWarp by @SimonShiki
  • πŸ› fix: unexpected extensions field assignment by @SimonShiki
  • 🌸 chore: new logo by @SoilZhu in #35
  • πŸ“¦ chore: bump various dependencies by @dependabot

New Contributors

Full Changelog: 7...8.1

Eureka 7

05 Feb 06:45
Compare
Choose a tag to compare

What's Changed

  • πŸ”§ chore: fix clipcc support & turbowarp backpack support (@FurryR in #16)
  • πŸ”§ chore: add CreatiCode & Adacraft & PenguinMod support (@SimonShiki)
  • πŸ”§ chore: refactor toolbox injection (@SimonShiki)
  • ✨ feat: scratch-block extension and Scratch.translate.language support (@SimonShiki)
  • πŸ› fix: export sprite (@SimonShiki)

Full Changelog: 6.2...7

πŸš‘ (Critical Hotfix) Eureka 6.2

03 Dec 13:34
Compare
Choose a tag to compare

What's Changed

  • πŸ› fix: new blockly trap method crashes player (occured on Scratch, CCW). @SimonShiki

Full Changelog: 6.1...6.2

Chibi 5

03 Nov 15:02
Compare
Choose a tag to compare

What's Changed

  • ✨ Convert sideload extension's blocks into procedures call to make project can be opened normally without installing the script
  • ✨ You can now close extension confirmation dialog
  • ✨ Expose a Scratch instance before loading a non-sandboxed extension. You can also choose not to be exposed.
  • ✨ All features above can be controlled by new settings system.
  • ✨ More stable way to get Blockly instance @FurryR in #4
  • ✨ i18n support for Chibi @FurryR in #4
  • Add rCodenow support @0832k12 in #3
  • Add Xueersi(ε­¦θ€Œζ€) support

New Contributors

Full Changelog: 4...5

Chibi 4

27 Oct 15:10
Compare
Choose a tag to compare
Chibi 4 Pre-release
Pre-release
  • Add button to sideload extension in editor
  • Add a new block to detect Chibi
  • Add title for toolbox stuffs
  • If it encounters a 3rd-party extension that does not specify a running environment(whether sandboxed), Chibi will confirm it through a dialog.
  • Fix toolbox stuff injection won't take effect in some editors(Eg: ε°η ηŽ‹ and Gandi). The toolbox stuffs should now display properly in most editors.
  • Fix extensionURL property in projectJSON will be rewritten.
  • Fix Automatic publicPath is not supported in this browser Error in some situations.

Full Changelog: 3...4

0.0.2

17 Sep 11:33
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • Turbowarp i18n api support
  • Fix issues while changing locales
  • Expose Scratch object if possible
  • Add renderer to Scratch object
  • Add TurboWarp support
  • Performance improvements

Full Changelog: 0.0.1...0.0.2

0.0.1

16 Sep 15:12
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
:tada: chore: init repo

Signed-off-by: SimonShiki <sinangentoo@gmail.com>