File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
2- # v7.0.0.5 Beta (2023-??-?? )
2+ # v7.0.0.5 Beta (2023-12-28 )
33
44- Fix mpv.net option ` language ` not working from command line.
55- Chinese and German translation updated.
66- More libplacebo options added.
77- Support of the mpv option ` title-bar ` .
8- - Fix video being rendered with black line at the bottom.
8+ - Video being less often rendered with black line at the bottom.
99- The conf file reader/writer detects if the user prefers space before and after the equal sign.
1010- The portable download includes like the installer debug symbols.
1111- Setup questions on startup removed.
Original file line number Diff line number Diff line change 1111 <UseWindowsForms >true</UseWindowsForms >
1212 <ApplicationIcon >mpv-icon.ico</ApplicationIcon >
1313 <Product >mpv.net</Product >
14- <FileVersion >7.0.0.4 </FileVersion >
15- <AssemblyVersion >7.0.0.4 </AssemblyVersion >
16- <InformationalVersion >7.0.0.4 </InformationalVersion >
14+ <FileVersion >7.0.0.5 </FileVersion >
15+ <AssemblyVersion >7.0.0.5 </AssemblyVersion >
16+ <InformationalVersion >7.0.0.5 </InformationalVersion >
1717 <Nullable >enable</Nullable >
1818 </PropertyGroup >
1919
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public void Init()
7979 public static string About => "Copyright (C) 2000-2023 mpv.net/mpv/mplayer\n " +
8080 $ "{ AppInfo . Product } { AppInfo . Version } " + GetLastWriteTime ( Environment . ProcessPath ! ) + "\n " +
8181 $ "{ Player . GetPropertyString ( "mpv-version" ) } " + GetLastWriteTime ( Folder . Startup + "libmpv-2.dll" ) + "\n " +
82- $ "ffmpeg { Player . GetPropertyString ( "ffmpeg-version" ) } \n " + "\n GPL v2 License" ;
82+ $ "ffmpeg { Player . GetPropertyString ( "ffmpeg-version" ) } \n " + "GPL v2 License" ;
8383
8484 static string GetLastWriteTime ( string path )
8585 {
You can’t perform that action at this time.
0 commit comments