Skip to content

Commit 4942126

Browse files
authored
Merge pull request #222 from entrylabs/develop
version up : 2.1.27
2 parents f4b7121 + 4f83ea6 commit 4942126

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

build/entryx64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
!define MUI_UNICON "icon.ico"
1414
!define PRODUCT_NAME "Entry"
1515
!define APP_NAME "Entry.exe"
16-
!define PRODUCT_VERSION "2.1.26"
16+
!define PRODUCT_VERSION "2.1.27"
1717
!define PRODUCT_PUBLISHER "EntryLabs"
1818
!define PRODUCT_WEB_SITE "http://www.playentry.org/"
1919

build/entryx86.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
!define MUI_UNICON "icon.ico"
1414
!define PRODUCT_NAME "Entry"
1515
!define APP_NAME "Entry.exe"
16-
!define PRODUCT_VERSION "2.1.26"
16+
!define PRODUCT_VERSION "2.1.27"
1717
!define PRODUCT_PUBLISHER "EntryLabs"
1818
!define PRODUCT_WEB_SITE "http://www.playentry.org/"
1919

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"productName": "Entry",
44
"name": "entry",
5-
"version": "2.1.26",
5+
"version": "2.1.27",
66
"description": "Entry for offline",
77
"main": "src/main_build/main.bundle.js",
88
"scripts": {
@@ -39,8 +39,8 @@
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.65",
43-
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.26",
42+
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.66",
43+
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.27",
4444
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20231026",
4545
"@entrylabs/legacy-video": "^1.0.0",
4646
"excel4node": "^1.7.0",

src/renderer/resources/lang/en.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7514,6 +7514,8 @@
75147514
"combine_something": "Combines two input texts.",
75157515
"reverse_of_string": "Reports the text that reversed input text.",
75167516
"count_match_string": "Reports the number of letters in a specific text in the input text case sensitively.",
7517+
"get_block_count": "Reports the number of blocks used by the selected item.\nCounts based on the blocks assembled to the start block.\n- this project: Counts all the blocks of this project\n- this object: Counts the blocks of this object\n- (object): Counts the blocks of the selected object\n- (scene): Counts the blocks of the selected scene",
7518+
"get_boolean_value": "Returns boolean to string.",
75177519
"get_variable": "Reports the value of the selected variable.",
75187520
"change_variable": "Adds the input value to the selected variable.",
75197521
"set_variable": "Sets the value of the selected variable to the input value.",
@@ -7766,6 +7768,8 @@
77667768
"read_text_wait_with_block": "Read the entered text in setted voice then the next block runs after the reading finished.",
77677769
"check_microphone": "Connected to microphone?",
77687770
"speech_to_text_convert": "Converts person's speech input through microphone into text.",
7771+
"timed_speech_to_text_convert": "Recognizes speech recorded through the microphone for the input seconds.",
7772+
"set_visible_speech_to_text": "Shows or hides the recognized speech on the screen.",
77697773
"speech_to_text_get_value": "Reports the value of the person's speech to text. If no speech is input or an error occurs during recognition, it will report null values.",
77707774
"get_microphone_volume": "Reports the volume of sound input through microphone.",
77717775
"video_draw_webcam": "Show or hide the video screen. (IE / iOS Not Supported)",
@@ -8753,6 +8757,7 @@
87538757
"substring": "%1 %2 %3 %4 %5 %6 %7",
87548758
"count_match_string": "%2 %3 %4 %1",
87558759
"replace_string": "%1 %2 %3 %4 %5 %6 %7",
8760+
"get_boolean_value": "string %1",
87568761
"change_string_case": "%1 %2 %3 %4 %5",
87578762
"index_of_string": "%1 %2 %3 %4 %5",
87588763
"combine_something": "%1 %2 %3 %4 %5",
@@ -8935,6 +8940,8 @@
89358940
"check_microphone": "If the microphone is connected to the computer, it is judged as 'True'.",
89368941
"speech_to_text_convert": "Recognize the voice %1",
89378942
"speech_to_text_get_value": "Speech-to-text value",
8943+
"timed_speech_to_text_convert": "For %1 second(s) recognize %2 speech %3",
8944+
"set_visible_speech_to_text": "%1 recognized speech %2",
89388945
"get_microphone_volume": "Microphone volume value",
89398946
"video_title_text": "Video Detection",
89408947
"video_draw_webcam": "%1 the video screen",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5214,9 +5214,9 @@ entities@^2.0.0:
52145214
node-fetch "^2.7.0"
52155215
systeminformation "^5.22.11"
52165216

5217-
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.65":
5218-
version "1.9.65"
5219-
resolved "git+https://github.com/entrylabs/entry-hw.git#cccb1fe902136454dab85a86f2b0b8cc8c0c33fe"
5217+
"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.66":
5218+
version "1.9.66"
5219+
resolved "git+https://github.com/entrylabs/entry-hw.git#7a6fd58e36c038b598aba2510e93a127ddce36dd"
52205220
dependencies:
52215221
cross-spawn "^7.0.0"
52225222
fs-extra "^8.1.0"
@@ -5231,9 +5231,9 @@ entities@^2.0.0:
52315231
winston "^3.2.1"
52325232
winston-daily-rotate-file "^4.4.2"
52335233

5234-
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.26":
5234+
"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.27":
52355235
version "4.0.17"
5236-
resolved "git+https://github.com/entrylabs/entryjs.git#aaff5f2ad983dd0401d16e107111ec86fa1c8a75"
5236+
resolved "git+https://github.com/entrylabs/entryjs.git#205e8d2ae738bcf5bf12fd081fef25c9c1a283ce"
52375237
dependencies:
52385238
uid "^0.0.2"
52395239
"@entrylabs/event" "^1.0.3"

0 commit comments

Comments
 (0)