5.4.9.3 Beta
17
README.md
@@ -111,7 +111,7 @@ Screenshots
|
|||||||
|
|
||||||
#### Main Window
|
#### Main Window
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
#### Context Menu
|
#### Context Menu
|
||||||
@@ -149,6 +149,21 @@ Command Palette to easily find commands and shortcut keys.
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
#### Playlist
|
||||||
|
|
||||||
|
The command palette based playlist showing my favorite artist of the stax record label.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
#### Setup
|
||||||
|
|
||||||
|
The setup dialog to register file associations, create a start menu item and
|
||||||
|
add mpv.net to the PATH environment variable (per user)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
Related apps
|
Related apps
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|||||||
@@ -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!
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 456 KiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 272 KiB |
|
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 296 KiB |
BIN
docs/img/Main.jpg
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 628 KiB |
|
Before Width: | Height: | Size: 603 KiB After Width: | Height: | Size: 536 KiB |
BIN
docs/img/Playlist.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
docs/img/Setup.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 355 KiB |
@@ -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")]
|
||||||
|
|||||||