LiveViewer Release Notes 2.26.0 - Fri, 1 Jul 2022 * Refresh the layout of the Settings Page * Reduce the number of API requests made on startup * Add the ability to toggle notifications 2.25.1 - Wed, 15 Jun 2022 * Minor bug fixes 2.25.0 - Wed, 1 Jun 2022 * New firmware page * Minor bug fixes 2.24.8 - Thu, 19 May 2022 * Theming improvements * Minor bug fixes 2.24.7 - Tue, 10 May 2022 * Add icon to display current port mode on all devices page. 2.24.4 - Tue, 22 Feb 2022 * Add USB information to device page. 2.24.0 - Wed, 26 Jan 2022 * Improve internal build process. * Reduce size of installer. 2.23.5 - Wed, 15 Dec 2021 * [Linux] Fix API update error 'Update not found for architecture'. 2.23.4 - Tue, 14 Dec 2021 * Address issues with Unidock hub's not populating correctly. Will require API 3.0.0 to be fully functional. * Support for API 3.0.0 additional hub status information. * Give better guidance in relation to querying Android battery information due to changes to the behaviour of API 3.0.0. 2.23.3 - Wed, 27 Oct 2021 * Fix error in search when recorder service is not running. * Show firmware update status from whichever page you are on that shows a hub's details. Requires API 3.0.0 or greater. 2.23.2 - Wed, 06 Oct 2021 * Fix issue that could cause LiveViewer to stop updating data if a hub was removed after a request for data, but before the reply was sent. This would cause a 'Data is out of date' warning until you moved to another page. * Fix issue updating the API via LiveViewer due to changes to the website. 2.23.1 - Wed, 08 Sep 2021 * Fix issue that caused the RFID configuration page to be extremely slow when there were a lot of configurations. Changed the display to be virtualized so that only the shown items are drawn. * Fix issue with RFID validation script that missed 2 arguments. 2.23.0 - Fri, 27 Aug 2021 * Add query icons (Red Recorder dots) at key places where information is queried from the recorder service and you would like to know how to fetch the same information, such as when RFID tags have been scanned or USB devices are attached or detached. 2.22.0 - Tue, 24 Aug 2021 * Teach the NVRAM settings page about the new stagger option, and improve general look and feel of the NVRAM page. 2.21.2 - Mon, 23 Aug 2021 * Update the script page so that it correctly orders settings commands to the hub's command line, avoiding problems where the settings_unlock is processed after a settings_set. Also, recalls last script content when returning to page and provide better completion and help. 2.21.1 - Thu, 12 Aug 2021 * Teach firmware update page about the new Cambrionix Type-C Desktop Charger. 2.21.0 - Thu, 12 Aug 2021 * Add ability to specify a validation script before a gate is opened. This lets you perform your own custom validation prior to opening a gate, such as disallowing it when a phone is being provisioned for example. 2.20.0 - Thu, 24 Jun 2021 * Add test page to validate hub health. 2.19.0 - Mon, 21 Jun 2021 * Add functionality to allow import and export of RFID configurations. * Add filter option to RFID configuration page. * Add auto save option to RFID configuration page. * Fix dynamic hubs not being able to select Sync port mode. * Add --fullscreen command line option to force full screen. 2.18.1 - Thu, 29 Apr 2021 * Fix RFID occasionally not opening ModIT gates, or getting a stuck notification. 2.18.0 - Fri, 23 Apr 2021 * Add Python support to script page. Allows you to select from all the installed Python examples included with the API and run them in LiveViewer. Provides help for common configuration errors, such as required modules not installed to the selected Python version. * Remembers last selected script and language. 2.17.1 - Mon, 29 Mar 2021 * [Linux ARM] Correctly download the ARM version of the API update instead of AMD64. 2.17.0 - Thu, 18 Mar 2021 * Add support for changing the battery update options for API 2.20.0. 2.16.0 - Wed, 10 Feb 2021 * Added notification when a hub is unreachable by the API because another application has opened its serial port. * Fix issue with fetching downloadable firmware list. 2.15.0 - Tue, 02 Feb 2021 * Now comes with bundled API which can be used if the API is not already installed. This allows for easily running the LiveViewer application without additional dependencies. 2.14.1 - Mon, 25 Jan 2021 * Add tooltips over download channel selection showing the release notes for that channel. * [Windows] Fix issues with updating LiveViewer when it is installed for all users, and update the install location for all users to the correct location. Users experiencing issues auto-updating to this version from 2.13.0 can manually run the latest installer in `%LOCALAPPDATA%\liveviewer-updater\pending` after it has been shown as downloaded in LiveViewer. 2.14.0 - Mon, 18 Jan 2021 * macOS version now supplied as universal binary supporting both Intel and Apple Silicon. We recommend also using API version 2.17.0 or greater for the same support. 2.13.0 - Wed, 04 Nov 2020 * Add support for configuring API logging for diagnostic purposes. Requires API 2.16.0 or later. Also adds convenient button to zip up API log files for sending to Cambrionix. 2.12.1 - Thu, 12 Aug 2021 * Fix issues with switching port modes on a PDSync. 2.12.0 - Fri, 09 Oct 2020 * Add support for selecting update channels. This can be configured in the Auto Update Settings. * Fix issues in About page with external documentation links. 2.11.0 - Tue, 06 Oct 2020 * Bump version so that auto update facility can correctly detect updates. 2.10.0 - Tue, 01 Sep 2020 * Add Auto Update functionality for LiveViewer and API. * Increase the size of tooltip text for clarity. * Stop it trying to set mode of all ports when the ports are already in the desired mode. * Fix RFID notifications becoming sticky if they're not completely configured. * Add link to release notes in About page. * Change version numbering from N.N.BUILD to standard semver.org method of N.N.N+BUILD. 2.9.0 - Mon, 17 Aug 2020 * Bump version number for first proper release. 2.8.0 - Fri, 07 Aug 2020 * Fix issues with adding firmware files by regressing Electron to working version. 2.7.0 - Thu, 07 May 2020 * Add IMEI and Mac Address display to connected device's details page (requires API 2.11 or greater). 2.6.0 - Thu, 16 Apr 2020 * Improved the RFID configuration to be far more useful. You can now configure an RFID to open or close gates, for a specific port on a hub, all ports on a hub, a specific device, or the best device matching a regex expression. * The RFID configuration has moved to the main Settings page. * It was not possible to retain previous RFID configurations because of the total change of data format.