This commit is contained in:
stax76
2023-12-15 15:21:35 +01:00
parent b23542d681
commit 7ea3fbc917
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# v7.0.0.3 Beta (2023-??-??) # v7.0.0.3 Beta (2023-12-15)
- New conf editor option `Video/libplacebo/preset`. - New conf editor option `Video/libplacebo/preset`.
- New conf editor option `Video/libplacebo/Scaling/upscaler`. - New conf editor option `Video/libplacebo/Scaling/upscaler`.

View File

@@ -391,7 +391,7 @@ For single files automatically load the entire directory into the playlist.
### General ### General
#### --menu-syntax=\<yes|no\> #### --menu-syntax=\<value\>
Used menu syntax for defining the context menu in input.conf.\nmpv.net by default uses `#menu:`, uosc uses `#!` by default. Used menu syntax for defining the context menu in input.conf.\nmpv.net by default uses `#menu:`, uosc uses `#!` by default.

View File

@@ -11,9 +11,9 @@
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>mpv-icon.ico</ApplicationIcon> <ApplicationIcon>mpv-icon.ico</ApplicationIcon>
<Product>mpv.net</Product> <Product>mpv.net</Product>
<FileVersion>7.0.0.2</FileVersion> <FileVersion>7.0.0.3</FileVersion>
<AssemblyVersion>7.0.0.2</AssemblyVersion> <AssemblyVersion>7.0.0.3</AssemblyVersion>
<InformationalVersion>7.0.0.2</InformationalVersion> <InformationalVersion>7.0.0.3</InformationalVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>