Commit Graph

  • 9927a56b78 [feat] update MiniRTC v1.2.1-20260205-9927a56 dijunkun 2026-02-05 18:05:35 +08:00
  • db3da52f83 [feat] clear cached fingerprint when verification fails dijunkun 2026-02-05 17:15:59 +08:00
  • 19a7c6978a [feat] update MiniRTC to resolve websocket reconnection and post task issues dijunkun 2026-01-28 09:45:19 +08:00
  • b5e9ba03a1 [fix] double-buffer video frames and handle stream cleanup on main thread dijunkun 2026-01-28 09:44:54 +08:00
  • cb5f8b91ad [feat] update update-notification icon dijunkun 2026-01-27 21:11:26 +08:00
  • f627f60f1a [feat] use tooltips to display server-side file transfer status information dijunkun 2026-01-27 17:50:21 +08:00
  • e9fce5b8b8 [feat] display remote controller hostname instead of remote id dijunkun 2026-01-26 22:52:58 +08:00
  • a7820a79db [fix] fix incorrect peer_ usage in SendReliableDataFrame dijunkun 2026-01-26 21:47:10 +08:00
  • b6a52dbcd4 [feat] add support for displaying multiple controller info and file transfer to controllers dijunkun 2026-01-26 17:47:31 +08:00
  • 7bbd10a50c [fix] fix rendering issues in stream and server windows when the main window is minimized dijunkun 2026-01-22 17:56:00 +08:00
  • ee08b231db [fix] fix height when server window is restored from collapsed state dijunkun 2026-01-20 23:58:43 +08:00
  • 619e54dc0e [feat] add controller info and file transfer in server window dijunkun 2026-01-20 21:22:20 +08:00
  • 9b69596af1 [fix] fix stream window size recalculation dijunkun 2026-01-20 01:33:27 +08:00
  • f6e169c013 [feat] add support for server window resizing and dragging dijunkun 2026-01-20 01:22:14 +08:00
  • fd242d50c1 [feat] show server window in the bottom-right corner of the screen dijunkun 2026-01-19 17:42:22 +08:00
  • d6d8ecd6c5 [feat] add server window dijunkun 2026-01-19 00:47:34 +08:00
  • 669fac7f50 [feat] support drag-and-drop file sending, refs #63 dijunkun 2026-01-14 18:13:22 +08:00
  • 92d670916e [fix] fix incorrect data send function used for control data dijunkun 2026-01-13 18:13:54 +08:00
  • 0155413c12 [feat] use reliable transmission to send control info dijunkun 2026-01-12 17:28:19 +08:00
  • 8468be6532 [fix] update MiniRTC dijunkun 2026-01-12 17:27:49 +08:00
  • 78c82f778a [chore] remove SetOnFileComplete() in class FileReceiver v1.2.0-20251230-78c82f7 v1.2.0 dijunkun 2025-12-29 12:48:14 +08:00
  • ab89a3d41a [fix] fix clipboard copy from remote device to controller dijunkun 2025-12-29 12:46:19 +08:00
  • 5f320af6e6 [fix] fix macOS clipboard monitoring compilation error using changeCount polling dijunkun 2025-12-29 01:01:08 +08:00
  • 17b7ba6b72 [feat] support clipboard sharing, refs #35 dijunkun 2025-12-29 00:45:17 +08:00
  • c70ebdfe15 [fix] correct file send rate calculation by using data channel feedback dijunkun 2025-12-28 19:58:08 +08:00
  • a3e564f160 [feat] support multi-file transfer, refs #45 dijunkun 2025-12-28 18:19:26 +08:00
  • eea37424c9 [feat] use receiver ack to calculate file transfer progress dijunkun 2025-12-25 18:13:18 +08:00
  • b322181853 [feat] add file transfer window to show file sending info dijunkun 2025-12-24 18:12:50 +08:00
  • 3ad66f5e0b [fix] fix file transfer dijunkun 2025-12-24 01:45:59 +08:00
  • 4035e0dd13 [feat] upgrade MiniRTC and expose source ID in data callbacks dijunkun 2025-12-23 00:53:47 +08:00
  • 832b820096 [fix] update MiniRTC to latest version and add logging for sent file size dijunkun 2025-12-22 18:33:53 +08:00
  • d337971de0 [feat] update MiniRTC api calling dijunkun 2025-12-19 18:22:34 +08:00
  • a967dc72d7 [feat] use SendReliableDataFrame() instead of SendDataFrame() dijunkun 2025-12-19 01:46:16 +08:00
  • 5066fcda48 [feat] implement file transfer module dijunkun 2025-12-18 18:30:51 +08:00
  • e7bdf42694 [feat] add file transfer button to control bar dijunkun 2025-12-18 01:54:03 +08:00
  • 875fea88ee [chore] adjust main window title font size dijunkun 2025-12-18 01:32:38 +08:00
  • b2654ea9db [feat] use fingerprint-based verification for both default and self-hosted servers v1.1.14-20251210-b2654ea v1.1.14 dijunkun 2025-12-10 03:46:03 +08:00
  • 8f8e415262 [chore] update README dijunkun 2025-12-10 03:38:05 +08:00
  • 5ff624f7b2 [feat] use fingerprint-based verification for TLS connection dijunkun 2025-12-10 03:28:28 +08:00
  • e09243f1ec [chore] update README v1.1.14-20251210-e09243f dijunkun 2025-12-10 00:23:04 +08:00
  • f5941c7eda [chore] update README switch-server dijunkun 2025-12-10 00:20:26 +08:00
  • 3c2ebe602e [fix] do not save password info into logs dijunkun 2025-12-10 00:20:10 +08:00
  • 2f64172ead [feat] use new client id and password if server switched dijunkun 2025-12-10 00:09:49 +08:00
  • a83206a346 [ci] update issue templates Junkun Di 2025-12-09 17:50:57 +08:00
  • 46e769976f [chore] update README dijunkun 2025-12-09 00:36:00 +08:00
  • 58c24b798e [chore] update README: refresh self-hosted server setup guide v1.1.13-20251209-58c24b7 v1.1.13 dijunkun 2025-12-09 00:19:25 +08:00
  • 5cc31e5ba3 [fix] fix self-hosted server configuration being reset when disabling self-hosted mode dijunkun 2025-12-08 18:27:18 +08:00
  • 74fe9bebf5 [fix] fix server settings window height dijunkun 2025-12-08 17:42:02 +08:00
  • 1f6a2182be [fix] resolve tab bar dragging issue v1.1.12-20251206-1f6a218 v1.1.12 fix/high-dpi-support dijunkun 2025-12-06 18:46:04 +08:00
  • 1a883f0d6c [fix] fix menu BeginPopup & EndPopup pairing dijunkun 2025-12-05 17:53:17 +08:00
  • a560b4ca70 [feat] make thumbnail save asynchronous to prevent UI blocking dijunkun 2025-12-05 17:07:55 +08:00
  • 46f45ed216 [fix] fix tab close button not working in stream window dijunkun 2025-12-05 15:18:35 +08:00
  • 5c23f1c5e8 [fix] correct tab bar scaling and layout dijunkun 2025-12-05 15:17:07 +08:00
  • 70ae02549f [fix] correct title bar display dijunkun 2025-12-05 04:28:33 +08:00
  • 68de995c64 [fix] correct hardware codec setting item display dijunkun 2025-12-05 00:57:33 +08:00
  • ed5ddb96fd [refactor] update notification window rendering for high-DPI scaling support dijunkun 2025-12-04 19:00:37 +08:00
  • 436dfafc2a [refactor] update about window rendering for high-DPI scaling support dijunkun 2025-12-04 17:51:03 +08:00
  • 5221b193e5 [refactor] update settings window rendering for high-DPI scaling support dijunkun 2025-12-04 17:23:14 +08:00
  • fafced23c2 [refactor] update stream window rendering for high-DPI scaling support dijunkun 2025-12-04 02:11:06 +08:00
  • 1e48b645ca [refactor] update recent connections panel rendering for high-DPI scaling support dijunkun 2025-12-04 00:14:09 +08:00
  • 49ed0200e7 [refactor] update connection status window rendering for high-DPI scaling support dijunkun 2025-12-03 21:54:10 +08:00
  • 24873afe64 [refactor] update remote peer panel rendering for high-DPI scaling support dijunkun 2025-12-03 21:17:11 +08:00
  • d21e1bd422 [refactor] update remote peer panel rendering for high-DPI scaling support dijunkun 2025-12-03 17:36:19 +08:00
  • be044c248b [refactor] update local peer panel rendering for high-DPI scaling support dijunkun 2025-12-03 17:12:35 +08:00
  • 49cbbc3363 [refactor] update status bar rendering for high-DPI scaling support dijunkun 2025-12-03 12:45:01 +08:00
  • 1e20cb806b [refactor] update title bar rendering for high-DPI scaling support dijunkun 2025-12-03 04:20:49 +08:00
  • 2e52818f6f fix: correct array deletion and improve state management in WGC screen capturer daemon dijunkun 2025-12-01 23:06:46 +08:00
  • b50f386713 [fix] fix system_chinese_font_ usage to avoid dangling font pointer after closing stream window dijunkun 2025-12-01 23:03:45 +08:00
  • 280e011ae4 [fix] update RecentConnectionsWindow layout dijunkun 2025-12-01 17:16:28 +08:00
  • 8d09bf53c3 [fix] fix UpdateNotificationWindow dpi scaling fix/dpi-scaling dijunkun 2025-12-01 13:52:39 +08:00
  • 131b4f1795 [fix] resolve compilation errors on Linux dijunkun 2025-12-01 13:07:36 +08:00
  • 7d3ecf789d [fix] fix control bar dpi scaling dijunkun 2025-12-01 11:30:35 +08:00
  • 37797bf873 [fix] fix DPI scaling issues dijunkun 2025-12-01 04:54:30 +08:00
  • 91d42b6561 [fix] macOS: fix audio capture, refs #29 dijunkun 2025-11-30 17:13:02 +08:00
  • feb9f2f460 [revert] revert to the pre-lock version v1.1.11-20251128-feb9f2f v1.1.11 dijunkun 2025-11-28 11:44:08 +08:00
  • 9c1753c78c [chroe] add issue templates Junkun Di 2025-11-28 11:34:22 +08:00
  • 7370ff5b30 [chore] add HelloGitHub badge dijunkun 2025-11-28 11:10:41 +08:00
  • f6eda34dbd [fix] fix dead lock during connecting v1.1.10-20251128-f6eda34 v1.1.10 dijunkun 2025-11-28 10:02:57 +08:00
  • 5d9a0a3ea5 [fix] fix dead lock during peer init v1.1.9-20251128-5d9a0a3 v1.1.9 dijunkun 2025-11-28 09:32:21 +08:00
  • 3d8249bffa [fix] use lock and null pointer checks to prevent crashes v1.1.8-20251128-3d8249b v1.1.8 dijunkun 2025-11-28 00:41:29 +08:00
  • 82f32cbe8f [fix] fix incorrect peer reference in AddVideoStream call dijunkun 2025-11-27 23:53:27 +08:00
  • 56da2f99f3 [chore] update Linux log path configuration dijunkun 2025-11-27 23:20:14 +08:00
  • e6c72fe558 [feat] remove screen capture and accessibility permission when reinstall fix/macos-permission-remove dijunkun 2025-11-27 17:35:15 +08:00
  • a964c6bbf5 [fix] call log after log initialzation, refs #36, #29 v1.1.7-20251127-a964c6b v1.1.7 dijunkun 2025-11-27 16:09:08 +08:00
  • 239da373d0 [feat] attempt to rejoin once per second v1.1.6-20251127-239da37 v1.1.6 dijunkun 2025-11-27 04:20:29 +08:00
  • 217cfb091d [feat] display version info on startup dijunkun 2025-11-27 04:18:08 +08:00
  • 3c3c7b9ae0 [fix] fix crash when screen recording permission is not granted on macOS, refs #29 v1.1.6-20251127-3c3c7b9 fix/macos-permission-request dijunkun 2025-11-27 03:32:16 +08:00
  • f14bdb7fe8 [feat] optimize UpdateNotificationWindow UI appearance dijunkun 2025-11-27 03:07:55 +08:00
  • c0a98f97c3 [feat] optimize RequestPermissionWindow UI appearance dijunkun 2025-11-27 02:40:33 +08:00
  • 0ab6686eb8 [feat] use DrawToggleSwitch to request permission dijunkun 2025-11-26 23:32:04 +08:00
  • 76b475450b [feat] request macOS system permissions by showing a prompt on startup dijunkun 2025-11-26 18:18:40 +08:00
  • 5d1e1b5667 [fix] remove permissions on uninstall and request permissions during installation for MacOS dijunkun 2025-11-26 16:11:49 +08:00
  • c3b8b1374a [chore] update README dijunkun 2025-11-25 16:30:14 +08:00
  • 7c940d6b15 [ci] fix tag error in update-version-json.yml v1.1.5-20251125-7c940d6 v1.1.5 dijunkun 2025-11-25 03:30:28 +08:00
  • a3c905d175 [ci] fix tag error in update-version-json.yml v1.1.5-20251125-a3c905d dijunkun 2025-11-25 02:58:56 +08:00
  • 86501b05dd [feat] show notification window if there is a new version avaliable dijunkun 2025-11-25 01:20:16 +08:00
  • 01ebed9b37 [ci] upload release notes to version.json dijunkun 2025-11-25 01:19:12 +08:00
  • 2188adb1f1 [chore] disable CROSSDESK_DEBUG in keyboard and mouse control v1.1.4-20251124-2188adb v1.1.4 dijunkun 2025-11-24 16:47:33 +08:00
  • 51409e16c8 [chore] update README v1.1.3-20251123-51409e1 v1.1.3 dijunkun 2025-11-23 01:54:54 +08:00
  • 6ca3b58ae2 [fix] update MiniRTC to resolve occasional crash during connection shutdown, refs #29 dijunkun 2025-11-23 01:47:48 +08:00