This commit is contained in:
stax76
2025-09-12 05:11:55 +02:00
parent 3812f3031c
commit cc1e4bc9f8
7 changed files with 21 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
# v7.1.1.4 Beta (????-??-??)
# v7.1.1.4 Beta (2025-09-12)
- The mpv.net manual was updated.
- The Turkish translation was updated. A Bulgarian translation was added.
@@ -8,7 +8,13 @@
- The required Dotnet version changed from 6.0 to 9.0. This drops Win 7 support
unfortunately. It was done to use new C# language features and make
the mpv.net project more attractive for new developers to contribute.
Also most users prefer having the newest runtime.
- The script src/Tools/update-mpv.ps1 has been improved. It's the easiest way
update mpv and libmpv (x64 and ARM64). Shinshiro has a update script too,
but it's a lot longer and more complex.
- mediainfo and libmpv have been updated.
- auto build has been disabled because it requires updating libmpv and
mediainfo all the time which is too much manual work.
# v7.1.1.3 Beta (2024-10-20)

View File

@@ -42,9 +42,7 @@ differences are documented in this manual under [Differences compared to mpv](#d
Download
--------
1. [Stable and beta portable and setup via GitHub download](../../../releases)
2. Stable via command line with winget: `winget install mpv.net`
3. [Automated nightly portable builds](https://github.com/mpvnet-player/mpv.net/actions)
[Stable and beta portable and setup via GitHub download](../../../releases)
[Changelog](changelog.md)
@@ -90,15 +88,6 @@ to add mpv.net to path is:
For more information see the [terminal section](#terminal).
#### Command Palette user script
It's recommended to install the
[Command Palette user script](https://github.com/stax76/mpv-scripts?tab=readme-ov-file#command_palette),
the installer script can be invoked from:
`Context Menu > Config > Setup > Install Command Palette`
Support
-------