Skip to content

Releases: tomasklaen/uosc

4.6.0

15 Feb 09:02
Compare
Choose a tag to compare

Features

Fixes

Tweak

Full Changelog: 4.5.0...4.6.0

4.5.0

07 Dec 17:17
Compare
Choose a tag to compare

Features

  • back in file menus now navigates up the directory tree @tomasklaen
  • Allow clicking timeline chapter indicators @tomasklaen

Fixes

Full Changelog: 4.4.0...4.5.0

4.4.0

28 Oct 20:31
Compare
Choose a tag to compare

Features

Fixes

Performance

Refactor

Full Changelog: 4.3.0...4.4.0

4.3.0

11 Oct 11:11
Compare
Choose a tag to compare

Features

Fixes

  • osd-align-* properties messing up the UI (#286) @hooke007
  • Some things not using correct colors @tomasklaen
  • Remove opinionated opacity tweaks @tomasklaen
  • Broken texture tiling when font_bold was enabled @tomasklaen
  • Thumbnail not clearing when dragging timeline out of window @tomasklaen
  • Icons affected by font_bold=yes @tomasklaen
  • Shuffle not really random @tomasklaen
  • Use mouse-pos property instead of keybinds (#301) @christoph-heinrich
  • Drag seeking crashing the UI during file loads @tomasklaen
  • Thumbnail not clearing when timeline dragging released outside of timeline @tomasklaen
  • Current chapter not updating on chapter list changes @tomasklaen
  • CycleButton internal prop state not initiating properly @tomasklaen
  • Title not escaping ass tags in filenames @tomasklaen
  • Title initializing prematurely and not accounting for dynamic variables @tomasklaen
  • Menu parser not ignoring other comments (#315) @Hikari

Tweaks

Documentation

  • Adjust outdated navigation looping instructions @tomasklaen
  • Clarify shuffle control and option descriptions @tomasklaen

Full Changelog: 4.2.0...4.3.0

4.2.0

02 Oct 11:23
Compare
Choose a tag to compare

Features

  • Add editions menu, editions control and has_many_editon disposition (#277) @dyphire
  • Include closing in ending chapter range patterns @tomasklaen
  • Implement external properties API @tomasklaen
  • [breaking] Implement toggle-elements <elements> message @tomasklaen
    This replaced toggle-{element} script bindings.

Fixes

  • osd-* properties messing up the UI @tomasklaen
  • Incorrect active index in audio-device menu (#276) @dyphire
  • Decouple speed and timeline visibility @tomasklaen
  • Elements colliding on small window dimensions @tomasklaen
  • Controls config default not matching script default (#283) @hooke007
  • Disable menu item pre-selection for mouse navigation @tomasklaen

Performance

Full Changelog: 4.1.0...4.2.0

4.1.0

28 Sep 06:56
Compare
Choose a tag to compare

Features

Fixes

Full Changelog: 4.0.1...4.1.0

4.0.1

24 Sep 15:25
Compare
Choose a tag to compare

Fixes

  • Confusing collisions between progress line and timeline ranges @tomasklaen

Full Changelog: 4.0.0...4.0.1

4.0.0

23 Sep 23:34
Compare
Choose a tag to compare

A huge update that brings controls bar, thumbnails, textures, UI polish, and tons of other features!

uosc now requires multiple files to be installed, so grab the uosc.zip archive below with all of the requirements instead of just downloading the script from repository.

It's also a good idea to re-download the default config file and reconfigure your uosc. A lot has changed.

Note: to get thumbnails, you need to install thumbfast.

Features

Fixes

  • -A LOT of fixes, most of them related to 4.0 development. See the full changelog below when interested.

Refactor

  • [breaking] active and selected_index menu API @tomasklaen
  • [breaking] Removed color_ prefixes from options @tomasklaen

Full Changelog: 3.1.2...4.0.0

3.1.2

25 Aug 09:44
Compare
Choose a tag to compare

Features

  • Always disable the original osc (#128) @hooke007

    With this, setting osc=no in mpv.conf is theoretically not needed anymore, but just to be safe we are going to keep it as a recommended installation step.

Fixes

  • Drives menu unable to read drives in player idle mode @tomasklaen

Full Changelog: 3.1.1...3.1.2

3.1.1

24 Aug 14:38
Compare
Choose a tag to compare

Fixes

  • Menu cursor detection ignoring updated items @tomasklaen

    This was causing self updating menus (subtitles, audio, chapters, ...) to ignore cursor movement and not be clickable.