Skip to content

Releases: Samillion/ModernZ

v0.1.7

22 Oct 14:21
8cfdcde
Compare
Choose a tag to compare

What's Changed

  • fix: allow osc to hide properly with bottomhover on by @Keith94 in #76
  • fix: replace escaped quotes and remove unneeded parentheses by @Samillion in #77
  • fix: subtitle position with screenshot button using subtitle+each-frame flag by @Samillion in #78
  • fix: simplify logic where possible and be consistent by @Samillion in #78

Full Changelog: v0.1.6...v0.1.7

Extras

  • Pause Indicator Lite A simple script that displays an indicator on pause, with options to adjust icon, color, height, width, opacity and whether to toggle pause with a keybind or not.
  • Integrated Locales Easily switch ModernZ OSC to your preferred language

v0.1.6

21 Oct 06:30
8fb58fd
Compare
Choose a tag to compare

What's Changed

  • add: locales as an optional separate file with english fallback by @Xurdejl in #61
  • add: configurable time format option by @Xurdejl in #67
  • add: audio device select on volume ctrl button with mouse right click by @Samillion in #69
  • add: option to control show/hide height for bottom hover by @Samillion in #70
  • add: option to control pause state while seeking with mouse move by @Samillion in #66
  • fix: apply dynamic time format to seekbar tooltip (#62) by @Xurdejl in #64
  • fix: don't force keeponpause when it's disabled by @Samillion in #68
  • fix: monitor stock osc value early by @Samillion in #73
  • fix: respect title-bar config and show/hide top bar correctly by @Samillion in #74
  • fix: playlist button comment by @Keith94 in #56
  • pause indicator: add option to flash play icon on unpause by @Samillion in #59
  • pause indicator: clear flash play icon correctly on pause spam by @Samillion in #60

Important

Please add osc=no to your mpv.conf to ensure no conflicts with mpv's stock OSC.

New Contributors

Extras

  • Pause Indicator Lite A simple script that displays an indicator on pause, with options to adjust icon, color, height, width, opacity and whether to toggle pause with a keybind or not.
  • Integrated Locales Easily switch ModernZ OSC to your preferred language

Full Changelog: v0.1.5...v0.1.6

v0.1.5

18 Oct 21:44
b354f40
Compare
Choose a tag to compare

What's Changed

  • fix: disabled elements don't follow the same style by @Xurdejl in #48
  • feat: dynamic time format based on video duration by @Xurdejl in #50
  • fix: remove duplicate showfullscreen option by @Xurdejl in #51

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

17 Oct 16:58
742a4cc
Compare
Choose a tag to compare

What's Changed

  • Add user option to show/hide the previous/next playlist track buttons by @Samillion in #39
  • Add user option to show/hide fullscreen toggle button by @Samillion in #41
  • Allow scroll wheel to cycle tracks on audio/subtitle buttons by @Samillion in #43
  • Do not show volumebar tooltip if no audio tracks are available by @Samillion in #44
  • Add user options for mouse actions on buttons by @Samillion in #46
  • Add user option to match volume bar color with seekbar color by @Samillion in #47

Full Changelog: v0.1.3...v0.1.4

v0.1.3

16 Oct 21:28
4cfdeb7
Compare
Choose a tag to compare

What's Changed

  • Do not use /no-ext by default as it could produce an error #31
  • Show/hide buttons consistently from left and right #29

Full Changelog: v0.1.2...v0.1.3

v0.1.2

16 Oct 14:32
4178028
Compare
Choose a tag to compare

What's Changed

  • Fix improperly closed ASS tags
  • Fix alpha shade not showing on full screen with --border=yes
  • Fix interactive lists hiding behind OSC on pause
  • Fix window controls not working while paused and pinned
  • Correctly hide OSC buttons if no room to show them
  • Decrease show/hide zone above OSC with bottomhover=yes
  • Allow scroll wheel to seek when hovering over seekbar
  • Adjust raised subtitles based on user_opts window or fullscreen scale
  • Embrace interactive lists #19

Contributors

  • @Keith94 has helped tremendously in finding bugs and testing, which honestly made the process a lot smoother and the OSC experience is now much better due to their efforts.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Oct 22:17
ceaf045
Compare
Choose a tag to compare

Release log

  • Fix fatal error in idle state --force-window --idle

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Oct 21:06
7181d04
Compare
Choose a tag to compare

Release log

  • Re-organize the functions and variables so the order makes sense and not just random
  • Ensure all included functions and variables are actually used and not remnants of the past
  • Match mpv's osc.lua standards and functionality, where relative, to ensure compatibility and stability.
  • Fix user_opts language in modernz.conf not applied/ignored
  • Fix shift+mbtn_right events not working
  • Add an option to show a playlist button (mode: simple or select.lua)
  • Add more configurable user_opts
  • Add validation for some user_opts
  • Remove redundant user_opts persistentprogresstoggle
  • Remove NIH functions for formatting
  • Remove forced input keybindings