work on menu and bindings

This commit is contained in:
stax76
2023-11-04 20:24:10 +01:00
parent b41ca3cd89
commit 1d3fe0a924
11 changed files with 195 additions and 82 deletions

View File

@@ -13,11 +13,7 @@
- C# and PowerShell scripting was removed because of a compatibility problem
with the .NET 6 platform. .NET extensions are supported with a new host
(not backward compatible). A example extension is available under \src\MpvNet.Extension\ExampleExtension
- Redesigned bindings and context menu, the default bindings and context menu
are now defined internally, no longer is a default input.conf file generated.
It means mpv.net no longer loses control over the default bindings and menu.
The new design, is ready for localization. Defining the context menu in
input.conf is still supported, but discouraged and undocumented.
- Redesigned bindings and context menu.
- auto-play option removed, mpv supports it with the option reset-on-next-file.
- Dark mode title bar enabled on Windows 10.0.18985 or higher.
- The navigation bar on the left side of the config editor was changed
@@ -27,6 +23,7 @@
- Improved support for third party osc scripts like uosc.
- Support of the mpv property `focused`.
- Various improvements and fixes in the input bindings editor.
- libmpv zhongfly 2023-11-03
# v6.0.3.2 Beta (2022-10-14)