Skip to content

Commit d03e4fb

Browse files
committed
docs: update v0.42.1 changelog with CI fix entry
1 parent ac005d2 commit d03e4fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
- **transcribe tool** — whisper.cpp cannot read OGG Opus audio (`dr_wav`/`dr_mp3` limitation). Telegram voice messages are OGG Opus → produced empty transcriptions silently. Added `convertToWAV()` that auto-detects unsupported formats and uses ffmpeg (16kHz mono WAV) before passing to whisper. Best-effort: falls through to original path if ffmpeg unavailable, so whisper's own error bubbles up
77
- **config loader**`overlayFile()` was missing `Transcription` field propagation. Adding `"transcription"` to `~/.odek/config.json` was silently ignored. Now properly propagates the pointer field
88

9+
### CI
10+
- **release workflow**`softprops/action-gh-release@v4` does not exist (v3 is latest). Previous bump from v2→v4 (commit 3949a94 in v0.42.0) broke all tag-based releases. Fixed to `@v3`
11+
912
### Stats
1013
- 43 insertions across 2 files (transcribe_tool.go, loader.go)
1114
- All 19 packages pass with `-race`

0 commit comments

Comments
 (0)