Releases: jmoenig/Snap
Releases · jmoenig/Snap
v9.2.8
v9.2.7
9.2.7:
- New Features:
- new "Lirin" costume series, thanks, Meghan and Brian!
- new showScriptBalloonAt() and closePopUps() API methods
- new flashSpriteScriptOutlineAt() and unflashSpriteScriptsOutline() API methods
- Documentation Updates:
- extended API documentation for flashing block outlines and displaying annotations in speech balloons
v9.2.6
v9.2.5
9.2.5:
- New Features:
- api: added resetUnsavedChanges(), thanks, Bernat!
- Notable Fixes:
- api: fixed noExitWarning setting for sites that have their own mechanism, thanks, Bernat!
- Documentation Updates:
- extended API documentation for resetting the unsaved changes flag
- Translation Updates:
- Dutch, thanks, Jule Rapp!
v9.2.4
v9.2.3
v9.2.2
9.2.2:
- New Features:
- new "dot" symbol (for "dot-product" block labels on machines where the unicode char is not available)
- Notable Changes:
- the variadic SUM reporter now also accepts a scalar (single number) as input (and returns it as identity)
- changed the filter names in the pixels library to lowercase
- Notable Fixes:
- fixed #3296 (make sure to stop video when resizing the stage)
- Translation Updates:
- Ukrainian, thanks, Serhiy Kryzhanovsky!
v9.2.1
v9.2.0
9.2.0:
- New Features:
- (better) matrix-kernel convolution support, automatic zero-padding
- new graphic filter effects tools in the pixels library
- support for THIS "inputs" selector inside custom block definitions
- Notable Changes:
- hyperized ITEM OF
- tweaked hyperDyadic() to zip matching atoms based on comparing their dimensions backwards (as in NumPy)
- the SWITCH TO COSTUME command now accepts > 4 column pixel matrices both with or without color channels
- the NEW COSTUME reporter now accepts > 4 column pixel matrices both with or without color channels if its dimension inputs are left blank or zero
- playing back a list of numbers as sound now uses the host device's sample rate once the microphone has been initialized, otherwise 44.1 kHz (as before)
- MQTT library update, thanks, Simon!
- Notable Fixes:
- fixed a RESHAPE edge case when passing in a single zero dimension
- made sure ITEM OF returns data matching the shape specified by the query struct (automatic zero-padding)
- fixed speech balloons inside ASK menus
- added safeguard against accidentally querying too many list dimensions (e.g. when forgetting to transpose a convolution)