kopia lustrzana https://github.com/backface/turtlestitch
prepared release
rodzic
d3986f811c
commit
2a41489fa2
11
HISTORY.md
11
HISTORY.md
|
@ -9,10 +9,21 @@
|
|||
* **Translation Updates:**
|
||||
* Catalan
|
||||
|
||||
## v5.3.3:
|
||||
* **Notable Change:**
|
||||
* dropdown translation improvements, thanks, Joan!
|
||||
* **Notable Fixes:**
|
||||
* fixed submenu translation control for dropdowns
|
||||
* fixed help screens for "distance to _" and "answer" primitives, thanks, Brian and Michael!
|
||||
* **Translation Update:**
|
||||
* Catalan
|
||||
|
||||
### 2019-11-12
|
||||
* new dev version
|
||||
* drop-down menu translation improvements by Joan
|
||||
* submenu-title translation control
|
||||
* help screen fixes by Brian and Michael
|
||||
* prepared release
|
||||
|
||||
## v5.3.2:
|
||||
* **Notable Fixes:**
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Snap! Build Your Own Blocks 5.3.3 - dev -</title>
|
||||
<title>Snap! Build Your Own Blocks 5.3.3</title>
|
||||
<link rel="shortcut icon" href="src/favicon.ico">
|
||||
<script type="text/javascript" src="src/morphic.js?version=2019-11-12"></script>
|
||||
<script type="text/javascript" src="src/widgets.js?version=2019-10-16"></script>
|
||||
|
|
|
@ -3626,7 +3626,7 @@ IDE_Morph.prototype.aboutSnap = function () {
|
|||
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
||||
world = this.world();
|
||||
|
||||
aboutTxt = 'Snap! 5.3.3 - dev -\nBuild Your Own Blocks\n\n'
|
||||
aboutTxt = 'Snap! 5.3.3\nBuild Your Own Blocks\n\n'
|
||||
+ 'Copyright \u24B8 2019 Jens M\u00F6nig and '
|
||||
+ 'Brian Harvey\n'
|
||||
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
||||
|
|
Ładowanie…
Reference in New Issue