jmoenig 2022-01-04 00:09:39 +01:00
rodzic 5ca6bb9109
commit 7cc6048def
2 zmienionych plików z 9 dodań i 5 usunięć

Wyświetl plik

@ -8,7 +8,7 @@
* made "When I receive any messagge" non-thread-safe by default (again) to enable tail recursive broadcasts * made "When I receive any messagge" non-thread-safe by default (again) to enable tail recursive broadcasts
* improved handling of user-defined errors and errors inside custom blocks * improved handling of user-defined errors and errors inside custom blocks
* **Notable Fixes:** * **Notable Fixes:**
* fixed storing the stage name(s) * fixed storing the stage name(s) - also fixes undesired translation
* removed distinction between number and string keys in "analyze" * removed distinction between number and string keys in "analyze"
* fixed variable binding when broadcasting through the API, thanks, Zak! * fixed variable binding when broadcasting through the API, thanks, Zak!
* fixed programmatically hiding palette blocks using the "hide variable" block, thanks, Zak! * fixed programmatically hiding palette blocks using the "hide variable" block, thanks, Zak!
@ -18,6 +18,9 @@
* **Translation Updates:** * **Translation Updates:**
* Italian, thanks, Stefano! * Italian, thanks, Stefano!
### 2022-01-04
* manifest: fixed #2954
### 2022-01-03 ### 2022-01-03
* Italian translation update, thanks, Stefano! * Italian translation update, thanks, Stefano!
* api: fixed variable binding when broadcasting through the API, thanks, Zak! * api: fixed variable binding when broadcasting through the API, thanks, Zak!
@ -26,6 +29,7 @@
* threads, extensions: improved handling of user-defined errors and errors inside custom blocks * threads, extensions: improved handling of user-defined errors and errors inside custom blocks
* sw.js: fixed #2957, thanks, Ken! * sw.js: fixed #2957, thanks, Ken!
* objects: fixed #2950, thanks, Mary! * objects: fixed #2950, thanks, Mary!
* manifest: fixed #2954
### 2022-01-02 ### 2022-01-02
* store: fixed storing the stage name(s) * store: fixed storing the stage name(s)

Wyświetl plik

@ -3,15 +3,15 @@
"short_name": "Snap!", "short_name": "Snap!",
"icons": [{ "icons": [{
"src": "img/snap-icon-72.png", "src": "img/snap-icon-72.png",
"sizes": "128x128", "sizes": "72x72",
"type": "image/png" "type": "image/png"
}, { }, {
"src": "img/snap-icon-96.png", "src": "img/snap-icon-96.png",
"sizes": "128x128", "sizes": "96x96",
"type": "image/png" "type": "image/png"
}, { }, {
"src": "img/snap-icon-120.png", "src": "img/snap-icon-120.png",
"sizes": "128x128", "sizes": "120x120",
"type": "image/png" "type": "image/png"
}, { }, {
"src": "img/snap-icon-128.png", "src": "img/snap-icon-128.png",
@ -36,7 +36,7 @@
"type": "image/png" "type": "image/png"
}, { }, {
"src": "img/snap-icon-384.png", "src": "img/snap-icon-384.png",
"sizes": "256x256", "sizes": "384x384",
"type": "image/png" "type": "image/png"
}, { }, {
"src": "img/snap-icon-512.png", "src": "img/snap-icon-512.png",