chore(release): Update version to v1.4.291

This commit is contained in:
github-actions[bot]
2025-08-18 15:05:02 +00:00
parent 6824f0c0a7
commit 900b13f08c
5 changed files with 12 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.290"
var version = "v1.4.291"

Binary file not shown.

View File

@@ -1,7 +0,0 @@
### PR [#1715](https://github.com/danielmiessler/Fabric/pull/1715) by [ksylvan](https://github.com/ksylvan): feat: add speech-to-text via OpenAI with transcription flags and comp…
- Add --transcribe-file flag to transcribe audio or video
- Add --transcribe-model flag with model listing and completion
- Add --split-media-file flag to chunk files over 25MB
- Implement OpenAI transcription using Whisper and GPT-4o Transcribe
- Integrate transcription pipeline into CLI before readability processing