This commit is contained in:
Frank Skare
2021-06-23 07:28:29 +02:00
parent 1c23c10c81
commit bd1a46d18d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
5.4.9.1 (2021-0?-??)
5.4.9.1 (2021-06-23)
====================
- Fix exception using named pipes.
@@ -12,7 +12,7 @@
- Context menu font render quality fix.
- Context menu and `cycle-audio` command supports external audio and subtitle tracks.
- Fix window size not being saved.
- libmpv shinchiro 2021-06-06
- libmpv shinchiro 2021-06-20
5.4.9.0 (2021-05-29)

View File

@@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("mpv.net")]
[assembly: AssemblyDescription("mpv based media player")]
[assembly: AssemblyDescription("mpv based media player for Windows")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("mpv.net/mpv/mplayer")]
[assembly: AssemblyProduct("mpv.net")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.9.0")]
[assembly: AssemblyFileVersion("5.4.9.0")]
[assembly: AssemblyVersion("5.4.9.1")]
[assembly: AssemblyFileVersion("5.4.9.1")]