Commit graph

  • acadb9e316 Notes added by 'git notes add' semantic-release-bot 2026-05-05 16:56:41 +00:00
  • dd32f44e3d fix: clean up unused using directives and add firmware version check in ControlSystem v2.31.1-fix-debug-on-cslan-and-fw-dependency-check.1 Neil Dorin 2026-05-05 10:55:33 -06:00
  • 8599262a1a Notes added by 'git notes add' semantic-release-bot 2026-05-04 16:10:48 +00:00
  • ba48f23a71
    Merge pull request #1410 from PepperDash/tieline-visualisation v2.31.0 Andrew Welker 2026-05-04 11:10:06 -05:00
  • 447af3883c
    fix: align GetHtmlDebugPath with AssetLoader two-hop path resolution copilot-swe-agent[bot] 2026-05-04 15:48:12 +00:00
  • 3b57860123 fix: correct response status description in LoginRequestHandler and improve error logging in ServeDebugAppRequestHandler v2.31.0-tieline-visualisation.3 Neil Dorin 2026-05-04 09:43:06 -06:00
  • c713743f13
    Fix connectEnabled thread safety; remove unused import; fix docs copilot-swe-agent[bot] 2026-05-02 20:36:27 +00:00
  • a8bda31998 Notes added by 'git notes add' semantic-release-bot 2026-05-01 23:09:56 +00:00
  • 87025b7b0e fix: log connection refused errors in GenericUdpClient to prevent repeated warnings v2.31.0-hotfix-udpClient.3 Jonathan Arndt 2026-05-01 16:09:02 -07:00
  • 73506201fc Notes added by 'git notes add' semantic-release-bot 2026-05-01 22:59:57 +00:00
  • c0b2ed1528 fix: rename UdpClient to UdpServer and update related documentation v2.31.0-hotfix-udpClient.2 Jonathan Arndt 2026-05-01 15:59:09 -07:00
  • 13bad5b9cc Notes added by 'git notes add' semantic-release-bot 2026-05-01 21:30:47 +00:00
  • 7239c827ed feat: add support for UdpClient in communication methods and implement GenericUdpClient class v2.31.0-hotfix-udpClient.1 Jonathan Arndt 2026-05-01 14:29:54 -07:00
  • 8e9bf5b987 Notes added by 'git notes add' semantic-release-bot 2026-05-01 20:46:29 +00:00
  • b0525b0f97 Merge remote-tracking branch 'origin/dev/v3-testing' into dev/v3-testing v3.0.0-dev-v3-testing.14 Neil Dorin 2026-05-01 14:44:52 -06:00
  • 564386576c Notes added by 'git notes add' semantic-release-bot 2026-05-01 20:44:32 +00:00
  • 2e1bb8b286 feat: Enhance WebSocket URL generation to support dual-stack environments by using CSLAN IP if available Neil Dorin 2026-05-01 14:44:07 -06:00
  • b1a575e4d2 feat: enhance URL generation in DebugWebsocketSink to support dual-stack environments v2.31.0-tieline-visualisation.2 Neil Dorin 2026-05-01 14:43:48 -06:00
  • 894cda4d37 Notes added by 'git notes add' semantic-release-bot 2026-05-01 14:06:47 +00:00
  • a95356a9fd fix: Lower log level for client disconnect and missing client v2.28.1-hotfix-mc-message-logging.1 hotfix-mc-message-logging Nick Genovese 2026-05-01 10:05:57 -04:00
  • e55779ea49 Notes added by 'git notes add' semantic-release-bot 2026-04-30 20:33:30 +00:00
  • 7ecced8639 Notes added by 'git notes add' semantic-release-bot 2026-04-30 20:25:12 +00:00
  • 2fdd73498a Merge remote-tracking branch 'origin/main' into tieline-visualisation v2.31.0-tieline-visualisation.1 Neil Dorin 2026-04-30 14:24:14 -06:00
  • ee240ca378 feat: add ServeDebugAppRequestHandler for serving debug app assets and improve error handling in LoginRequestHandler Neil Dorin 2026-04-30 14:22:53 -06:00
  • 9038eac3c6 Notes added by 'git notes add' semantic-release-bot 2026-04-30 17:01:25 +00:00
  • f31f0611f1
    Merge pull request #1374 from PepperDash/tieline-visualisation v2.30.0 Neil Dorin 2026-04-30 10:59:50 -06:00
  • 7bfc8ae4ee Notes added by 'git notes add' semantic-release-bot 2026-04-24 15:20:56 +00:00
  • 89a1b662b0 fix: return early if config devices are null, with an appropriate log message v3.0.0-dev-v3-testing.13 Andrew Welker 2026-04-24 10:19:18 -05:00
  • 170becba0a Notes added by 'git notes add' semantic-release-bot 2026-04-17 15:58:27 +00:00
  • 0a991cffb0 docs: remove commented out code and associated XML comments v2.29.0-tieline-visualisation.5 Andrew Welker 2026-04-17 10:57:36 -05:00
  • 18088d37a1 feat: handle timers correctly and migrate to native Timer instead of CTimer Andrew Welker 2026-04-17 10:56:51 -05:00
  • 4f86009209 chore: remove unused using statements Andrew Welker 2026-04-17 10:56:14 -05:00
  • 2197dc489d fix: pre-built routes now respect source ports for finding routes Andrew Welker 2026-04-17 10:27:54 -05:00
  • db14a614bc fix: move to concurrent dictionary instead of hash set for impossible routes Andrew Welker 2026-04-17 10:02:19 -05:00
  • 4a59cf9f81 chore: remove deprecated Debug.Console methods Andrew Welker 2026-04-17 10:02:04 -05:00
  • 42e79381d6 Notes added by 'git notes add' semantic-release-bot 2026-04-17 03:33:11 +00:00
  • 56aa570ac0 Notes added by 'git notes add' semantic-release-bot 2026-04-17 03:32:11 +00:00
  • dc656bddf1 feat: Implement login request handler with token generation and error handling v3.0.0-dev-v3-testing.12 Neil Dorin 2026-04-16 21:31:42 -06:00
  • 9ea5ec5d1a feat: implement login functionality with LoginRequestHandler and integrate asset loading v2.29.0-tieline-visualisation.4 Neil Dorin 2026-04-16 21:31:30 -06:00
  • 0cca91913e Notes added by 'git notes add' semantic-release-bot 2026-04-15 04:13:25 +00:00
  • 6e9480f503 feat: add DeleteAllUiClientsHandler and route for deleting all clients. Resolve issues with client closing websocket connection to DebugWebsocketSink v2.29.0-tieline-visualisation.3 Neil Dorin 2026-04-14 22:12:39 -06:00
  • 5f86270320 Notes added by 'git notes add' semantic-release-bot 2026-04-14 22:41:15 +00:00
  • a610e127de fix: update version to 2.29.0-local in Directory.Build.props v2.29.0-tieline-visualisation.2 Neil Dorin 2026-04-14 16:40:37 -06:00
  • d3ef79cc58
    Merge 6b58dbd7d6 into c820052b41 Copilot 2026-04-14 11:13:13 -05:00
  • ab1597bd8c Notes added by 'git notes add' semantic-release-bot 2026-04-14 15:54:21 +00:00
  • c820052b41
    Merge pull request #1409 from PepperDash/feature/update-codec-webview-state v2.29.0 Neil Dorin 2026-04-14 09:53:32 -06:00
  • 773127deea Notes added by 'git notes add' semantic-release-bot 2026-04-14 14:10:46 +00:00
  • bf517ad8b8 fix: add url property to WebViewClear v2.29.0-feature-update-codec-webview-state.2 Erik Meyer 2026-04-14 10:09:52 -04:00
  • ccc246dc50 Notes added by 'git notes add' semantic-release-bot 2026-04-14 04:37:18 +00:00
  • d1501d2dab feat: Enhance plugin version check with error handling and logging v3.0.0-dev-v3-testing.11 Neil Dorin 2026-04-13 22:35:47 -06:00
  • 66e0e0ea8c Notes added by 'git notes add' semantic-release-bot 2026-04-14 04:04:31 +00:00
  • af7411f43b fix: Correctly retrieve package ID from assembly metadata for version checks v3.0.0-dev-v3-testing.10 Neil Dorin 2026-04-13 22:03:07 -06:00
  • 7d60c41dbc feat: Rename LoadConfig2 to LoadConfig and implement plugin version checks against configuration Neil Dorin 2026-04-13 21:50:24 -06:00
  • 29d76782c1 Notes added by 'git notes add' semantic-release-bot 2026-04-14 03:12:58 +00:00
  • 5f4a35d425 feat: Enhance initialization error handling and add console command for reporting exceptions v3.0.0-dev-v3-testing.9 Neil Dorin 2026-04-13 21:11:35 -06:00
  • a3553efa93 Notes added by 'git notes add' semantic-release-bot 2026-04-14 03:02:50 +00:00
  • 71cf7ef4df feat: Add console command to report initialization exceptions for improved diagnostics v3.0.0-dev-v3-testing.8 Neil Dorin 2026-04-13 21:01:22 -06:00
  • faa362f294 Notes added by 'git notes add' semantic-release-bot 2026-04-14 02:58:39 +00:00
  • ac3b73cf32 feat: Implement initialization exceptions handling and add API endpoint for retrieval v3.0.0-dev-v3-testing.7 Neil Dorin 2026-04-13 20:57:15 -06:00
  • 554916a74a refactor: Remove commented generic interface from IRouting for clarity Neil Dorin 2026-04-13 20:57:10 -06:00
  • f5674b11fa Notes added by 'git notes add' semantic-release-bot 2026-04-13 20:08:45 +00:00
  • e55ac38719 feat: update IHasWebView with webview state info v2.29.0-feature-update-codec-webview-state.1 Erik Meyer 2026-04-13 16:08:01 -04:00
  • bb6036e4bd Notes added by 'git notes add' semantic-release-bot 2026-04-11 00:45:52 +00:00
  • 7f9c27d62a Notes added by 'git notes add' semantic-release-bot 2026-04-10 15:51:53 +00:00
  • e800e0912c Merge remote-tracking branch 'origin/main' into tieline-visualisation v2.29.0-tieline-visualisation.1 Neil Dorin 2026-04-10 09:50:58 -06:00
  • 3d8ee22f45 feat: Refactor routing signal types and enhance web API for routing devices v3.0.0-dev-v3-testing.6 Neil Dorin 2026-04-10 09:49:16 -06:00
  • ec3e2bbc0b fix: Remove 'Debug 4.7.2' configuration from project files for consistency Neil Dorin 2026-04-09 14:19:33 -06:00
  • f1da6a62dd Notes added by 'git notes add' semantic-release-bot 2026-04-09 20:01:59 +00:00
  • b85f1dab6b feat: Add asset loading functionality and related tests for improved resource management v3.0.0-dev-v3-testing.5 Neil Dorin 2026-04-09 14:00:27 -06:00
  • 4a8459786e Notes added by 'git notes add' semantic-release-bot 2026-04-08 23:01:23 +00:00
  • 4ed5e648c0 feat: Load assets during ControlSystem initialization for enhanced resource management v3.0.0-dev-v3-testing.4 Neil Dorin 2026-04-08 17:00:16 -06:00
  • 84491cd61a Notes added by 'git notes add' semantic-release-bot 2026-04-08 22:54:27 +00:00
  • 35d44f91e4 feat: Implement devTools zip file extraction and cleanup process for improved debugging support v3.0.0-dev-v3-testing.3 Neil Dorin 2026-04-08 16:53:29 -06:00
  • ad147b7428 Notes added by 'git notes add' semantic-release-bot 2026-04-08 22:47:36 +00:00
  • fa9dc3a2b1 feat: Add devToolsVersion to build configuration for enhanced version control v3.0.0-dev-v3-testing.2 Neil Dorin 2026-04-08 16:46:45 -06:00
  • 7e3c62b303 fix: Update actions/checkout and actions/setup-dotnet versions for improved compatibility Neil Dorin 2026-04-08 15:54:15 -06:00
  • deca63f213 Notes added by 'git notes add' semantic-release-bot 2026-04-08 21:50:44 +00:00
  • 884b2c2e6e feat: Enhance documentation for MicrophonePrivacyController and its factory with detailed summaries and parameter descriptions v3.0.0-dev-v3-testing.1 Neil Dorin 2026-04-08 15:49:38 -06:00
  • daf9b4bda0 refactor: Change CustomActivate and Initialize methods to protected access in multiple classes for better inheritance control Neil Dorin 2026-04-08 15:47:58 -06:00
  • 2cceb3e9af Notes added by 'git notes add' semantic-release-bot 2026-04-08 21:25:24 +00:00
  • e818c9ca03 fix: Downgrade setup-dotnet action version to v5 for compatibility Neil Dorin 2026-04-08 15:24:13 -06:00
  • 5dd6d18fcc feat: Update CI workflow and project files for improved testing and documentation generation Neil Dorin 2026-04-08 15:23:49 -06:00
  • 37961b9eac feat: Enhance device testing and environment handling with new interfaces and fakes Neil Dorin 2026-04-08 13:21:15 -06:00
  • 24df4e7a03 feat: Add unit tests and fakes for Crestron environment and data store Neil Dorin 2026-04-08 12:41:15 -06:00
  • bfb9838743 refactor: Rename logging level switch variables for clarity and add fallback handler to WebApiServer to allow for serving debug app dev/v3 Neil Dorin 2026-04-08 11:51:10 -06:00
  • c98b48ff87 refactor: Clean up and streamline Debug and WebApiServer classes for improved readability and performance Neil Dorin 2026-04-07 15:53:00 -06:00
  • 2cd5f914e0 Notes added by 'git notes add' semantic-release-bot 2026-04-06 21:01:33 +00:00
  • 77a5c4476f feat: update version to 2.29.0 and enhance logging in DebugWebsocketSink v2.29.0-feature-add-audioDeviceKey-prop-to-sli.2 feature/add-audioDeviceKey-prop-to-sli Neil Dorin 2026-04-06 15:00:44 -06:00
  • 30979f2b67 feat: improve websocket server shutdown process and enhance codec preset handling Neil Dorin 2026-04-06 11:25:30 -06:00
  • 5f5c524ee2 Notes added by 'git notes add' semantic-release-bot 2026-04-03 17:22:05 +00:00
  • d2684f364d
    Merge pull request #1407 from PepperDash/update-routing-documentation v2.28.1 Neil Dorin 2026-04-03 11:21:32 -06:00
  • 29d5804cb0
    docs: fix spelling error Andrew Welker 2026-04-02 17:31:02 -05:00
  • 8a9d557792 Notes added by 'git notes add' semantic-release-bot 2026-04-02 20:23:10 +00:00
  • c20d49f430 fix: restrict tieline creation when signal types are invalid v2.28.1-update-routing-documentation.1 Andrew Welker 2026-04-02 15:22:17 -05:00
  • a82cf4f449 docs: udpate routing documentation to match the algorithm Andrew Welker 2026-04-02 15:21:59 -05:00
  • 0fc7ea253b Notes added by 'git notes add' semantic-release-bot 2026-04-01 19:24:06 +00:00
  • 5b45a5caa6 feat: add audioDeviceKey property to SourceListItem and mark Destinations as obsolete v2.29.0-feature-add-audioDeviceKey-prop-to-sli.1 Neil Dorin 2026-04-01 13:23:14 -06:00
  • 39cbf9238a Notes added by 'git notes add' semantic-release-bot 2026-04-01 14:59:53 +00:00
  • d0ab42ccb7 Merge branch 'feature/add-network-switch-poe-interfaces' into feature/web-api-updates v2.29.0-feature-web-api-updates.1 Neil Dorin 2026-04-01 08:56:21 -06:00
  • 1b10910cc2 fix: update GetFeedbacksForDeviceRequestHandler to return JSON response for missing device Neil Dorin 2026-04-01 08:56:10 -06:00