Releases: jmoenig/Snap
Releases · jmoenig/Snap
v10.7.2
v10.7.1
10.7.1:
- Notable Fixes:
- fixed a comment re-drop bug, see https://forum.snap.berkeley.edu/t/snap-just-broke-due-to-undrop-comment/19206
- fixed a ring-slot slide-back bug, prevent ring-slots from being dragged off template blocks in the palette, see https://forum.snap.berkeley.edu/t/look-at-my-video-is-a-bug/19211
- fixed a launch-list-item bug, see https://forum.snap.berkeley.edu/t/launching-from-an-alphanumeric-index-crashes/19210
v10.7.0
v10.6.3
v10.6.2
10.6.2:
- Notable Fixes:
- thread halos: "afterglow" - (again) display halos around running scripts for a couple of frames after their process has terminated (except for generic / custom event hats)
- fixed STRETCH COSTUME reporter to again also accept a 4-column list of pixel data
v10.6.1
10.6.1:
- Notable Changes:
- improved user interaction scenarios for buttons, handles and sliders
- Notable Fixes:
- MQTT Extension: fixed base64 reporter, thanks, Simon!
- Documentation Updates:
- updated Morphic documentation for the new lockMouseFocus() mechanism
- moved Morphic documentation from src to docs folder
v10.6.0
10.6.0:
- New Features:
- new "recognize speech" reporter block in the "Text to Speech, Voice to Text" library
- new "tts_recognize" extension block
- Notable Changes:
- renamed the "Text to Speech" library into "Text to Speech, Voice to Text"
- MQTT library update with base64 encoding, thanks, Xavier and Simon!
- Notable Fixes:
- fixed a costume-loss issue for multi-scene projects stored in the cloud
- reduced processor load when idling
- Translation Updates:
- Armenian, thanks, Antrohoos Education Foundation!
v10.5.1
v10.5.0
10.5.0:
- New Features:
- new "Mobile Device Sensors" library featuring a "tilt" reporter (kids, THIS is for you!), based on
- new "ori_tilt(xyz)" extension block
- new "mda_set_mic_resolution(idx)" extension block to programmatically set the audio buffer size to 1:256, 2:512, 3:1024 or 4:2048 (kids, you don't ever need to and shouldn't ever, this is for grown-up programmers of media extensions)
- Notable Changes:
- changed STRETCH COSTUME to also accept a matrix of pixel data and in this case also report one (again, kids, this isn't for you but for educators and curriculum developers)
- changed RESHAPE to use the ceiling of fractional dimensions (2.3 x 4.6 becomes 3 x 5)
- Notable Fixes:
- fixed (again, sigh) recording sounds in Safari (Mac & mobile)