Releases: bp2008/ui3
Releases · bp2008/ui3
UI3-267
Version 267
- Fixed bug where UI3 was unable to mark alerts as AI confirmed or cancelled, and unable to show the appropriate icon in those cases.
- Added clip/alert list icons for person/vehicle and cancelled alerts.
- Added toggle switches in the UI Settings > Clip / Alert Icons section for all icons that didn't have toggle switches already.
- This release includes an internal redesign of Clip / Alert icon code for better maintainability and extensibility via a new
clipIcons
global object.
UI3-266
Version 266
- While playing a clip or alert, context menu (right-click menu) items are now available to set the start and end frames for export, same as in the Blue Iris local console.
- The idle timeout, when enabled, now has a minimum timeout period of 0.5 minutes (30 seconds) to prevent accidental misconfiguration causing UI3 to be difficult to use due to an excessively short idle timeout.
- Fixed logic error in deciding whether to show the top bar shortcut buttons for various clip list views.
- Fixed character encoding of a few symbols in the help file.
UI3-265
Version 265
- Reorganized UI settings in the
Video Player
section and moved several settings to a new section:Video Player (Advanced)
. - New settings have been exposed in the
Video Player (Advanced)
section to allow users to configure the amount of video delay required to show a warning or automatically restart the stream.
UI3-264
UI3-263
Version 263
- The launcher-icon512.png image no longer has debugging text "512" overlaid upon it.
- Removed unnecessary session argument from manifest.json and launcher icon URLs which have long since been moved to the applet directory.
- help.html and timeout.htm no longer refer to favicon.ico, instead linking to the same icons as ui3.htm.
- manifest.json now defines the largest resolution icon first for each image format, in an attempt to encourage systems to use a higher quality source graphic when installing UI3 as a progressive web app.
UI3-262
Version 262
- If UI3 hasn't finished loading after about 3 seconds, a button appears in the loading status box to allow the user to "Open UI Settings". This should help users reset or modify settings (such as changing the H.264 player) if needed to allow UI3 to finish loading.
UI3-261
Version 261
- Updated
login.htm
page andapplet/loginScripts.js
to fix the "Invalid session" bug that could occur.
Login.htm version 30
- Fixed bug since Blue Iris 5.8.1.1 where the login page failed to properly detect when the session used to load the login page expired before the "Log in" button was clicked, yielding the error message "Invalid session".
UI3-260
Version 260
- The HTML5 video player's error event handler is now slightly more robust and should more gracefully handle the situation where the browser fails to define the error message and code according to spec.
- Fixed an issue where too many AudioContexts could be created simultaneously in browsers that do not properly dispose them when they go out of scope.
UI3-259
Version 259
- Handling of invalid/expired sessions has been made faster and more robust. For best results, use Blue Iris 5.8.1.1 or newer as this gives UI3 the ability to differentiate between "Invalid session" errors and other kinds of errors.
- Fixed bug where the shield/stoplight control's "disabled" state did not actually disable the click action since about UI3-243.