kopia lustrzana https://github.com/backface/turtlestitch
updated history
rodzic
b95a5fa36a
commit
0e44e4fe6b
|
@ -4225,3 +4225,12 @@ Translation Updates:
|
||||||
180706
|
180706
|
||||||
------
|
------
|
||||||
* Objects: fixed #2142 - search and keyboard entry support for custom block translations
|
* 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!
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/*global modules, contains*/
|
/*global modules, contains*/
|
||||||
|
|
||||||
modules.locale = '2018-June-16';
|
modules.locale = '2018-July-09';
|
||||||
|
|
||||||
// Global stuff
|
// Global stuff
|
||||||
|
|
||||||
|
|
4
store.js
4
store.js
|
@ -61,7 +61,7 @@ normalizeCanvas, contains*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.store = '2018-June-06';
|
modules.store = '2018-July-09';
|
||||||
|
|
||||||
|
|
||||||
// XML_Serializer ///////////////////////////////////////////////////////
|
// XML_Serializer ///////////////////////////////////////////////////////
|
||||||
|
@ -255,7 +255,7 @@ SnapSerializer.uber = XML_Serializer.prototype;
|
||||||
|
|
||||||
// SnapSerializer constants:
|
// 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);
|
SnapSerializer.prototype.thumbnailSize = new Point(160, 120);
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,7 @@ StageMorph, SpriteMorph, StagePrompterMorph, Note, modules, isString, copy,
|
||||||
isNil, WatcherMorph, List, ListWatcherMorph, alert, console, TableMorph,
|
isNil, WatcherMorph, List, ListWatcherMorph, alert, console, TableMorph,
|
||||||
TableFrameMorph, ColorSlotMorph, isSnapObject*/
|
TableFrameMorph, ColorSlotMorph, isSnapObject*/
|
||||||
|
|
||||||
modules.threads = '2018-July-05';
|
modules.threads = '2018-July-09';
|
||||||
|
|
||||||
var ThreadManager;
|
var ThreadManager;
|
||||||
var Process;
|
var Process;
|
||||||
|
|
Ładowanie…
Reference in New Issue