diff --git a/README.md b/README.md index de96bb0..cc9e56a 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Screenshots #### Main Window -![Main Window](docs/img/Main.png) +![Main Window](docs/img/Main.jpg) #### Context Menu @@ -149,6 +149,21 @@ Command Palette to easily find commands and shortcut keys. ![Command Palette](docs/img/CommandPalette.jpg) +#### Playlist + +The command palette based playlist showing my favorite artist of the stax record label. + +![Playlist](docs/img/Playlist.png) + + +#### Setup + +The setup dialog to register file associations, create a start menu item and +add mpv.net to the PATH environment variable (per user) + +![Setup](docs/img/Setup.png) + + Related apps ------------ diff --git a/docs/Changelog.md b/docs/Changelog.md index 23545bc..45b6845 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,7 @@ -5.4.9.3 Beta (2021-??-??) +5.4.9.4 Beta (2021-??-??) + +5.4.9.3 Beta (2021-08-22) - Leaving fullscreen using keepaspect-window=no restores the correct size. - Major UI rework! diff --git a/docs/img/CommandPalette.jpg b/docs/img/CommandPalette.jpg index 8eaacbe..12a0c78 100644 Binary files a/docs/img/CommandPalette.jpg and b/docs/img/CommandPalette.jpg differ diff --git a/docs/img/CommandPalette.png b/docs/img/CommandPalette.png deleted file mode 100644 index 488f7f1..0000000 Binary files a/docs/img/CommandPalette.png and /dev/null differ diff --git a/docs/img/ConfEditor.png b/docs/img/ConfEditor.png index 628b623..3726fcd 100644 Binary files a/docs/img/ConfEditor.png and b/docs/img/ConfEditor.png differ diff --git a/docs/img/InputEditor.png b/docs/img/InputEditor.png index e617c56..2287af8 100644 Binary files a/docs/img/InputEditor.png and b/docs/img/InputEditor.png differ diff --git a/docs/img/Main.jpg b/docs/img/Main.jpg new file mode 100644 index 0000000..25ad3af Binary files /dev/null and b/docs/img/Main.jpg differ diff --git a/docs/img/Main.png b/docs/img/Main.png deleted file mode 100644 index a33482e..0000000 Binary files a/docs/img/Main.png and /dev/null differ diff --git a/docs/img/MediaSearch.png b/docs/img/MediaSearch.png deleted file mode 100644 index 013f4e4..0000000 Binary files a/docs/img/MediaSearch.png and /dev/null differ diff --git a/docs/img/Menu.jpg b/docs/img/Menu.jpg index 294f119..a243248 100644 Binary files a/docs/img/Menu.jpg and b/docs/img/Menu.jpg differ diff --git a/docs/img/Playlist.png b/docs/img/Playlist.png new file mode 100644 index 0000000..2efd970 Binary files /dev/null and b/docs/img/Playlist.png differ diff --git a/docs/img/Setup.png b/docs/img/Setup.png new file mode 100644 index 0000000..1bac8fd Binary files /dev/null and b/docs/img/Setup.png differ diff --git a/docs/img/Terminal.png b/docs/img/Terminal.png index 4e78596..9f81297 100644 Binary files a/docs/img/Terminal.png and b/docs/img/Terminal.png differ diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 9057219..6345120 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("5.4.9.2")] -[assembly: AssemblyFileVersion("5.4.9.2")] +[assembly: AssemblyVersion("5.4.9.3")] +[assembly: AssemblyFileVersion("5.4.9.3")]