88 Commits

Author SHA1 Message Date
wj-xiao
1d1dd5e9fd chores: Update minimatch, tar, and ajv dependencies across desktop and browser packages 2026-02-25 11:25:36 +08:00
wj-xiao
d6bf64bbbe chore: Update electron-builder to 26.7.0 and add a pnpm override for brace-expansion. 2026-02-09 10:40:23 +08:00
wj-xiao
d5fe1fc093 build: Remove Electron mirror configurations from .npmrc. 2026-02-04 16:48:49 +08:00
wj-xiao
cfc4de4ea3 build: Remove electron download mirror configuration. 2026-02-04 16:21:23 +08:00
wj-xiao
26c9d7d67f release 1.1.4 2026-02-04 16:01:45 +08:00
wj-xiao
dc710a4b1d fix: Fallback to a video-only stream if getUserMedia fails when requesting audio. 2026-02-04 15:49:53 +08:00
wj-xiao
5d32386f2c refactor(desktop): split camera and microphone permissions 2026-02-04 14:43:36 +08:00
wj-xiao
43fca484e8 fix(desktop): handle serial port device disconnection event 2026-02-02 17:44:36 +08:00
wj-xiao
2a34573588 chore: upgrade dependency packages 2026-01-31 16:26:35 +08:00
wj-xiao
4eebba0cf9 fix: menu bar position calculation incorrect 2026-01-31 15:59:18 +08:00
wenjie
f626b472b3 Merge pull request #108 from SingleCores/main
fix: right Shift key not working on Japanese keyboards + add Japanese localization
2026-01-23 18:08:51 +08:00
wj-xiao
75e8599af8 fix: update video and audio constraints 2026-01-23 18:00:24 +08:00
development-singlecores
e6cec2ddf2 feat: add Japanese localization 2026-01-21 19:13:25 +09:00
development-singlecores
655cf1a6c8 fix: right Shift key not working on Japanese keyboards 2026-01-21 19:13:02 +09:00
wj-xiao
07cb6e18e1 release v1.1.2 2026-01-19 17:56:36 +08:00
wj-xiao
8b09b2950e fix: video frame rate not set when used for the first time 2026-01-19 17:23:08 +08:00
wj-xiao
287cbb5dcc refactor(desktop): refactor mouse module, add touchscreen support 2026-01-19 16:47:10 +08:00
wj-xiao
e665814798 fix(desktop): fix keyboard issues
compatible with IME composition
compatible with Windows AltGr key
2026-01-19 16:42:42 +08:00
wj-xiao
7c82afd110 release v1.1.1 2026-01-14 16:29:53 +08:00
wj-xiao
788db995f0 perf(desktop): delete the fullscreen button in the menu bar 2026-01-14 16:29:53 +08:00
wj-xiao
25f54813fb fix(desktop): compatible with macOS's Command key combinations 2026-01-14 16:29:53 +08:00
wj-xiao
22d780da5a Sync dev branch changes 2026-01-13 16:47:31 +08:00
wj-xiao
3094a8bbbd feat(desktop): menu bar supports dragging 2026-01-13 16:37:29 +08:00
wj-xiao
3635d0cdf9 fix(desktop): fix shortcut recorder 2026-01-13 16:03:26 +08:00
wj-xiao
c10b5b499f refactor(desktop): refactor keyboard and menu bar 2026-01-13 15:58:50 +08:00
wj-xiao
c88a1b5ffa chore(desktop): upgrade the dependency packages and update incompatible changes 2026-01-12 11:21:31 +08:00
wenjie
9a925dd49a Merge pull request #93 from imguoguo/revert-nsis
fix(desktop): NSIS only elevates privileges when necessary
2025-12-16 16:10:02 +08:00
wenjie
1afc28abc7 Merge pull request #92 from imguoguo/fix-jiggler
fix: mouse jiggler
2025-12-16 16:08:22 +08:00
wenjie
9750fe2349 Merge pull request #91 from imguoguo/fix-baudrate
fix(desktop): custom baud rate bug
2025-12-16 16:01:55 +08:00
Guoguo
e17be01ca0 fix(desktop): mouse jiggler unavailable 2025-12-16 15:43:13 +08:00
Guoguo
b9e400628f fix(desktop): prevent illegal baud rate from being passed as parameter 2025-12-16 15:35:43 +08:00
wenjie
0016db40ee Merge pull request #90 from imguoguo/add-4k-resolution
feat: add 4k resolution
2025-12-16 15:08:12 +08:00
Guoguo
0db485d2f9 fix(desktop): NSIS only elevates privileges when necessary
...also revert and optimize some unnecessary changes in https://github.com/sipeed/NanoKVM-USB/pull/22
2025-12-16 10:56:13 +08:00
Guoguo
6a2e916981 fix(desktop): custom baud rate bug
Custom baud rates only take effect the second time they are set, and will not be used when the page is first loaded.
2025-12-15 13:53:11 +08:00
Guoguo
9659ce38fc feat: add 4k resolution 2025-12-15 11:15:55 +08:00
Guoguo
7dfebfb9f0 fix: use unified shortcuts variable 2025-12-08 14:22:54 +08:00
Guoguo
69d7e3fe96 feat: add custom shortcut 2025-12-05 15:48:45 +08:00
wj-xiao
b7a8461f1e fix: add missing brace 2025-12-04 13:57:17 +08:00
wenjie
f5ce6736e5 Merge pull request #86 from imguoguo/add-recorder-upstream
feat: add recorder
2025-12-04 11:50:24 +08:00
wenjie
6f53471e50 Merge pull request #84 from imguoguo/fix-mouse-absolute
fix: mouse position wrong after scaling
2025-12-04 11:49:30 +08:00
wenjie
f82a0cbd55 Merge pull request #83 from imguoguo/fix-simultaneous
fix: no response when pressing the keyboard simultaneously
2025-12-04 11:49:11 +08:00
wenjie
6dcad070ed Merge branch 'main' into main 2025-12-04 11:43:32 +08:00
Guoguo
d7282a04a2 feat: add recorder 2025-12-03 14:06:20 +08:00
Guoguo
71d0823f67 fix: mouse position wrong after scaling 2025-12-01 19:26:09 +08:00
Guoguo
cf4d75a22e fix(desktop): clipboard is unavailable
fix: https://github.com/sipeed/NanoKVM-USB/issues/69
2025-12-01 17:41:11 +08:00
Guoguo
8fa817aca3 feat(desktop): support simultaneous multi-key presses 2025-12-01 16:33:55 +08:00
wj-xiao
00bc1aa01c chore: update dependencies 2025-10-30 12:09:11 +08:00
wj-xiao
454de2c9af perf: rename language files 2025-10-30 11:50:18 +08:00
wenjie
ec75c5d094 Merge branch 'main' into main 2025-10-30 10:41:31 +08:00
wenjie
7945c79355 Merge branch 'main' into feature/add-pt-BR 2025-10-30 10:31:10 +08:00