-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bc680b
commit f496ae1
Showing
5 changed files
with
20 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "v1.4.4", | ||
"version": "v1.4.5", | ||
"md5value": "", | ||
"oled":{ | ||
"oled_enable": 1, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule web_client
updated
6 files
+3 −2 | src/components/ToolBar.vue | |
+4 −12 | src/components/Video.vue | |
+86 −0 | src/components/tab/TabShortcuts.vue | |
+9 −2 | src/components/tab/TabVideo.vue | |
+6 −2 | src/utils/locales/en.json | |
+5 −1 | src/utils/locales/zh.json |
Submodule web_server
updated
10 files
+10 −2 | config/app.json | |
+450 −0 | lib/janus/janus.jcfg | |
+7 −0 | lib/janus/janus.plugin.ustreamer.jcfg | |
+72 −0 | lib/janus/janus.transport.websockets.jcfg | |
+1 −1 | lib/kvmd-video.sh | |
+1 −1 | src/common/api.js | |
+0 −1 | src/modules/kvmd/kvmd_hid.js | |
+33 −2 | src/server/api/hid.route.js | |
+3 −1 | src/server/api/routes.js | |
+8 −0 | src/server/keyboard.js |