Skip to content

Releases: jmoenig/Snap

v7.2.5

26 Feb 08:44
Compare
Choose a tag to compare

7.2.5:

  • Notable Fix:
    • escape JIT-compiled variable names

v7.2.4

25 Feb 15:44
Compare
Choose a tag to compare

7.2.4:

  • Notable Fix:
    • tweaked JOIN BLOCKS for variables

v7.2.3

24 Feb 23:59
Compare
Choose a tag to compare

7.2.3:

  • Notable Fix:
    • escape JIT-compiled inputs

v7.2.2

22 Feb 21:51
Compare
Choose a tag to compare

7.2.2:

  • Notable Changes:
    • renamed "crossproduct" to "combinations"
  • Translation Updates:
    • German

v7.2.1

22 Feb 18:21
Compare
Choose a tag to compare

7.2.1:

  • New Features:
    • new "List Comprehension" library adding a HOF version of ZIP
    • added "crossproduct" as relabel option for "append"
  • Translation Updates:
    • German

v7.2.0

21 Feb 17:54
Compare
Choose a tag to compare

7.2.0:

  • New Features:
    • new SciSnap2 extension and library, thanks, Eckart!
    • new MQTT extension and library, thanks, Simon and Xavier!
  • Notable Changes:
    • hyperized reporter-IF/ELSE
  • Notable Fixes:
    • strings library: fixed lowercase(number), thanks, Brian and Simon!
    • swapped "lists" and "other" in the make-a-block category menu, thanks Brian, for the report!
    • don't let deleted sprites clone

v7.1.4

11 Feb 13:46
Compare
Choose a tag to compare

7.1.4:

  • Notable Changes:
    • hyperized Boolean AND, OR operators
  • Notable Fixes:
    • preserve contents of variadic inputs when editing or translating custom blocks

v7.1.3

08 Feb 16:31
Compare
Choose a tag to compare

7.1.3:

  • New Features:
    • new bitwise operators library, thanks, Bernat!
  • Notable Fixes:
    • JSON encoding for nested lists
    • enforce static typing for stage backgrounds and sounds, and for sprite duplicates
    • prevent Chrome from crashing when using serial ports on a Mac, thanks, Dariusz!
    • fixed missing blocks in variadic reporters library, thanks, Brian!
    • fixed an infinite loop in the signada library, thanks, Bernat!
    • fixed missing blocks in bar chars library
    • fixed missing blocks in frequency distribution analysis library
    • fixed missing blocks in iteration composition library
    • fixed a comment in "remove duplicates" in the list utilities library
    • fixed missing blocks in parallelization library

v7.1.2

31 Jan 16:00
Compare
Choose a tag to compare

7.1.2:

  • Notable Changes:
    • friendlier error messages
  • Translation Updates:
    • German

v7.1.1

30 Jan 22:25
Compare
Choose a tag to compare

7.1.1:

  • Notable Fixes:
    • disabled reporter drops into "When I am ..." hat block (again)
    • fixed "pick random" for descending ranges, thanks, Brian!