updated history

upd4.2
Jens Mönig 2018-02-02 17:06:25 +01:00
rodzic ec124de146
commit 9f12da0519
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -3882,6 +3882,9 @@ Fixes:
* GUI: encode recorded sounds to base64
* snap.html: added version queries to script urls
180202
------
* Libraries: Crayons library, thanks, Brian!
v4.1.1 New Features:
* translation support for custom blocks
@ -3892,6 +3895,7 @@ v4.1.1 New Features:
* new dial widget POINT IN DIRECTION's drop-down menu
* new "rotate" option for sprite context menu
* new sound recorder, thanks, Bernat!
* new "Crayons" library, thanks, Brian!
Notable Changes:
* global and local variables are now separat in the palette, each sorted alphabetically, local vars marked with location pin (only in palette)

Wyświetl plik

@ -12,7 +12,7 @@ try-catch.xml Catch errors in a script Run a script; if an error happens, instea
multiline.xml Allow multi-line text input to a block In general, text inputs allow only a single line. The MULTILINE block accepts multi-line text input and can be used in text input slots of other blocks.
Eisenbergification.xml Provide getters and setters for all GUI-controlled global settings Eisenberg's Law: Anything that can be done from the GUI should be doable from the programming language, and vice versa.
bignumbers.xml Infinite precision integers, exact rationals, complex The full Scheme numeric tower. "USE BIGNUMS <True>" to enable.
crayons.xml Provide 100 selected colors to use instead of hue for better selection
animation_module.xml Animation glide, grow and rotate using easing functions.
pixel_module.xml Pixels manipulate costumes pixel-wise.
audioComp_module.xml Audio Comp analyze, manipulate and generate sound samples.
crayons.xml Provide 100 selected colors to use instead of hue for better selection