Releases: guptarohit/mfp
Releases · guptarohit/mfp
v0.3.2
v0.3.1
v0.3.0
0.3.0 (2026-03-13)
Added
- Interactive playback controls during streaming playback:
- pause/resume with
Space - stop with
q - stop with
Ctrl+C - seek forward 10 seconds with
Rightorl - seek backward 10 seconds with
Leftorh
- pause/resume with
- Interactive volume control with
+/=and-/_ - Inline playback status feedback such as
[PAUSED]and volume level updates - Automatic release workflow with
release-please - Semantic PR title validation workflow
Changed
- Split CI and release automation into dedicated GitHub Actions workflows
- Added macOS ARM release builds
- Improved terminal interaction with raw mode restoration and non-TTY fallback
- Updated README with playback controls documentation
Fixed
- Replaced
minimp3withminimp3_fixedto avoid the undefined behavior crash caused byslice-dequeon newer Rust toolchains - Added HTTP timeout handling and graceful recovery for seek operations
- Preserved playback continuity when seek requests fail
v0.2.0
- Keep playing available tracks if no specific track selected 🎵
v0.1.0
- First MVP ✨