Skip to content

Commit

Permalink
v4.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Oct 28, 2017
1 parent d721bb2 commit 9954794
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gui.js
Expand Up @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation*/

// Global stuff ////////////////////////////////////////////////////////

modules.gui = '2017-October-22';
modules.gui = '2017-October-28';

// Declarations

Expand Down Expand Up @@ -3382,7 +3382,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
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 '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
Expand Down
9 changes: 9 additions & 0 deletions history.txt
Expand Up @@ -3772,3 +3772,12 @@ Fixes:
* made block vars transient for block libraries
* keep “undo” and “redo” buttons at the same location
* 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 ===

6 changes: 3 additions & 3 deletions locale.js
Expand Up @@ -42,7 +42,7 @@

/*global modules, contains*/

modules.locale = '2017-October-20';
modules.locale = '2017-October-28';

// Global stuff

Expand Down Expand Up @@ -237,7 +237,7 @@ SnapTranslator.dict.zh_CN = {
'translator_e-mail':
'ubertao@qq.com/djh@rhjxx.cn',
'last_changed':
'2016-05-09'
'2017-10-28'
};

SnapTranslator.dict.eo = {
Expand Down Expand Up @@ -369,7 +369,7 @@ SnapTranslator.dict.ca = {
'translator_e-mail':
'bernat@arduino.org, jguille2@xtec.cat',
'last_changed':
'2017-01-09'
'2017-10-28'
};

SnapTranslator.dict.fi = {
Expand Down

0 comments on commit 9954794

Please sign in to comment.