github tomasklaen/uosc 3.0.0

latest releases: 5.2.0, 5.1.1, 5.1.0...
22 months ago

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

Don't miss a new uosc release

NewReleases is sending notifications on new releases.