updated version log

snap7
jmoenig 2022-01-13 08:53:31 +01:00
rodzic 470991dbd0
commit 69c6498ac0
3 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -5,12 +5,16 @@
* **New Features:**
* text costumes library: new block to add a rectangular colored background with optional padding to a copy of a costume, for making "clickable buttons"
* **Notable Changes:**
* improved emoji handling for "length of text" reporter, thanks, Michael!
* **Notable Fixes:**
* strings library: fixed an index range bug, thanks, Brian!
* **Documentation Updates:**
* **Translation Updates:**
* Chinese, thanks, Simon!
### 2022-01-13
* threads: improved emoji handling for "length of text" reporter, thanks, Michael!
### 2022-01-10
* new dev version
* text costumes library: new block to add a rectangular colored background with padding to a copy of a costume

Wyświetl plik

@ -17,7 +17,7 @@
<script src="src/symbols.js?version=2021-03-03"></script>
<script src="src/widgets.js?version=2021-17-09"></script>
<script src="src/blocks.js?version=2022-01-07"></script>
<script src="src/threads.js?version=2022-01-04"></script>
<script src="src/threads.js?version=2022-01-13"></script>
<script src="src/objects.js?version=2022-01-03"></script>
<script src="src/scenes.js?version=2021-11-24"></script>
<script src="src/gui.js?version=2022-01-10"></script>

Wyświetl plik

@ -64,7 +64,7 @@ SnapExtensions, AlignmentMorph, TextMorph, Cloud, HatBlockMorph*/
/*jshint esversion: 6*/
modules.threads = '2022-January-04';
modules.threads = '2022-January-13';
var ThreadManager;
var Process;