diff --git a/changes/251-docs-site-sidebar.md b/changes/251-docs-site-sidebar.md deleted file mode 100644 index ef61782..0000000 --- a/changes/251-docs-site-sidebar.md +++ /dev/null @@ -1,6 +0,0 @@ -type: docs -area: docs-site - -- Added a dedicated Subtitle Sidebar guide and linked it from the homepage and configuration docs. -- Linked Jimaku integration from the homepage to its dedicated docs page. -- Refreshed docs-site theme tokens and hover/selection styling for the updated pages. diff --git a/changes/252-youtube-playback-socket-path.md b/changes/252-youtube-playback-socket-path.md deleted file mode 100644 index 71e099b..0000000 --- a/changes/252-youtube-playback-socket-path.md +++ /dev/null @@ -1,5 +0,0 @@ -type: fixed -area: main - -- Resolve the YouTube playback socket path lazily so startup honors CLI and config overrides. -- Add regression coverage for the lazy socket-path lookup during Windows mpv startup.