2.5
This commit is contained in:
@@ -77,6 +77,8 @@ https://github.com/stax76/mpv.net/wiki/Scripting-(CSharp,-Python,-JavaScript,-Lu
|
|||||||
- an improvement in the previous release unfortunately introduced a bug
|
- an improvement in the previous release unfortunately introduced a bug
|
||||||
causing the conf editor not to save settings
|
causing the conf editor not to save settings
|
||||||
|
|
||||||
|
[go to download page](https://github.com/stax76/mpv.net/releases)
|
||||||
|
|
||||||
### 2.4 (2019-04-06)
|
### 2.4 (2019-04-06)
|
||||||
|
|
||||||
- new options added to the conf GUI editor: gpu-context, gpu-api, scale, cscale,
|
- new options added to the conf GUI editor: gpu-context, gpu-api, scale, cscale,
|
||||||
@@ -98,5 +100,3 @@ https://github.com/stax76/mpv.net/wiki/Scripting-(CSharp,-Python,-JavaScript,-Lu
|
|||||||
'--autofit=50%' on the command line, WxH isn't implemented and only percent values are accepted.
|
'--autofit=50%' on the command line, WxH isn't implemented and only percent values are accepted.
|
||||||
There is a new wiki page explaining the mpv.net limitations compared to the original mpv:
|
There is a new wiki page explaining the mpv.net limitations compared to the original mpv:
|
||||||
[Limitations](https://github.com/stax76/mpv.net/wiki/Limitations)
|
[Limitations](https://github.com/stax76/mpv.net/wiki/Limitations)
|
||||||
|
|
||||||
[go to download page](https://github.com/stax76/mpv.net/releases)
|
|
||||||
@@ -19,7 +19,8 @@
|
|||||||
<DefineDebug>true</DefineDebug>
|
<DefineDebug>true</DefineDebug>
|
||||||
<DefineTrace>true</DefineTrace>
|
<DefineTrace>true</DefineTrace>
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
<DocumentationFile>VBNET.xml</DocumentationFile>
|
<DocumentationFile>
|
||||||
|
</DocumentationFile>
|
||||||
<NoWarn>42353,42354,42355</NoWarn>
|
<NoWarn>42353,42354,42355</NoWarn>
|
||||||
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
|
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -29,7 +30,8 @@
|
|||||||
<DefineTrace>true</DefineTrace>
|
<DefineTrace>true</DefineTrace>
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
<DocumentationFile>VBNET.xml</DocumentationFile>
|
<DocumentationFile>
|
||||||
|
</DocumentationFile>
|
||||||
<NoWarn>42353,42354,42355</NoWarn>
|
<NoWarn>42353,42354,42355</NoWarn>
|
||||||
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
|
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user