Skip to content

Commit

Permalink
v6.0.3.0 update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Jul 3, 2022
1 parent 40565e8 commit 9a6bf5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

# 6.0.3.0 (2022-07-03)

- Fix the rare occasion of duplicated playlist entries produced by the auto-load-folder feature.


# 6.0.2.0 (2022-07-02)

- Fix main window shown collapsed when the player was started with full screen.
Expand Down
1 change: 0 additions & 1 deletion src/Misc/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class AppSettings
public Size WindowSize;
public string ConfigEditorSearch = "Video:";
public string Mute = "no";
public string UpdateCheckVersion = "";
}

class SettingsManager
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.2.0")]
[assembly: AssemblyFileVersion("6.0.2.0")]
[assembly: AssemblyVersion("6.0.3.0")]
[assembly: AssemblyFileVersion("6.0.3.0")]

0 comments on commit 9a6bf5a

Please sign in to comment.