Skip to content

3.1.3

Compare
Choose a tag to compare
@SimonShiki SimonShiki released this 06 Jul 03:28
· 1 commit to master since this release
0300f54

  We've been working on improving Clip Community for the past two months, so we've delayed the development of the editor. Anyway, 3.1.2 still brings some useful updates. Let's take a look!

✨ Changelog

🧬 Refactoring global functions

  When calling a global function in the last version, the target(sprite) being manipulated is the caller, not the callee. If there are blocks in the global function that can only be used by a sprite or stage, and the corresponding (sprite/stage) is not correct when calling, the behavior is undefined.
  This adjustment was made to conform to Scratch's original definition of custom blocks (saving blocks). This change may break some projects, so we hope you notice this change in time!

🚥 Add color swatches in paint editor

Screenshot

  We merged the scratchfoundation/scratch-paint#1698, which introduced a new color panel. We hope this feature can better help you in your artistic creation!

🐣 Changed our default sprite

Screenshot_20220705-175257_MiXplorer

  Due to some security issues, we decided to replace the default character Sparrow that we had been using for a year. We named the new default character Cyanston (Chinese name is 青砚) I hope you'll like him!

🔧 Bug fix

Screenshot_20220706-115529_Kiwi_Browser

  1. Fix the offset issue in function editor.
  2. Fix the issue that able to repeatedly create functions with the same name.
  3. Fixed an issue where the desktop version could not open the extension store.
  4. Fixed an issue where the mobile terminal could not run the project properly.