Porównaj commity

...

7 Commity

Autor SHA1 Wiadomość Data
Michael 2b6160e80b bump version and update changelog 2023-07-16 21:12:09 +02:00
Michael Aschauer 00897fc5a4
Merge pull request #132 from Simon-Mong/patch-44
Update VectorAndFill.xml
2023-07-16 20:46:21 +02:00
Michael Aschauer 54af123ed6
Merge pull request #134 from Simon-Mong/patch-46
Update geometryBlocks.xml
2023-07-16 20:46:09 +02:00
Michael Aschauer 0ac08daf53
Merge pull request #133 from Simon-Mong/patch-45
Update lang-zh_CN.js
2023-07-16 20:45:56 +02:00
Simon-Mong 3d4d46e5d7
Update geometryBlocks.xml
enable custom stitches
2023-07-15 11:22:54 +08:00
Simon-Mong d513dcecab
Update lang-zh_CN.js 2023-07-15 10:19:14 +08:00
Simon-Mong 135f86c258
Update VectorAndFill.xml 2023-07-15 09:08:42 +08:00
5 zmienionych plików z 57 dodań i 5 usunięć

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,7 +1,55 @@
* 2023-07-16 (2.7.17)
- geometryBlocks and VectorAndFill library updates (Simon)
- Chinese update (Simon)
* 2023-05-10 (2.7.16)
- backport app check
* 2023-03-01 (2.7.15)
- deactivate custom categories and hide blocks (microworld does not work yet)
* 2023-02-20 (2.7.14)
- bug fixed due to typo
* 2023-02-14 (2.7.13)
- bug fixed due to typo in change color
* 2023-12-06 (2.7.12)
- update cors-proxy url
* 2023-12-01
- catch errors due to infinity
* 2023-10-31
- fix a bug due to misspelling changeBrightness
* 2023-10-29 (2.7.11)
- gui update fixes scrolling issues (thanks Simon for PR)
* 2023-10-07 (2.7.10)
- fix labels, dimensions in new project
* 2023-10-05 (2.7.9)
- load project list without thumbnails (speed up, thumbnails only loads on select)
- fix in reportURL
- fix in new project
- PRs from Simon's libarzes
* 2022-08-25 (2.7.8)
- don't do arc for zero (and another bug fix)
* 2022-07-26
- remove double instances of makeablock
* 2022-07-10
- update createCategories
- fix saving project to cloud
* 2022-07-09 (2.7.7)
- upgrade to Snap7
- fix stage handle
- fix stage handle-
* 2022-03-15
- decrease height of project dialog

Wyświetl plik

@ -1,4 +1,4 @@
VERSION="2.7.16"
VERSION="2.7.17"
// get debug mode
url = new URL(window.location.href);

Wyświetl plik

@ -117,7 +117,11 @@ tempDict = {
'移到 x: %n y: %n 每针 %n',
'go to x: %n y: %n in %n':
'移到 x: %n y: %n 针数 %n',
'arc $turnRight radius: %n degrees: %n ':
'圆弧 $turnRight 半径: %n 角度: %n ',
'arc $turnLeft radius: %n degrees: %n ':
'圆弧 $turnLeft 半径: %n 角度: %n ',
// new blocks
'point towards x: %n y: %n':
'面向 x: %n y: %n',