Skip to content

Commit

Permalink
v6.0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Oct 14, 2022
1 parent a81ed58 commit dbf1a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# 6.0.3.2 (2022-0?-??)
# v6.0.3.2 Beta (2022-10-14)

- Support multiple folders input (regression fix).
- Relative file input paths are converted to absolute paths.
Expand All @@ -8,7 +8,8 @@
- Smaller OSD media info font size and more duplicated and obvious info removed from titles.
- Improved mouse cursor auto hide behavior.
- 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

input.conf changes:
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("6.0.3.1")]
[assembly: AssemblyFileVersion("6.0.3.1")]
[assembly: AssemblyVersion("6.0.3.2")]
[assembly: AssemblyFileVersion("6.0.3.2")]

0 comments on commit dbf1a32

Please sign in to comment.