Releases: tomasklaen/uosc
Releases · tomasklaen/uosc
Release list
5.13.0
Features
- Added italian translation (82133e1) @tomasklaen
- Added portuguese translation (b0ee889) @tomasklaen
- Add Traditional Chinese (Hong Kong) translation (#1188) (b68e0b5) @chungchungdev
- Added state message when toggling shuffle (292b452) @tomasklaen
- Make pause_indicator opacity configurable (#1205) (bc6cf41) @corarona
- Improved layout algorithm to center the middle block of controls (#1235) (7d26882) @ukjent7
- Added
timeline_mbtn_rightoption to execute command on right click above timeline (0f9f761) @tomasklaen
Fixes
- Using deprecated video-aspect-override value (8ed3271) @tomasklaen
- Unset cache_underrun when demuxer-cache-state becomes unavailable (#1194) (0c8ca8b) @layercak3
- Timeline timestamps not using the
text_borderoption (9c7a9b7) @tomasklaen - Menu label didn't support multi-line strings (#1210) (99510d5) @hooke007
- Prevent event processing when mpv context-menu or console are open (#1214) (95dd608) @dyphire
- Reverting #1214, curtain can't overlay osc UI (0965efe) @tomasklaen
- Disable uosc's cursor handling when any mpv UI's are open (1577492) @tomasklaen
- Buttons now respond to full clicks to prevent piercing to other windows (cc99313) @tomasklaen
- Natural sorting broken for floating point numbers on unix platforms (#1226) (4104053) @SuniRein
- Clicking non-selectable item in menu would activate previous hovered one (#1233) (55df152) @ewt45
- Spinning icon in menus not clipped properly (cd731ea) @tomasklaen
Full Changelog: 5.12.0...5.13.0
5.12.0
Features
- display youtube heatmap on timeline (#1159) @Sneakpeakcss
Fixes
- incorrect anchoring and missing clip in heatmap (#1166) @Sneakpeakcss
- update on volume-max changes (#1167) @hooke007
- clicking on padded menu background would close the menu (0445965) @tomasklaen
Full Changelog: 5.11.0...5.12.0
5.11.0
Features
- Use native clipboard API if available (#1139) (cfe1b2e) @layercak3
- Custom dispositions (#1140) (3bd00a9) rkscv
- Added bindings for menu navigation (0fd59eb) @tomasklaen
- Fuzzy search and highlighting based on fzy algorithm (#1148) (883cd18) @dyphire
- API: Added
Menu.bind_keysoption (580ceee) @tomasklaen - API: Added support for
hideprop on managed buttons (3682af3) @tomasklaen - I18N: Added Polish translation (#1129) (75db6c1) @Ognisty321
Fixes
- Keybind humanification removing
#from shortcuts (9d3c356) @tomasklaen - Badge prop listener bound to controls instead of concerned element (c8c7e9c) @tomasklaen
- Volume bar sometimes displayed when there's no audio (fe77632) @tomasklaen
- Clicking overlapping chapter indicators in timeline would seek to wrong one (#1145) (0eb81e7) @Sneakpeakcss
- Volume bar no longer displayed in idle status (#1147) (73fbf75) @dyphire
- Top bar chapter button not clickable with low proximity values and alt title visible (42660e8) @tomasklaen
- Top bar main/alt titles not filtering for empty values correctly and not re-rendering when needed (7fbcff4) @tomasklaen
font_boldoption ignored when match highlighting (d42f825) @tomasklaen
Full Changelog: 5.10.0...5.11.0
5.10.0
Features
- Support for
+in controls dispositions to create AND conditions (4da038c) @tomasklaen - Removed
click_commandoption, see message for alternative (7ae4a32) @tomasklaen - When menu search is active,
shift+deltriggersdel(b362c93) @tomasklaen
Fixes
mbtn_leftbeing forwarded when it shouldn't (bb91868) @tomasklaen- Displaying
SHARPas#in keybinds not working when part of a shortcut (94016b2) @tomasklaen - Keybind humanification not working for dash delimited keybinds (85d42e4) @tomasklaen
- Initialize volume on declaration to avoid nil (#1121) (116dff4) @christoph-heinrich
- Thumbnail not cleared when window resized and timeline size jumps to 0 (240c576) @tomasklaen
- Clear thumbnails on idle (04227e3) @tomasklaen
Documentation
- Update controls full item syntax example (cbf1262) @tomasklaen
Refactors
- Case insensitive string replacement using any case patterns (b55134f) @tomasklaen
Full Changelog: 5.9.2...5.10.0
5.9.2
Fixes
- Elapsed timestamp in timeline cutting off hours when speed high enough (0052999) @tomasklaen
- Fullscreen button triggering
MBTN_LEFTkeybind (e53330e) @tomasklaen
Full Changelog: 5.9.1...5.9.2
5.9.1
Fixes
- User's
mbtn_leftkeybind firing when clicking buttons (3b5bef9) @tomasklaen - Comma in control dispositions acting as AND instead of OR (bf67215) @tomasklaen
Full Changelog: 5.9.0...5.9.1
5.9.0
Features
- Trigger initial search automatically when opening
download-subtitlesmenu (6172b97) @tomasklaen - Clicking on menu search input selects it (c99ab8d) @tomasklaen
- Hide system files when reading directories (c251d6e) @tomasklaen
- Hide volume slider and other irrelevant controls when image is open (d286bd0) @tomasklaen
- Changed buttons to activate on down events (0c22601) @tomasklaen
- Working text cursor when editing search inputs (#1094) (77cb8bb) @tomasklaen
- Display
SHARPas#and#as empty keybind in keybinds menu (4667e72) @tomasklaen - API: Added
menu-actioninterface (a523054) @tomasklaen - API: Added
search_submitroot menu option (3e1a6a1) @tomasklaen
Fixes
- Incorrect setting of IME (#1061) (0b65802) @dyphire
- UI getting stuck at visible at startup or when entering fullscreen (9c814f4) @tomasklaen
- Human time formatting sometimes not accounting for speed (adea23d) @tomasklaen
- Hovered time tooltip shouldn't account for speed (6913562) @tomasklaen
toggle-uirefusing to toggle ui off when called from menu (3ee7bd9) @tomasklaen- Cursor in search inputs is not respecting utf-8 characters (#1102) (08ae162) @dyphire
ctrl+vin search inputs placing text at the end instead of at the cursor (f503f0b) @tomasklaen- Paste while searching executing menu paste callback instead of pasting text (#1108) (2ef5de2) @christoph-heinrich
- Menu search cursor position when in front of a space (#1109) (9fe6987) @christoph-heinrich
Tweaks
- Added
desktop.inito system files list (3375a5e) @tomasklaen
Documentation
- Document min mpv version requirement (b29f6a8) @tomasklaen
Refactors
- Cursor events in a failed attempt to fix touch (935de8d) @tomasklaen
Full Changelog: 5.8.0...5.9.0
5.8.0
Features
- Added
subtitles_directoryconfig (320174d) @tomasklaen - Playlist menu now respects
osd-playlist-entrympv config (55c1f00) @tomasklaen - Added TR localization (#1056) (370588a) @keyiflerolsun
- Support for active input method (IME) (#1059) (7de82c3) @dyphire
Fixes
- Drives listing on windows using deprecated wmic command (#1034) (7ad2ee4) @dyphire
- Numerical keyboard divide key not starting menu search (f7874e1) @tomasklaen
- Typo on Spanish translation (#1039) (b773027) @hasecilu
copy-to-clipboardcommand error when mpv in idle state (6d3973d) @tomasklaenspeed_persistencyforcing visibility even when timeline is hovered (cbce3d2) @tomasklaen- Main menu ignoring
altmodifier (activate without closing) (69ea3a2) @tomasklaen - Builtin osc-idlescreen flashing when mpv is launched in idle mode (#1054) (366a4d3) @po5
Documentation
- List what
mpv.confproperties also affect uosc (20e40a3) @tomasklaen
Full Changelog: 5.7.0...5.8.0
5.7.0
Highlight
Updater now checks for a new version and asks whether to update when one is available, with an option to open the changelog in default browser.
Features
- [breaking]
autoload_typesrenamed toload_typeswhich now supports a newsameflag (2e4fd5c) @tomasklaen - Added a new
autoloadcontrols shorthand (86c4ae0) @tomasklaen - Improved
uosc/updateto check for latest version and ask whether to update (0b3cef9) @tomasklaen - API: Added
action.filter_hiddenproperty to menu item actions (2ebcb28) @tomasklaen
Fixes
- Updated spanish translation (#1017) (ecee3cb) @hasecilu
- Add to playlist and open in mpv menu buttons not working for directories (3df0af2) @tomasklaen
- Menu crash when clicking on background introduced in 3bd8aef (1cd34ae) @tomasklaen
- Playlist menu item actions ignoring search state (5458ab5) @tomasklaen
- API: Custom menus can no longer prevent their closing (3bd8aef) @tomasklaen
Full Changelog: 5.6.2...5.7.0