Skip to content

Releases: bp2008/ui3

UI3-318

28 Feb 00:51

Choose a tag to compare

Version 318

  • ui3-local-overrides.js and ui3-local-overrides.css files are no longer requested if they don't exist (requires Blue Iris 6.0.3.3 or newer). This improves UI3's loading speed and efficiency slightly.
    • Also, the last write time of each overrides file is now included as a URL parameter, improving browser caching behavior (requires Blue Iris 6.0.3.3 or newer).

UI3-317

27 Feb 15:41

Choose a tag to compare

Version 317

  • Preparation for conditionally requesting local-overrides files after web server changes are made and verified correct.

Login Version 34

  • Query string parameters are now preserved when leaving the login page, if there was no "page" URL parameter.

UI3-316

30 Jan 22:56

Choose a tag to compare

Version 316

  • Fixed a bug where certain long-pressable buttons (Auto-Maximize button and profile lock/hold button) would fire their short-click events twice on touchscreens. This caused the profile lock/hold button to malfunction on touchscreens unless long pressed. Fixes #215

UI3-315

17 Jan 04:48

Choose a tag to compare

Version 315

  • Fixed bug where PTZ 3D Positioning via mouse wheel click-and-drag failed to operate in group views despite the red or blue rectangle being rendered as intended.
  • Fix issue with swipe left and right gesture actions not being properly suppressed when the gesture starts in the playback controls.
  • Slightly reorganize Clips / Alerts section of UI settings.
  • Minor revisions to Clip Properties panel.

UI3-314

01 Jan 03:07

Choose a tag to compare

Version 314

  • The "UI3 Streaming Profiles" panel now has some empty space beside the profile list to facilitate easier scrolling on touchscreens, since the long-press-to-rearrange mechanism prevents normal touchscreen scrolling when touching list items.
  • The streaming profile list in the "UI3 Streaming Profiles" panel now more-precisely defines which video codecs are configured in each profile, and color codes their labels for easier visual identification.
  • Fixed bug where the context menu in the Playback Controls > Streaming Quality list did not always cause the list to close after a context menu item was clicked.
  • Fixed bug where swipe left and right actions took effect even if the gesture should have been captured by PTZ 3D positioning. This update was intended to also prevent swipe gestures from taking effect on the Playback Controls area, but that fix was not correctly functional on touchscreens. Fixed in Version 315.

UI3-313

24 Dec 15:36

Choose a tag to compare

Version 313

  • Clip Preview Animation: Navigate hotkeys are now bound by default to Numpad subtract and Numpad add.
    • These new defaults replace your current setting if you ran UI3-311 or UI3-312.
  • Fixed a bug where the Clip Preview Animation Navigation buttons failed to select the currently open clip as a starting point in some cases.

UI3-312

24 Dec 01:07

Choose a tag to compare

Version 312

  • Added a new hotkey "Open Selected Clip", bound to "Enter" by default. This is mainly useful if navigating through the clip list using the recently-added "Clip Preview Animation" navigation buttons or hotkeys.
  • Fixed bugs related to the clip list thumbnail tooltip/popup and preview animation getting closed when it was intended to remain open.

UI-311

20 Dec 17:24

Choose a tag to compare

Version 311

  • Added clip preview animation navigation hotkeys, unset by default. (#208)
  • Added clip preview navigation buttons (optional) to UI Settings > Clips / Alerts. (#208)

UI3-310

19 Dec 22:19

Choose a tag to compare

Version 310

  • When used with Blue Iris 6.0.1.1 or newer, UI3 can tell when it is connected via LAN versus WAN, and remembers the Streaming Quality choice separately for each case.
  • Blue Iris changelog link updated to "https://blueirissoftware.com/changelog6.pdf" in Server Control panel.

UI3-309

26 Nov 23:56

Choose a tag to compare

Version 309

  • Added <meta name="color-scheme" content="dark" /> element to ui3.htm which causes various system-provided controls to be rendered in dark mode that were previously usually rendered in light mode. These controls were mainly found in dialog boxes such as UI Settings.
  • Right clicking a Streaming Quality profile in the menu in the playback controls area now opens a context menu where you can choose to Select or Edit the profile.
    • Currently only affects the menu at the bottom of the video player, not the one in the "Live" tab side bar.
  • The Streaming Quality profile editor GUI now has an Apply button so you can apply changes without closing the editor panel.
  • Some information about the H.265 codec in use (Profile, Level) is now shown in Stats for nerds.
  • Misc fixes in Streaming Quality profile handling.