Skip to content

Releases: bp2008/ui3

UI3-70

30 Mar 16:14
Compare
Choose a tag to compare

Version 70

  • When exporting a section of a clip, the file name now includes the timestamp of the first exported frame, when available (BVR clips only). When frame timestamps are unavailable, the clip's timestamp is used instead, as it always was before this update.
  • Firefox now uses the JavaScript H.264 player by default due to compatibility issues with the HTML5 player. This change to the default does not apply retroactively.
  • Fixed incorrect seek bar position when playing in reverse or non-1x speed when using H.264.

UI3-69

14 Mar 22:03
Compare
Choose a tag to compare

Version 69

  • Resolution limits set within UI3's streaming profiles are now honored more strictly, improving compatibility with devices with limited hardware decoding capabilities.
  • Replaced the "Context Menu" option in UI Settings > Extra to provide a third option for triggering context menus (Double-Click). Although it feels glitchy, the new Double-Click option allows context menus to be opened on Amazon Fire TV in the Silk browser.

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.