Skip to content

Releases: tomasklaen/uosc

3.1.0

24 Aug 11:44
Compare
Choose a tag to compare

Features

  • File navigation menus now support traversing to other drives on Windows (#124) @Hill-98
  • Add an ability to open submenus @tomasklaen
    R    script-message-to uosc show-submenu "Utils > Aspect ratio"
    
  • Add time_precision option @tomasklaen

    Use to display sub second precision in timeline timestamps. For example, setting to 2 will produce 00:00:00.42.

  • Provide default context menu @tomasklaen

    If there is no context menu defined in input.conf and user calls uosc/menu binding, there will now be a pre-configured menu with common actions.

  • Preselect previous folder when navigating up the file tree @tomasklaen
  • Preselect 1st item when opening new menus @tomasklaen

Fixes

  • Menu item navigation not selecting the scrolled to index @tomasklaen
  • Color chapters to the left of the progress line were colored with background color @tomasklaen
  • Adjust and visualize time area padding due to line width @tomasklaen
  • Correct hovered menu item detection @tomasklaen
  • Show timeline adjacent elements during peek-timeline even when cursor is hidden @tomasklaen
  • Load subtitles menu loosing allowed types filter during navigation @tomasklaen
  • Directory navigation menus pre-selecting 1st item instead of 1st path @tomasklaen

Full Changelog: 3.0.0...3.1.0

3.0.0

22 Aug 10:56
Compare
Choose a tag to compare

Features

  • [BREAKING!] New default timeline progress style line. Line is semantically and visually the most appropriate way to represent current time. Doing it with a bar was sub-optimal as it collides with chapter and cached ranges so there was just too many bars on top of each other, making it harder to tell what's going on.

    This comes with 3 new options to control the line:
    timeline_line_width=2 to control the width in windowed mode
    timeline_line_width_fullscreen=3 to control the width in fullscreen mode
    timeline_line_width_minimized_scale=10 to scale the line 10x when the timeline is minimized so the position is more visible

    If you want the old progress bar back, just set timeline_style=bar.
  • [BREAKING!] Implemented consistent scrolling direction among elements. Scrolling up now always increases the value. This affects timeline_step, speed_step, and volume_step. Set these values to negative to flip the direction. (#87) @christoph-heinrich
  • Speed step can now be a factor by enabling speed_step_is_factor=yes (#108) @christoph-heinrich
  • Support for high dpi displays, as well as new ui_scale option (#91) @christoph-heinrich
  • Playlist, subtitle, audio, video and chapter menus now update while opened (#98) @christoph-heinrich
  • Hovering over timeline now displays the title of the current chapter above the timestamp (#93) @christoph-heinrich
  • default_directory=~/ option that controls the default location of open-file menu when triggered without any open file, or when watching a stream
  • Menus now shows more information about tracks (#99) @christoph-heinrich
  • Context menu now allows creating empty folders with # ignore #! Folder title > (#101) @christoph-heinrich
  • Added menu_min_width=260, menu_min_width_fullscreen=360, and menu_parent_opacity=0.4 options (#115) @christoph-heinrich
  • Display playlist position in window title (#120) @po5
  • Added timeline_chapters_width=6 option to control the width of each chapter display format (#119) @po5
  • Other small UI tweaks and fixes...

Changes

  • [BREAKING!] chapters and chapters_opacity options renamed to timeline_chapters and timeline_chapters_opacity

Fixes

Full Changelog: 2.17.0...3.0.0

2.17.0

14 Aug 12:27
Compare
Choose a tag to compare

Added

  • default_directory option - if there is no file open, this is the open-file menu directory that will be used. ~/ by default.

Older change logs are available here: CHANGELOG.md