Jivedrop 0.1.0
Initial Release
- fix(workflow): refactor GitHub release workflow for parallel builds (52576db)
- docs: add demo GIF to README and update workflow description (e6da927)
- feat: add mp3 encoding test and reorganize justfile tasks (4048123)
- fix(encoder): correct encoder parameter from lowpass to cutoff (043a769)
- test(encoder): implement comprehensive test coverage (bb37b71)
- feat(frontmatter): add functionality to update podcast duration and file size (eb71a0e)
- feat(encoder): add MP3 file stats extraction for podcast frontmatter (7114b89)
- feat(ui): implement bubbletea UI for encoding progress (0f0fbfc)
- feat(id3): implement cover art scaling for podcast artwork (feacd1a)
- feat(metadata): implement ID3 tag writing and episode metadata extraction (e227966)
- feat(encoder): implement MP3 encoding functionality (4d74b2e)
- fix(go): downgrade go version from 1.25.2 to 1.24.2 (304e606)
- feat(cli): implement main CLI entry point for jivedrop (8fd5c21)
- docs: refine ID3 tag date format and frontmatter requirements (2e91294)
- build(deps): bump softprops/action-gh-release from 1 to 2 (9dc42cb)
- docs: update onboarding command to use specification docs (7e4314b)
- feat: initial project structure and specification (d9c517d)
Installation
Download the appropriate binary for your platform below, make it executable, and move it to your PATH:
# Linux (amd64)
chmod +x jivedrop-linux-amd64
sudo mv jivedrop-linux-amd64 /usr/local/bin/jivedrop
# macOS (Apple Silicon)
chmod +x jivedrop-darwin-arm64
sudo mv jivedrop-darwin-arm64 /usr/local/bin/jivedropChecksums
SHA256 checksums are provided below for verification.