Skip to content

Commit

Permalink
v7.0.0.5 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Dec 28, 2023
1 parent 6ef9f32 commit d41faad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# v7.0.0.5 Beta (2023-??-??)
# v7.0.0.5 Beta (2023-12-28)

- Fix mpv.net option `language` not working from command line.
- Chinese and German translation updated.
- More libplacebo options added.
- Support of the mpv option `title-bar`.
- Fix video being rendered with black line at the bottom.
- Video being less often rendered with black line at the bottom.
- The conf file reader/writer detects if the user prefers space before and after the equal sign.
- The portable download includes like the installer debug symbols.
- Setup questions on startup removed.
Expand Down
6 changes: 3 additions & 3 deletions src/MpvNet.Windows/MpvNet.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>mpv-icon.ico</ApplicationIcon>
<Product>mpv.net</Product>
<FileVersion>7.0.0.4</FileVersion>
<AssemblyVersion>7.0.0.4</AssemblyVersion>
<InformationalVersion>7.0.0.4</InformationalVersion>
<FileVersion>7.0.0.5</FileVersion>
<AssemblyVersion>7.0.0.5</AssemblyVersion>
<InformationalVersion>7.0.0.5</InformationalVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/MpvNet/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void Init()
public static string About => "Copyright (C) 2000-2023 mpv.net/mpv/mplayer\n" +
$"{AppInfo.Product} {AppInfo.Version}" + GetLastWriteTime(Environment.ProcessPath!) + "\n" +
$"{Player.GetPropertyString("mpv-version")}" + GetLastWriteTime(Folder.Startup + "libmpv-2.dll") + "\n" +
$"ffmpeg {Player.GetPropertyString("ffmpeg-version")}\n" + "\nGPL v2 License";
$"ffmpeg {Player.GetPropertyString("ffmpeg-version")}\n" + "GPL v2 License";

static string GetLastWriteTime(string path)
{
Expand Down

0 comments on commit d41faad

Please sign in to comment.