kopia lustrzana https://github.com/backface/turtlestitch
v4.1.0.1
rodzic
d721bb209a
commit
9954794ae7
4
gui.js
4
gui.js
|
@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.gui = '2017-October-22';
|
modules.gui = '2017-October-28';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
@ -3382,7 +3382,7 @@ IDE_Morph.prototype.aboutSnap = function () {
|
||||||
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
||||||
world = this.world();
|
world = this.world();
|
||||||
|
|
||||||
aboutTxt = 'Snap! 4.1\nBuild Your Own Blocks\n\n'
|
aboutTxt = 'Snap! 4.1.0.1\nBuild Your Own Blocks\n\n'
|
||||||
+ 'Copyright \u24B8 2017 Jens M\u00F6nig and '
|
+ 'Copyright \u24B8 2017 Jens M\u00F6nig and '
|
||||||
+ 'Brian Harvey\n'
|
+ 'Brian Harvey\n'
|
||||||
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
||||||
|
|
|
@ -3772,3 +3772,12 @@ Fixes:
|
||||||
* made block vars transient for block libraries
|
* made block vars transient for block libraries
|
||||||
* keep “undo” and “redo” buttons at the same location
|
* keep “undo” and “redo” buttons at the same location
|
||||||
* fixed SVG encoding for exporting vector costumes
|
* fixed SVG encoding for exporting vector costumes
|
||||||
|
|
||||||
|
171028
|
||||||
|
------
|
||||||
|
* Store: fixed a glitch when loading method blocks stored in sprite-local vars
|
||||||
|
* Objects: sped up "turbo" mode frame rate (slowing down "turbo" but making it more generally usable)
|
||||||
|
* Chinese and Catalan translation updates
|
||||||
|
|
||||||
|
=== v4.1.0.1 maintenance release ===
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/*global modules, contains*/
|
/*global modules, contains*/
|
||||||
|
|
||||||
modules.locale = '2017-October-20';
|
modules.locale = '2017-October-28';
|
||||||
|
|
||||||
// Global stuff
|
// Global stuff
|
||||||
|
|
||||||
|
@ -237,7 +237,7 @@ SnapTranslator.dict.zh_CN = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'ubertao@qq.com/djh@rhjxx.cn',
|
'ubertao@qq.com/djh@rhjxx.cn',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2016-05-09'
|
'2017-10-28'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.eo = {
|
SnapTranslator.dict.eo = {
|
||||||
|
@ -369,7 +369,7 @@ SnapTranslator.dict.ca = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'bernat@arduino.org, jguille2@xtec.cat',
|
'bernat@arduino.org, jguille2@xtec.cat',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2017-01-09'
|
'2017-10-28'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.fi = {
|
SnapTranslator.dict.fi = {
|
||||||
|
|
Ładowanie…
Reference in New Issue