Skip to content

Releases: bp2008/ui3

UI3-68

09 Mar 17:13
Compare
Choose a tag to compare

Version 68

  • Fixed a bug where the seek position was displayed incorrectly after seeking in one clip and then opening another clip.
  • UI3 now shows a real-world timestamp in the seek preview box if it believes the clip is likely contiguous. This timestamp will not be shown if UI3 suspects the clip contains time gaps caused by combining multiple alerts into one clip.

UI3-67

26 Feb 16:56
Compare
Choose a tag to compare

Version 67

  • Added device pixel ratio to viewport readout in "Stats for nerds" panel.
  • Removed some ES2015 language usage that is not supported in all browsers.

UI3-66

20 Feb 01:03
Compare
Choose a tag to compare

Version 66

  • The UI will no longer try and fail to play non-BVR clips while they are still recording, instead opening an informational toast message.
  • Fixed bugs which caused erratic seeking behavior when playing clips that are still recording.
  • Fixed one cause of "MEDIA_ERR_SRC_NOT_SUPPORTED" errors.
  • Combined some text lines in the "Stats for nerds" panel.
  • Removed "Frame Timing Error" line from "Stats for nerds" when using the HTML5 player, since this information is unavailable from that player.

UI3-65

12 Jan 20:10
Compare
Choose a tag to compare

Version 65

  • Fixed a bug which caused feature detection to fail early on iOS.

UI3-64

10 Dec 22:51
Compare
Choose a tag to compare

Version 64

  • Disabled H.264 streaming in Microsoft Edge 17.x and newer due to a bug causing the streaming connections to remain open for the life of the browser tab.
  • Added a setting to re-enable H.264, visible only in Edge 17.x and newer. Use at your own risk.

UI3-63

24 Nov 23:10
Compare
Choose a tag to compare

Version 63

  • Changed a private method to public to enable it to be overridden by a UI extension.
  • Minor console logging cleanup.

UI3-62

19 Nov 19:35
Compare
Choose a tag to compare

Version 62

  • The video player's maximize-state is now persisted between UI3 loads.
  • Added URL parameter "maximize=0" to complement the previously-existing "maximize=1" parameter.
  • Renamed the UI Settings > Extra option 'Full Screen: "Video Only"' to "Maximize Video in Full Screen Mode".
  • Added a "Toggle Maximize Video" button next to the Full Screen button in the lower-right corner. By default, this button is hidden to save space, appearing only if the video player is already maximized. This provides an easier way to un-maximize the video player, particularly on touchscreen devices.
  • Added option "Always Show Maximize Button by Full Screen button" (in UI Settings > Extra) which forces the "Maximize Video" button to always exist. This makes the feature more accessible on touchscreen devices.
  • Saving a shortcut to UI3 to your home screen on Android/iOS should now preserve any URL parameters that are present.
  • Misc bugfixes and error message improvements.

UI3-61

20 Oct 18:32
Compare
Choose a tag to compare

Version 61

  • Fixed a v60 bug preventing touch events from being handled by the video player.

UI3-60

19 Oct 23:21
Compare
Choose a tag to compare

Version 60:

  • UI3 will now function with browser cookies disabled and/or when the "HttpOnly cookies" setting is enabled in Blue Iris.
  • Fixed some bugs.
  • Added some bugs.

UI3-59

12 Oct 22:00
Compare
Choose a tag to compare

Version 59

  • Video delay no longer triggers warning toast messages every 10 seconds. Instead, a large orange clock icon will appear in the upper-right corner. The clock can be clicked to view the reason for the delay. People actually wanted to turn off the warnings, so this is a compromise.
  • Video delay is now computed every 2.5 seconds, down from 10 seconds.
  • Corner status icons now scale up at 800x600 viewport size and again at 1600x1200 size so they are easier to notice on large displays.