From f40008d94a863f03cb7a2f482b58bbb6d73fdd23 Mon Sep 17 00:00:00 2001 From: Letu Ren Date: Sat, 16 Dec 2023 15:31:50 +0800 Subject: [PATCH] fix typo in changelog --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1edf929..d70271e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -45,7 +45,7 @@ - Fix message box exceding working area size. - C# and PowerShell scripting was removed because of a compatibility problem with the .NET 6 platform. .NET extensions are supported with a new host - (not backward compatible). A example extension is available under \src\MpvNet.Extension\ExampleExtension + (not backward compatible). An example extension is available under \src\MpvNet.Extension\ExampleExtension - Redesigned bindings and context menu. - auto-play option removed, mpv supports it with the option reset-on-next-file. - Dark mode title bar enabled on Windows 10.0.18985 or higher.