Skip to content

Releases: jmoenig/Snap

v5.2.0

24 Oct 08:26
Compare
Choose a tag to compare

v5.2.0:

  • New Features:
    • new media creation primitives:
    • new primitive in "looks": NEW COSTUME from a list of pixels and dimensions, allowing CURRENT
    • new primitive in "sound": NEW SOUND from a list of samples
    • added selectors for sprites' and the stage's bounding box (LEFT, RIGHT, TOP, BOTTOM) to MY dropdown
    • new experimental entry for "green flag pressed" in the BROADCAST block's dropdown when the shift key is pressed
  • Notable Changes:
    • running STOP ALL now also toggles (pauses and resumes) all generic WHEN hat blocks (just like pressing the stop button)
    • changed default name for new costumes created with STRETCH etc. to localized 'costume'
  • Notable Fixes:
    • loading a project that fires STOP ALL from a WHEN hat block no longer "hangs" Snap
    • fixed pixel-manipulation distortions on newly imported hi-res images
    • assert that dimensions given for STRETCH are finite numbers (avoid crash)
    • disabled direct editing of list watchers for non-literal typed lists (such as costumes, avoids unloadable projects)
    • fixed occasional "dead clicks" on buttons and menu items
  • Translation Updates:
    • English
    • German

v5.1.1

15 Oct 12:30
Compare
Choose a tag to compare

v5.1.1:

  • New Features:
    • new cloud-menu entry: "Open in Community Site", thanks, Michael!
    • accept a list of pixels in the SWITCH TO COSTUME block
    • URLs in dialog boxes are now clickable and can open new browser tabs, thanks, Brian Broll!
  • Notable Changes:
    • made "i" upvar inside FOR loop's C-Shape slot mutable by user script
    • prevent switching to another sprite if a block editor is open (so local blocks of different sprites don't mix)
    • display a permanent warning when using IE
  • Notable Fixes:
    • typing strings into the search-field again shows relevant blocks (regression from IME)
    • fixed project dialog's search-field behevior (regression from IME)
    • morphic collision detection off-by-1 fix, thanks, Dariusz!
    • fixed MY PARTS so mutating the result list has no effect
    • fixed a typo in the OF-reporter's help screen, thanks, @jasonappah
    • enable costumes created in the vector editor to be stretchable in Firefox, thanks, @coproc
  • Translation Updates:
    • Catalan
    • Ukrainian, thanks,
    • Galician, thanks, Bernat
    • Turkish, thanks, Turgut!
    • German

v5.1.0

08 Aug 18:11
Compare
Choose a tag to compare
  • New Features:
    • new "paste on" block in the pen category, prints a sprite onto another one
    • new "r-g-b-a" option in "(aspect) AT (location)" sensing reporter, returns a 4-item list of values from 0-255 (same as pixels from a costume)
    • "temporary?" attribute is now programmatically settable (in the SET->my... block)
  • Notable Changes:
    • generated costumes that are not in the wardrobe are now made persistent in the project (saved & restored)
  • Notable Fixes:
    • fixed tainted audio context for auto-playing projects when the user interacts, thanks, Bernat!
    • saved clones no longer forget if they inherit the "costume #" attribute
  • Translation Updates:
    • German
    • Galician, thanks, Miguel!

v5.0.9

06 Aug 13:02
Compare
Choose a tag to compare

maintenance release

  • New Feature:
    • new experimental "paste on" block in the "pen" category, currently hidden in dev mode
  • Notable Fixes:
    • resolved scroll bar conflicts (allow vertical scrolling past horizontal scroll bar), thanks, Michael!
    • support for importing OGG audio files, thanks, Bernat!
  • Translation Update:
    • Chinese, thanks, Simon!

v5.0.8

25 Jul 16:50
Compare
Choose a tag to compare

maintenance release

Notable Fix:

  • fixed default names for 'script variables' block

v5.0.7

24 Jul 11:34
Compare
Choose a tag to compare

maintenance release

Notable Fix:

v5.0.6

23 Jul 14:32
Compare
Choose a tag to compare

Notable Fix:
* IME text editing support, thanks, Zhenlei Jia @swiperthefox!

v5.0.5

17 Jul 18:19
Compare
Choose a tag to compare

maintenance release

  • Notable Fix:
    • fixed cloud project collection support, thanks Bernat!

v5.0.4

15 Jul 06:21
Compare
Choose a tag to compare

maintenance release

Notable Fixes:
* fixed a glitch when running a generic WHEN hat block with a literal Boolean input
* fixed a bug in the SHOW PICTURE block of the "Pixels" library
* tweaked "messages" menu for custom blocks

v5.0.3

10 Jul 08:48
Compare
Choose a tag to compare

maintenance release:

Notable Change:

  • CSV-parsing auto-detects the most likely delimiter among comma, semi-colon, pipe and tab