kopia lustrzana https://github.com/backface/turtlestitch
updated version history
rodzic
08130d9471
commit
e83e6be956
10
HISTORY.md
10
HISTORY.md
|
@ -2,14 +2,18 @@
|
|||
|
||||
## in development:
|
||||
|
||||
* **New Minor Features:**
|
||||
* **Notable Changes:**
|
||||
* specifying alpha values is now optional for generating pixels in bitmaps (costumes), none means the pixel is solid
|
||||
* added "bar / lines" option for plotting charts in the "frequency distribution analysis" library
|
||||
* new "add comment" option in the block context menu, thanks, Rob Fidler!
|
||||
* new "48 kHz" option in the "sampling rate" dropdown
|
||||
* **Notable Changes:**
|
||||
* specifying alpha values are now optional for generating pixels in bitmaps (costumes), none means the pixel is solid
|
||||
* **Notable Fixes:**
|
||||
* "append" block now shows up when searching for it
|
||||
* **Translation Updates:**
|
||||
* Greek, thanks, HM100!
|
||||
|
||||
### 2020-10-05
|
||||
* Greek translation updata, thanks, HM100!
|
||||
|
||||
### 2020-10-04
|
||||
* threads: made alpha values optional for generating costume pixels, none = solid
|
||||
|
|
|
@ -181,11 +181,11 @@ SnapTranslator.dict.el = {
|
|||
'language_name':
|
||||
'Ελληνικά', // the name as it should appear in the language menu
|
||||
'language_translator':
|
||||
'Ino Samaras , Alexandros Prekates' ,// your name for the Translators tab
|
||||
'Ino Samaras , Alexandros Prekates, HM100' ,// your name for the Translators tab
|
||||
'translator_e-mail':
|
||||
'ino.samaras@berkeley.edu , aprekates@sch.gr' , // optional
|
||||
'last_changed':
|
||||
'2019-01-28', // this, too, will appear in the Translators tab
|
||||
'2020-10-05', // this, too, will appear in the Translators tab
|
||||
|
||||
// GUI
|
||||
// control bar:
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<script src="src/maps.js?version=2020-03-25"></script>
|
||||
<script src="src/xml.js?version=2020-04-27"></script>
|
||||
<script src="src/store.js?version=2020-07-08"></script>
|
||||
<script src="src/locale.js?version=2020-09-21"></script>
|
||||
<script src="src/locale.js?version=2020-10-05"></script>
|
||||
<script src="src/cloud.js?version=2020-05-17"></script>
|
||||
<script src="src/api.js?version=2020-07-06"></script>
|
||||
<script src="src/sha512.js?version=2019-06-27"></script>
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
/*global modules, contains*/
|
||||
|
||||
modules.locale = '2020-September-21';
|
||||
modules.locale = '2020-October-05';
|
||||
|
||||
// Global stuff
|
||||
|
||||
|
@ -362,11 +362,11 @@ SnapTranslator.dict.el = {
|
|||
'language_name':
|
||||
'Ελληνικά',
|
||||
'language_translator':
|
||||
'Ino Samaras , Alexandros Prekates',
|
||||
'Ino Samaras , Alexandros Prekates, HM100',
|
||||
'translator_e-mail':
|
||||
'ino.samaras@berkeley.edu , aprekates@sch.gr',
|
||||
'last_changed':
|
||||
'2019-01-28'
|
||||
'2020-10-05'
|
||||
};
|
||||
|
||||
SnapTranslator.dict.ca = {
|
||||
|
|
Ładowanie…
Reference in New Issue