5.4.9.3 Beta

This commit is contained in:
Frank Skare
2021-08-22 23:50:42 +02:00
parent 17ecd9cb82
commit d83b5b14a8
14 changed files with 21 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ Screenshots
#### Main Window #### Main Window
![Main Window](docs/img/Main.png) ![Main Window](docs/img/Main.jpg)
#### Context Menu #### Context Menu
@@ -149,6 +149,21 @@ Command Palette to easily find commands and shortcut keys.
![Command Palette](docs/img/CommandPalette.jpg) ![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 Related apps
------------ ------------

View File

@@ -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. - Leaving fullscreen using keepaspect-window=no restores the correct size.
- Major UI rework! - Major UI rework!

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 296 KiB

BIN
docs/img/Main.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 KiB

After

Width:  |  Height:  |  Size: 536 KiB

BIN
docs/img/Playlist.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
docs/img/Setup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 355 KiB

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("5.4.9.2")] [assembly: AssemblyVersion("5.4.9.3")]
[assembly: AssemblyFileVersion("5.4.9.2")] [assembly: AssemblyFileVersion("5.4.9.3")]