From dbf1a32580db9b718ad262279da76d019d258989 Mon Sep 17 00:00:00 2001 From: stax76 Date: Fri, 14 Oct 2022 12:18:12 +0200 Subject: [PATCH] v6.0.3.2 --- docs/Changelog.md | 5 +++-- src/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index af4198e..b44b9ee 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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. @@ -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: diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index ec6defa..fb0b344 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -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("6.0.3.1")] -[assembly: AssemblyFileVersion("6.0.3.1")] +[assembly: AssemblyVersion("6.0.3.2")] +[assembly: AssemblyFileVersion("6.0.3.2")]