File tree Expand file tree Collapse file tree 5 files changed +10
-12
lines changed
Expand file tree Collapse file tree 5 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1313!define MUI_UNICON " icon.ico"
1414!define PRODUCT_NAME " Entry"
1515!define APP_NAME " Entry.exe"
16- !define PRODUCT_VERSION " 2.1.12 "
16+ !define PRODUCT_VERSION " 2.1.13 "
1717!define PRODUCT_PUBLISHER " EntryLabs"
1818!define PRODUCT_WEB_SITE " http://www.playentry.org/"
1919
Original file line number Diff line number Diff line change 1313!define MUI_UNICON " icon.ico"
1414!define PRODUCT_NAME " Entry"
1515!define APP_NAME " Entry.exe"
16- !define PRODUCT_VERSION " 2.1.12 "
16+ !define PRODUCT_VERSION " 2.1.13 "
1717!define PRODUCT_PUBLISHER " EntryLabs"
1818!define PRODUCT_WEB_SITE " http://www.playentry.org/"
1919
Original file line number Diff line number Diff line change 22 "private" : true ,
33 "productName" : " Entry" ,
44 "name" : " entry" ,
5- "version" : " 2.1.12 " ,
5+ "version" : " 2.1.13 " ,
66 "description" : " Entry for offline" ,
77 "main" : " src/main_build/main.bundle.js" ,
88 "scripts" : {
3939 "async-csv" : " ^2.1.3" ,
4040 "axios" : " ^0.19.2" ,
4141 "cross-spawn" : " ^7.0.3" ,
42- "entry-hw" : " git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.50 " ,
43- "entry-js" : " git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.12 " ,
42+ "entry-hw" : " git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.51 " ,
43+ "entry-js" : " git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.13 " ,
4444 "entry-tool" : " git+https://github.com/entrylabs/entry-tool.git#dist/20231026" ,
4545 "excel4node" : " ^1.7.0" ,
4646 "fluent-ffmpeg" : " ^2.1.2" ,
Original file line number Diff line number Diff line change @@ -595,8 +595,6 @@ class Workspace extends Component<IProps> {
595595 Entry . disposeContainer ( ) ;
596596 // zoom 스케일이 변경된 상태에서 new project 한 경우 블록메뉴에 스케일정보가 남아서 초기화
597597 Entry . getMainWS ( ) . setScale ( 1 ) ;
598- // INFO: 사운드에디터 인스턴스 초기화, 3월 정기배포에 변동가능성 있음
599- window ?. EntrySoundEditor . destroy ( ) ;
600598 }
601599 Entry . reloadBlock ( ) ;
602600 this . isFirstRender = false ;
Original file line number Diff line number Diff line change @@ -3513,9 +3513,9 @@ enquirer@^2.3.5:
35133513 dependencies :
35143514 crypto-js "^4.0.0"
35153515
3516- " entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.50 " :
3517- version "1.9.50 "
3518- resolved "git+https://github.com/entrylabs/entry-hw.git#2441918680f832d815ecc5799afaf5a8c3b02c07 "
3516+ " entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.51 " :
3517+ version "1.9.51 "
3518+ resolved "git+https://github.com/entrylabs/entry-hw.git#fcaf5b49bd4113421199a7cdd85cdafb71ecb691 "
35193519 dependencies :
35203520 cross-spawn "^7.0.0"
35213521 fs-extra "^8.1.0"
@@ -3530,9 +3530,9 @@ enquirer@^2.3.5:
35303530 winston "^3.2.1"
35313531 winston-daily-rotate-file "^4.4.2"
35323532
3533- " entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.12 " :
3533+ " entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.13 " :
35343534 version "0.0.0"
3535- resolved "git+https://github.com/entrylabs/entryjs.git#8677ff569bcfd7b788f42195eb961534cbd91905 "
3535+ resolved "git+https://github.com/entrylabs/entryjs.git#b483e76b37c7425c7420b5986f0bcf8e65aa8987 "
35363536
35373537" entry-tool@git+https://github.com/entrylabs/entry-tool.git#dist/20231026 " :
35383538 version "0.0.0"
You can’t perform that action at this time.
0 commit comments