chore(release): Update version to v1.4.278

This commit is contained in:
github-actions[bot]
2025-08-09 17:26:37 +00:00
parent d82122b624
commit 8fb0c5b8a8
6 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.277"
var version = "v1.4.278"

Binary file not shown.

View File

@@ -1,6 +0,0 @@
### PR [#1681](https://github.com/danielmiessler/Fabric/pull/1681) by [ksylvan](https://github.com/ksylvan): Enhance YouTube Support with Custom yt-dlp Arguments
- Add `--yt-dlp-args` flag for custom YouTube downloader options with advanced control capabilities
- Implement smart subtitle language fallback system when requested locale is unavailable
- Add fallback logic for YouTube subtitle language detection with auto-detection of downloaded languages
- Replace custom argument parser with shellquote and precompile regexes for improved performance and safety