kopia lustrzana https://github.com/backface/turtlestitch
prepared v7.1.2
rodzic
4419194dca
commit
999ee71fb8
|
@ -4,9 +4,13 @@
|
||||||
|
|
||||||
* **New Features:**
|
* **New Features:**
|
||||||
* **Notable Changes:**
|
* **Notable Changes:**
|
||||||
* friendlier error messages
|
|
||||||
* **Notable Fixes:**
|
* **Notable Fixes:**
|
||||||
* **Documentation Updates:**
|
* **Documentation Updates:**
|
||||||
|
* **Translation Updates:**
|
||||||
|
|
||||||
|
## 7.1.2:
|
||||||
|
* **Notable Changes:**
|
||||||
|
* friendlier error messages
|
||||||
* **Translation Updates:**
|
* **Translation Updates:**
|
||||||
* German
|
* German
|
||||||
|
|
||||||
|
@ -14,6 +18,7 @@
|
||||||
* new dev version
|
* new dev version
|
||||||
* threads, locale: friendlier error messages
|
* threads, locale: friendlier error messages
|
||||||
* German translation update
|
* German translation update
|
||||||
|
* prepared v7.1.2
|
||||||
|
|
||||||
## 7.1.1:
|
## 7.1.1:
|
||||||
* **Notable Fixes:**
|
* **Notable Fixes:**
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Snap! 7.1.2 - dev - Build Your Own Blocks</title>
|
<title>Snap! 7.1.2 - Build Your Own Blocks</title>
|
||||||
<link rel="icon" href="src/favicon.ico" type="image/x-icon">
|
<link rel="icon" href="src/favicon.ico" type="image/x-icon">
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
<link rel="apple-touch-icon" href="img/snap-icon-152.png">
|
<link rel="apple-touch-icon" href="img/snap-icon-152.png">
|
||||||
|
|
|
@ -4775,7 +4775,7 @@ IDE_Morph.prototype.aboutSnap = function () {
|
||||||
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
||||||
world = this.world();
|
world = this.world();
|
||||||
|
|
||||||
aboutTxt = 'Snap! 7.1.2 - dev -\nBuild Your Own Blocks\n\n'
|
aboutTxt = 'Snap! 7.1.2\nBuild Your Own Blocks\n\n'
|
||||||
+ 'Copyright \u24B8 2008-2022 Jens M\u00F6nig and '
|
+ 'Copyright \u24B8 2008-2022 Jens M\u00F6nig and '
|
||||||
+ 'Brian Harvey\n'
|
+ 'Brian Harvey\n'
|
||||||
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
||||||
|
|
2
sw.js
2
sw.js
|
@ -1,4 +1,4 @@
|
||||||
var snapVersion = '7.1.2-dev',
|
var snapVersion = '7.1.2',
|
||||||
cacheName = 'snap-pwa',
|
cacheName = 'snap-pwa',
|
||||||
filesToCache = [
|
filesToCache = [
|
||||||
'snap.html',
|
'snap.html',
|
||||||
|
|
Ładowanie…
Reference in New Issue