Skip to content

Commit d41faad

Browse files
committed
v7.0.0.5 Beta
1 parent 6ef9f32 commit d41faad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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.

src/MpvNet.Windows/MpvNet.Windows.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
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

src/MpvNet/App.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" + "\nGPL v2 License";
82+
$"ffmpeg {Player.GetPropertyString("ffmpeg-version")}\n" + "GPL v2 License";
8383

8484
static string GetLastWriteTime(string path)
8585
{

0 commit comments

Comments
 (0)