updated history

upd4.2
Jens Mönig 2018-01-19 16:50:10 +01:00
rodzic d3dac6872b
commit ae06befdc0
4 zmienionych plików z 13 dodań i 4 usunięć

Wyświetl plik

@ -3844,6 +3844,10 @@ Fixes:
------
* Blocks, Threads, BYOB, Store: included local methods in the OF-block's left drop-down menu
180119
------
* merged a bunch of pull requests (unicode support for emojis, translation updates)
v4.1.1 Features:
* translation support for custom blocks
@ -3858,4 +3862,9 @@ Fixes:
* scroll menus if they are taller than the world
* enabled color picker for pen trails on stage
* track keyboard events after accepting ASK using the keyboard
* improved support for emojis, thanks, Michael!
Translation Updates:
* German
* Greek

Wyświetl plik

@ -185,7 +185,7 @@ SnapTranslator.dict.el = {
'translator_e-mail':
'ino.samaras@berkeley.edu', // optional
'last_changed':
'2013-09-16', // this, too, will appear in the Translators tab
'2018-01-19', // this, too, will appear in the Translators tab
// GUI
// control bar:

Wyświetl plik

@ -42,7 +42,7 @@
/*global modules, contains*/
modules.locale = '2018-January-02';
modules.locale = '2018-January-19';
// Global stuff
@ -358,7 +358,7 @@ SnapTranslator.dict.el = {
'translator_e-mail':
'ino.samaras@berkeley.edu',
'last_changed':
'2013-09-16'
'2018-01-19'
};
SnapTranslator.dict.ca = {

Wyświetl plik

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