kopia lustrzana https://github.com/backface/turtlestitch
bump version
rodzic
89656982ee
commit
0db8c751ee
|
@ -47,9 +47,9 @@
|
|||
<script type="text/javascript" src="stitchcode/blocks.js?version=2021-12-14"></script>
|
||||
<script type="text/javascript" src="stitchcode/widgets.js?version=2023-05-10"></script>
|
||||
<script type="text/javascript" src="stitchcode/threads.js?version=2022-12-05"></script>
|
||||
<script type="text/javascript" src="stitchcode/objects.js?version=2023-05-10"></script>
|
||||
<script type="text/javascript" src="stitchcode/objects.js?version=2025-10-02"></script>
|
||||
<script type="text/javascript" src="stitchcode/turtlecloud.js?version=2024-11-13"></script>
|
||||
<script type="text/javascript" src="stitchcode/gui.js?version=2024-11-10"></script>
|
||||
<script type="text/javascript" src="stitchcode/gui.js?version=2025-10-02"></script>
|
||||
<script type="text/javascript" src="stitchcode/store.js?version=2023-05-10"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
* 2025-10-02 (2.7.20)
|
||||
- add "zoom in" and "zoom out" blocks
|
||||
- reverse/refactor naming of camera zoom functions
|
||||
|
||||
* missing some entries (see gitlog)
|
||||
|
||||
* 2023-07-16 (2.7.17)
|
||||
- geometryBlocks and VectorAndFill library updates (Simon)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION="2.7.19"
|
||||
VERSION="2.7.20"
|
||||
|
||||
// get debug mode
|
||||
url = new URL(window.location.href);
|
||||
|
@ -1115,7 +1115,7 @@ IDE_Morph.prototype.aboutTurtleStitch = function () {
|
|||
var dlg, aboutTxt, pic, world = this.world();
|
||||
|
||||
aboutTxt = 'TurtleStich! ' + VERSION + '\n\n'
|
||||
+ 'Copyright \u24B8 2014-2024 Michael Aschauer\n\n'
|
||||
+ 'Copyright \u24B8 2014-2025 Michael Aschauer\n\n'
|
||||
|
||||
+ 'TurtleStitch is developed by OSEDA - Association for\n'
|
||||
+ 'Development of Open Source Software in Education, Design\n'
|
||||
|
|
Ładowanie…
Reference in New Issue