Releases: mpvnet-player/mpv.net
v5.7.0.0
v5.6.2.0-beta
- Fix script-opts files being ignored, removed options are:
script-opts = osc-scalewindowed=1.5,osc-hidetimeout=2000,console-scale=1.5 - Update MediaInfo to version 21.9.0.0 and
write version and date in About dialog. - Provide setup options in command palette to ensure backward
compatibility with previous input.conf definitions.
v5.6.1.0-beta
- Various conf editor improvements. (hooke007)
- Custom conf folder location feature removed.
- Inno Setup replaced with Microsoft Store setup.
- Fix script-opts files being ignored.
- Showing the recent list in the command palette,
the top item gets auto selected.
#328 (comment) - If the play list is empty, the most recent file
gets loaded when pressing space.
#328 (comment) - Ctrl+v (previously u) opens files (or URLs) from the clipboard,
previously it had to be a file path (format string) and now
it can also be the clipboard format of type file. - The usability of the menu structure was improved.
- Audio and subtitle tracks and various other features
are now available in the command palette. - Single character input in the command palette searches exclusively
key bindings, much like the search field of the input editor. - Various default key bindings improved.
- New protocol registrations, so far supported are: ytdl, rtsp, srt, srtp
- libmpv zhongfly 2022-02-27
5.4.9.0
window-scale 1
does not work correctly in mpv,
so I've removed support for it and added my own implementation:
script-message mpv.net window-scale
.- The CS-Script library was replaced with my own C# scripting implementation.
- If a player window border is near to a screen border and the window size
changes, the player windows sticks to that near screen border location.
Furthermore, theremember-window-position
option remembers a near screen
border position instead of remembering the window center position. - Multi monitor fix using different DPI values.
start-size
option has new options, see config editor and manual.- Improved
script-message mpv.net cycle-audio
OSD info. - The logic for finding the config directory has changed, see manual.
- The dotnet script and extension host was a little redesigned, this breaks
backward compatibility unfortunately, but I can help to fix existing
open source code. Example scripts and extensions were updated. - Fix console not working due to incorrect mpv.conf value generated
(script-opts=console-scale=0). - Settings are stored in the file settings.xml now instead of the Registry.
- Video rotation support added.
- After using the config editor it's no longer necessary to restart mpv.net.
- Improved input editor theming.
5.4.8.0
- fix learn window of input editor (much work)
- fix black one pixel bar on right side
- fix beep sound when closed from taskbar
- media key issue finally fixed
- libmpv and youtube-dl update
- fix crash caused by powershell 5.1 not being installed
- log error fix
- the release script now also outputs x86 beta versions so x86 users can test betas
5.4.7.0
5.4.6.0
- youtube-dl update
- auto update routine fix
- extensions no longer need to end with *Extension.dll but rather
the file name and the directory name must be identical - text encoding exception fix
- the PowerShell script host is more feature complete, easier to use
and more efficient, there were however many PowerShell and C# breaking
changes required to make the core more robust and efficient - Python 2 script host removed, Python 3 support is planned for summer
5.4.5.0
5.4.4.0
-
new: forecolors in the dark theme are slightly darker now
-
new: readme/website and manual were improved
-
new: source code includes now the release script to build the archives and setup files
-
new: the history feature now uses the full path
-
new: install via Scoop and Chocolatey added to readme/website (Restia666Ashdoll)
-
new: update check, it must be enabled first in the conf editor under General
-
new: update feature, requires PowerShell 5 and curl,
an up to date Windows 10 system has both included.
Main menu (input.conf) must be reset or updated manually (defaults) -
update: libmpv shinchiro 2019-11-10
-
fix: often the OSC was shown when fullscreen was entered
or on app startup, this is now suppressed -
fix: the file association routine uses no longer 'Play with mpv.net' for the
default open verb caption because it doesn't support multi selection,
it shows now only Open, the manual explains how to get multi selection
in File Explorer, read about it here -
fix: x86 builds had an older version included because
of a misconfiguration in the solution file
5.4.3.0
-
new: the color themes can now be customized (manual)
-
new: three new sections were added to the manual:
1. Color Theme
2. Hidden and secret features
3. External Tools -
fix: window restore from maximized and from minimized was broken
-
fix: it's possible to multi select files in File Explorer and press
enter to open the files, this did however only work when the
auto load folder feature was disabled or the shift key was
pressed (blocks auto load folder). Now it should also work
without shift key and with auto load folder being enabled -
update: libmpv shinchiro 2019-10-27
-
update: youtube-dl 2019-10-31