This commit is contained in:
stax76
2024-01-04 03:53:24 +01:00
parent edcd8be662
commit 304fe58f27
9 changed files with 982 additions and 703 deletions

View File

@@ -1,8 +1,12 @@
# v7.0.0.7 Beta (2023-??-??)
- GitHub Auto/Action/Workflow builds use a newer libmpv build.
- German translation updated. Thanks to our translation team!
- New PowerShell script etc/update-mpv-and-libmpv.ps1 to update mpv and libmpv.
- Context menu supports audio device selection (Audio > Audio Device)
- New option `remember-audio-device` to save and restore the audio device chosen in the context menu.
- New zhongfly libmpv build.
# v7.0.0.6 Beta (2023-01-02)

View File

@@ -213,6 +213,9 @@ mpv.net commands are used when mpv commands don't exist or lack a feature.
### add-to-path
Adds mpv.net to the Path environment variable.
### remove-from-path
Removes mpv.net from the Path environment variable.
### edit-conf-file [mpv.conf|input.conf]
Opens mpv.conf or input.conf in a text editor.