This commit is contained in:
stax76
2022-10-14 12:18:12 +02:00
parent a81ed58983
commit dbf1a32580
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# 6.0.3.2 (2022-0?-??) # v6.0.3.2 Beta (2022-10-14)
- Support multiple folders input (regression fix). - Support multiple folders input (regression fix).
- Relative file input paths are converted to absolute paths. - Relative file input paths are converted to absolute paths.
@@ -8,7 +8,8 @@
- Smaller OSD media info font size and more duplicated and obvious info removed from titles. - Smaller OSD media info font size and more duplicated and obvious info removed from titles.
- Improved mouse cursor auto hide behavior. - Improved mouse cursor auto hide behavior.
- Fix severe bug causing termination before scripts having a chance reacting to shutdown event. - Fix severe bug causing termination before scripts having a chance reacting to shutdown event.
- libmpv shinchiro 2022-10-02, fixes a severe bug causing hangs: - mediainfo v22.09.
- libmpv shinchiro 2022-10-14, fixes a severe bug causing hangs:
https://github.com/mpv-player/mpv/pull/10569 https://github.com/mpv-player/mpv/pull/10569
input.conf changes: input.conf changes:

View File

@@ -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("6.0.3.1")] [assembly: AssemblyVersion("6.0.3.2")]
[assembly: AssemblyFileVersion("6.0.3.1")] [assembly: AssemblyFileVersion("6.0.3.2")]