|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v2.0.0 |
| 4 | +### Feature |
| 5 | +* Add subtitle keyboard shortcuts (e91322e2d48ed8f1b9ca0916da1612cc0c548b94, bfd54da2c5ea815700da5a0590443b3f27ccefd4) |
| 6 | +* Add generic property accessor APIs (ec2fe74a8b6aa6ed2c55d3c27b3314dd70f88fdc) |
| 7 | +* Add tooltips for many UI elements (5aad80701459899362b6690ffa84e66cce2bac86) |
| 8 | +* Add common keyboard shortcuts for volume & seeking (1e93a73a7f75a194125baee2662e70f1cce617e0) |
| 9 | +* Add ? keyboard shortcut for showing known shortcuts (3b24593342184442094fc10f95cc38e11fa754d1) |
| 10 | +* Return chapter-list in status (80bb84e2a3598482c0cfbe468ce5d30d231c9c2f) |
| 11 | +* Set tooltip text on sliders dynamically (8d6e6bb523302b07949f59fe5d003dde06534f15) |
| 12 | +* Update mediaSession playback state & position info (1174ed5272257567707ec000846513af5edc77f6) |
| 13 | +* Refresh UI quicker when user is interacting (1369620e3863e53896e8890faa5933c5bbb711c3) |
| 14 | +* Allow Esc key to close the playlist (97959f846b9f99e3ccedd2f7016b6c7484e03e8c) |
| 15 | +* Lower refresh rate when page is not active (fac4bc64c942567c2e21dfcbf54d7d17fd91d8b7) |
| 16 | +* Add option to disable osd logging (2c3c3a5bc36948a2221965ac375027072666faed, ea3540b81d66556b3b3d1b5680574d5631bce113) |
| 17 | +* Collapse speed_{faster,slower} into speed_adjust (3be344260506c06d392500ce7dfa2b77bed5dd0f) |
| 18 | +* Add a quit API to exit mpv (118db98ca9fadade8d164b55a7140977635e22ab) |
| 19 | +* Add playback speed controls (18d52792adcbd8337d8c44194418086734ad2035) |
| 20 | +* Include username in log (06857093b3a9964b88f74bc19a5d02c790832041) |
| 21 | +* Make htpasswd path configurable (3b3c95d8bfe3df30a6a3b821ba7e0ddefac6b115) |
| 22 | + |
| 23 | +### Fix |
| 24 | +* Prevent linebreaks in the repeat button (097aa400ddda7e21075edad719b1ca0c0ccfe857) |
| 25 | +* Fix fast touches (4f09d5b820e2c7c7d200fbef32242a011c9adb6c) |
| 26 | +* Use `mp.commandv` where possible (1b00430f322ae47ae4ce4d01a6c74b5956327b52) |
| 27 | +* Do not capture modified shortcuts (05cf5b63895a08139e4782e6d080fcf6b04fc271) |
| 28 | +* Only use setPositionState if available (3db9bed3f6bea381e49be6fa21f3785966774ebf) |
| 29 | +* Add missing code blocks to example commands (82000f07b2ce4715ca81e1ae536f3e7189d1f629) |
| 30 | +* Update path to favicons (763ccc995d11c96a5e7d58a0e90c13009ce244c3) |
| 31 | +* Fix handling missing htpasswd (5692370933d4efe9df1bfb1a39c2cb71132889d8) |
| 32 | + |
| 33 | +### Breaking |
| 34 | +* .htpasswd file is not auto-detected anymore. This change is needed, because there are users that have the webui installed through a package manager. This makes adding the file to the directory where `webui.lua` cumbersome. (3b3c95d8bfe3df30a6a3b821ba7e0ddefac6b115) |
| 35 | + |
| 36 | +### Documentation |
| 37 | +* Update screenshots (bee44a035e6acb602fa8fa03230c8a6b0ca7e1b0) |
| 38 | +* Improve htpasswd error message & documentation (c5f9c7c9fbf99bb2d3b021a630580bfb04981131) |
| 39 | +* Add docs about htpasswd_path (d6a125b360643dd5a8290db8258872e1c35e8cad) |
| 40 | + |
| 41 | +### Thanks |
| 42 | +Thanks a lot to @vapier for the contributions to this release! |
| 43 | + |
| 44 | + |
3 | 45 | ## v1.1.0
|
4 | 46 | ### Feature
|
5 | 47 | * add static_dir configuration (280d5a6e8ef4b562e454c0447ba483ce9bb2acab)
|
|
0 commit comments