Releases: Samillion/ModernZ
Releases · Samillion/ModernZ
v0.1.7
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
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
v0.1.4
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
v0.1.2
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 withbottomhover=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
v0.1.0
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
inmodernz.conf
not applied/ignored - Fix
shift+mbtn_right
events not working - Add an option to show a playlist button (mode:
simple
orselect.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