5.4.9.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
5.4.9.1 (2021-0?-??)
|
5.4.9.1 (2021-06-23)
|
||||||
====================
|
====================
|
||||||
|
|
||||||
- Fix exception using named pipes.
|
- Fix exception using named pipes.
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
- Context menu font render quality fix.
|
- Context menu font render quality fix.
|
||||||
- Context menu and `cycle-audio` command supports external audio and subtitle tracks.
|
- Context menu and `cycle-audio` command supports external audio and subtitle tracks.
|
||||||
- Fix window size not being saved.
|
- Fix window size not being saved.
|
||||||
- libmpv shinchiro 2021-06-06
|
- libmpv shinchiro 2021-06-20
|
||||||
|
|
||||||
|
|
||||||
5.4.9.0 (2021-05-29)
|
5.4.9.0 (2021-05-29)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
|
|||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("mpv.net")]
|
[assembly: AssemblyTitle("mpv.net")]
|
||||||
[assembly: AssemblyDescription("mpv based media player")]
|
[assembly: AssemblyDescription("mpv based media player for Windows")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("mpv.net/mpv/mplayer")]
|
[assembly: AssemblyCompany("mpv.net/mpv/mplayer")]
|
||||||
[assembly: AssemblyProduct("mpv.net")]
|
[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
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("5.4.9.0")]
|
[assembly: AssemblyVersion("5.4.9.1")]
|
||||||
[assembly: AssemblyFileVersion("5.4.9.0")]
|
[assembly: AssemblyFileVersion("5.4.9.1")]
|
||||||
|
|||||||
Reference in New Issue
Block a user