updated history

upd4.2
Jens Mönig 2018-01-22 08:02:44 +01:00
rodzic 4800379414
commit ef5e6c544a
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -3854,6 +3854,10 @@ Fixes:
* Blocks: made the OF-block auto-unringify when dropped on ring-slots
* Blocks: disabled firing the Custom-Block-Dialog when accidentall clicking on a custom block definition script
180121
------
* Morphic: fixed occasional stuck cursors, thanks, Bernat!
v4.1.1 Features:
* translation support for custom blocks
@ -3871,6 +3875,7 @@ Fixes:
* enabled color picker for pen trails on stage
* track keyboard events after accepting ASK using the keyboard
* improved support for emojis, thanks, Michael!
* avoid occasional stuck text cursors, thanks, Bernat!
Translation Updates:
* German

Wyświetl plik

@ -1161,7 +1161,7 @@
/*global window, HTMLCanvasElement, FileReader, Audio, FileList*/
var morphicVersion = '2018-January-04';
var morphicVersion = '2018-January-22';
var modules = {}; // keep track of additional loaded modules
var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug