kopia lustrzana https://github.com/backface/turtlestitch
updated history
rodzic
4800379414
commit
ef5e6c544a
|
@ -3854,6 +3854,10 @@ Fixes:
|
||||||
* Blocks: made the OF-block auto-unringify when dropped on ring-slots
|
* 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
|
* 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:
|
v4.1.1 Features:
|
||||||
* translation support for custom blocks
|
* translation support for custom blocks
|
||||||
|
@ -3871,6 +3875,7 @@ Fixes:
|
||||||
* enabled color picker for pen trails on stage
|
* enabled color picker for pen trails on stage
|
||||||
* track keyboard events after accepting ASK using the keyboard
|
* track keyboard events after accepting ASK using the keyboard
|
||||||
* improved support for emojis, thanks, Michael!
|
* improved support for emojis, thanks, Michael!
|
||||||
|
* avoid occasional stuck text cursors, thanks, Bernat!
|
||||||
|
|
||||||
Translation Updates:
|
Translation Updates:
|
||||||
* German
|
* German
|
||||||
|
|
|
@ -1161,7 +1161,7 @@
|
||||||
|
|
||||||
/*global window, HTMLCanvasElement, FileReader, Audio, FileList*/
|
/*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 modules = {}; // keep track of additional loaded modules
|
||||||
var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug
|
var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue