updated version number

dev
jmoenig 2016-11-10 09:36:14 +01:00
rodzic a4e94bc5d3
commit 1a6aff47dd
2 zmienionych plików z 24 dodań i 2 usunięć

4
gui.js
Wyświetl plik

@ -72,7 +72,7 @@ isRetinaSupported, SliderMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2016-October-31';
modules.gui = '2016-November-10';
// Declarations
@ -3049,7 +3049,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 4.0.9.1\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 4.0.9.2\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2016 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'

Wyświetl plik

@ -3090,3 +3090,25 @@ http://snap.berkeley.edu/run#cloud:Username=jens&ProjectName=rotation
161027
------
== v4.0.9 ====
== v4.0.9.1 ====
161110
------
* new Galician translation, yay!! Thanks, tecnoloxia.org!
* Italian translation update
* German translation update
== v4.0.9.2 ====
*** in development ***
161107
------
* New C-Slot auto-wrapping / snapping feature (similar to Scratch)
161109
------
* Blocks, GUI: preference setting to enable auto-wrapping inside nested block stacks
* Blocks: Treat JS-function reporters the same as variable getters wrt rings
* German translation update