Releases: subhasisbiswal012/mpvLiquidGlassSkin
Releases · subhasisbiswal012/mpvLiquidGlassSkin
Release list
v1.2.0
What's Changed
- docs(site): add Releases section with per-version changelog by @subhasisbiswal012 in #11
- docs(site): self-contained Releases section (direct-zip downloads) by @subhasisbiswal012 in #12
- ci: add busted test workflow + CHANGELOG.md by @subhasisbiswal012 in #13
- feat: chapter & playlist navigation (v1.2.0) by @subhasisbiswal012 in #14
Full Changelog: v1.1.0...v1.2.0
v1.1.0
✨ What's New in v1.1.0 — Full Keyboard Control
This release adds complete keyboard control of playback, plus a YouTube-style centered play/pause OSD. Every keyboard action surfaces the same frosted-glass OSD the scroll wheel uses — so you get clear feedback even when the mouse is idle and the control bar is hidden.
Added
- Seek with the keyboard —
←/→(orA/Dfor gamers) jump the video ∓5 seconds. Hold the key to keep seeking. Shows the centered Seek OSD. - Volume from the keyboard —
↑/↓(orW/S) raise and lower the volume by 5. Hold to ramp continuously. Shows the centered Volume OSD. - Jump to a position — number keys
0–9seek to that percentage of the file (0= start,5= 50%,9= 90%), scaling with the video's duration. Works on both the top-row numbers and the numpadKP0–KP9. - Right-click to play/pause — right-clicking the video toggles playback.
- Centered Play / Pause OSD — a YouTube-style glyph flashes in the middle of the player on every pause toggle (right-click, spacebar, or the on-screen button), showing the pause icon when paused and the play icon when resumed, then auto-hiding after ~1 second. Uses the same icons as the control-bar transport button.
Changed
- The numpad (
KP0–KP9) now seeks by percentage instead of mpv's built-in video-size behavior. - Keyboard-triggered OSDs now render even while the control bar is hidden, without popping the full bar into view.
Install
Download mpv-liquid-glass-v1.1.0.zip below, unzip it, and copy the contents into your mpv config folder. Full step-by-step guide in the README.
All keybindings live in portable_config/input.conf and can be remapped there.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Milestone 1: foundation libraries + Liquid Glass control bar by @subhasisbiswal012 in #1
- Milestone 2 chrome and motion by @subhasisbiswal012 in #3
- Add MIT License to the project by @subhasisbiswal012 in #4
- Milestone 3 icons and polish by @subhasisbiswal012 in #5
- Milestone 3: small-window behavior and control overlap prevention by @subhasisbiswal012 in #6
- Polish/remove glass cap by @subhasisbiswal012 in #7
- chore: add release workflow and point install at release zip by @subhasisbiswal012 in #8
New Contributors
- @subhasisbiswal012 made their first contribution in #1
Full Changelog: https://github.com/subhasisbiswal012/mpvLiquidGlassSkin/commits/v1.0.0