prepared v7.1.1

snap7
Jens Mönig 2022-01-30 23:22:42 +01:00
rodzic d493b8cc59
commit 9a87cd5441
4 zmienionych plików z 10 dodań i 4 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
# Snap! (BYOB) History
## in development:
* **New Features:**
* **Notable Changes:**
* **Notable Fixes:**
@ -9,11 +10,16 @@
* **Documentation Updates:**
* **Translation Updates:**
## 7.1.1:
* **Notable Fixes:**
* disabled reporter drops into "When I am ..." hat block (again)
* fixed "pick random" for descending ranges, thanks, Brian!
### 2022-01-30
* new dev version
* blocks: disabled reporter drops into "When I am ..." hat block (again)
* threads: fixed #2972 (fixed "pick random" for descending ranges), thanks, Brian!
* prepared v7.1.1
## 7.1.0:
* **New Features:**

Wyświetl plik

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Snap! 7.1.1 - dev - Build Your Own Blocks</title>
<title>Snap! 7.1.1 - Build Your Own Blocks</title>
<link rel="icon" href="src/favicon.ico" type="image/x-icon">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="img/snap-icon-152.png">

Wyświetl plik

@ -4775,7 +4775,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 7.1.1 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 7.1.1\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2022 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'

2
sw.js
Wyświetl plik

@ -1,4 +1,4 @@
var snapVersion = '7.1.0',
var snapVersion = '7.1.1',
cacheName = 'snap-pwa',
filesToCache = [
'snap.html',