updated history

upd4.2
jmoenig 2018-07-09 15:41:55 +02:00
rodzic b95a5fa36a
commit 0e44e4fe6b
4 zmienionych plików z 13 dodań i 4 usunięć

Wyświetl plik

@ -4225,3 +4225,12 @@ Translation Updates:
180706
------
* Objects: fixed #2142 - search and keyboard entry support for custom block translations
180709
------
* Portuguese translation update, thanks, Manuel!
* New Basque translation, thanks, Asier Iturralde Sarasola!
* French translation update, thanks, Nathalie and Joan!
* Spanish, Catalan and French translations of the tools library, thanks, Joan!
* New JSON library, thanks, Bernat!
* URL cache issue fix, thanks, Joan!

Wyświetl plik

@ -42,7 +42,7 @@
/*global modules, contains*/
modules.locale = '2018-June-16';
modules.locale = '2018-July-09';
// Global stuff

Wyświetl plik

@ -61,7 +61,7 @@ normalizeCanvas, contains*/
// Global stuff ////////////////////////////////////////////////////////
modules.store = '2018-June-06';
modules.store = '2018-July-09';
// XML_Serializer ///////////////////////////////////////////////////////
@ -255,7 +255,7 @@ SnapSerializer.uber = XML_Serializer.prototype;
// SnapSerializer constants:
SnapSerializer.prototype.app = 'Snap! 4.1, http://snap.berkeley.edu';
SnapSerializer.prototype.app = 'Snap! 4.2, http://snap.berkeley.edu';
SnapSerializer.prototype.thumbnailSize = new Point(160, 120);

Wyświetl plik

@ -62,7 +62,7 @@ StageMorph, SpriteMorph, StagePrompterMorph, Note, modules, isString, copy,
isNil, WatcherMorph, List, ListWatcherMorph, alert, console, TableMorph,
TableFrameMorph, ColorSlotMorph, isSnapObject*/
modules.threads = '2018-July-05';
modules.threads = '2018-July-09';
var ThreadManager;
var Process;