diff --git a/.github/workflows/mpv.yml b/.github/workflows/mpv.yml index 5386871..055c0bf 100644 --- a/.github/workflows/mpv.yml +++ b/.github/workflows/mpv.yml @@ -574,6 +574,7 @@ jobs: if ( winbuild_repo == winbuildrepo && winbuild_ref == winbuildref ) { note+=`**MPV Git commit**: https://github.com/dyphire/mpv/commit/${sha}\n`; note+="**Changed**\n"; + note+="- LuaSocket is built and included, so [simple-mpv-webui](https://github.com/open-dynaMIX/simple-mpv-webui) can be used out of the box\n\n"; note+="**Fixes and Minor Enhancements**\n"; note+="- davs2: enable 10bit\n"; note+="- libass: parse script properties even if missing '[Script Info]'\n"; diff --git a/README.md b/README.md index ab0bada..cfe85f1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Use Github Action to build mpv-win with latest commit. - **MPV** Based on https://github.com/shinchiro/mpv-winbuild-cmake. [![mpv-winbuild-cmake](https://flat.badgen.net/github/last-commit/shinchiro/mpv-winbuild-cmake?scale=0.8&cache=1800)](https://github.com/shinchiro/mpv-winbuild-cmake) - **MPV_OWN** Based on https://github.com/dyphire/mpv-winbuild-cmake. [![mpv-winbuild-cmake](https://flat.badgen.net/github/last-commit/dyphire/mpv-winbuild-cmake?scale=0.8&cache=1800)](https://github.com/dyphire/mpv-winbuild-cmake) + - **Changed** + - LuaSocket is built and included, so [simple-mpv-webui](https://github.com/open-dynaMIX/simple-mpv-webui) can be used out of the box - **Fixes and Minor Enhancements** - davs2: enable 10bit - libass: parse script properties even if missing "[Script Info]"