chore(release): Update version to v1.4.354

This commit is contained in:
github-actions[bot]
2025-12-19 18:47:36 +00:00
parent a70431eaa5
commit 294a4635de
5 changed files with 12 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.353"
var version = "v1.4.354"

Binary file not shown.

View File

@@ -1,7 +0,0 @@
### PR [#1889](https://github.com/danielmiessler/Fabric/pull/1889) by [ksylvan](https://github.com/ksylvan): docs: Add a YouTube transcript endpoint to the Swagger UI
- Add `/youtube/transcript` POST endpoint to Swagger docs
- Define `YouTubeRequest` schema with URL, language, timestamps fields
- Define `YouTubeResponse` schema with transcript and metadata fields
- Add API security requirement using ApiKeyAuth
- Document 200, 400, and 500 response codes