Skip to content

ytdl-material v1.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:54
· 3 commits to main since this release
9986d50

🚀 ytdl-material 1.1.2

This patch adds queue-aware Autoplay, desktop Theater mode, security-policy clarifications and dependency updates. No configuration or API changes are required.

✨ Features

  • Queue-aware Autoplay. The toggle follows the active playlist row, survives reordering and reloads, and builds a filtered library queue when playback starts from a single file. Autoplay and Repeat remain mutually exclusive. #421
  • Desktop Theater mode. Playback gets a black viewport that hides the surrounding UI while preserving the video's aspect ratio. Pointer activity reveals the toolbar below the video; inactivity hides it, and Escape exits. #421 #422 #423 #424 #425

🛠️ Fixes

  • Fixed Autoplay row selection, reordering and layout behavior. #421 #422
  • Fixed Theater controls overlapping the video or remaining visible. #424 #425

🔒 Security / Dependencies

  • Clarified the project's threat model and expectations for reviewed security reports. b12b9762
  • Updated Mocha to 12 and removed obsolete dependency overrides, dropping 47 backend packages. #419
  • Refreshed frontend, backend and CodeQL dependencies. Both package trees audit cleanly. #415 #416 #417 #418 #420 #421 c50c213b 2feda7e3

Full Changelog: v1.1.1...v1.1.2

Contributors