From 089e2c8df19b439d67d584d9f617db834dc8b7fe Mon Sep 17 00:00:00 2001 From: Markus / Mark <46672778+marksverdhei@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:49:45 +0200 Subject: [PATCH] =?UTF-8?q?docs(readme):=20sync=20Changelog=20=E2=80=94=20?= =?UTF-8?q?5=20entries=20since=20#11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds (newest first, matching existing style): - #32 stem-less dotfile guard - #30 video file support - #28 --preview / -p flag - #27 is_audio ftyp false-positive fix - #20 audio file support Skipped pure-docs (#15, #16, #17, #31), CI infra (#29), and test-only rebases (#25) — same selection rule the prior entries used. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 10d0041..bd24a85 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ Works with any OpenAI-compatible API: local servers (llama.cpp, Ollama, vLLM, LM ## Changelog +- Guard against stem-less dotfile rename when the model returns nothing usable (#32) +- Video file support: MP4, MKV, WebM, AVI, MOV, etc. — named from `ffprobe` metadata (#30) +- `--preview` / `-p` flag prints a content snippet to stderr before the hat animation (#28) +- Fix `is_audio` false-positives for MP4 / HEIC / MOV — check ftyp major brand (#27) +- Audio file support: MP3, WAV, FLAC, OGG, AAC, M4A — named from `ffprobe` tags (#20) - Auto-enumerate duplicate filenames in batch mode (#9) - Isolate extension from model output for reliable results with small models (#1) - `--context` / `-c` flag for guided naming (#2)