Jivefire 0.1.1
Changes since 0.1.0
- feat(config): centralize appearance constants and add thumbnail styling (55251aa)
- docs: reorganize feature list and add thumbnail generator (18efe59)
- style(ui): refine text formatting and labeling in UI components (74f0674)
- perf(timing): add comprehensive execution time tracking (08bd5eb)
- perf(renderer): pre-render framing line pixel pattern for better performance (9c24c5c)
- feat(ui): add audio flush progress tracking and feedback (16d0f31)
- feat(encoder): implement interleaved audio encoding to eliminate final processing stall (14157c7)
- improve: enhance UI with real file size and audio processing status (314aa1d)
- feat(encoder): configure video codec with animation-optimized settings (b58c8e7)
- perf(ui): remove mirrored spectrum displays (a41c732)
- feat(renderer): add thumbnail generation for videos (3511f7f)
- docs: clarify documentation reference in ARCHITECTURE.md (537c576)
- feat(renderer): add bold font and thumbnail assets (d8fc1b8)
- feat: add install command to justfile (f21abdc)
- refactor(workflow): consolidate release jobs into single matrix job (8c14ab4)
Installation
Download the appropriate binary for your platform below, make it executable, and move it to your PATH:
# Linux (amd64)
chmod +x jivefire-linux-amd64
sudo mv jivefire-linux-amd64 /usr/local/bin/jivefire
# macOS (Apple Silicon)
chmod +x jivefire-darwin-arm64
sudo mv jivefire-darwin-arm64 /usr/local/bin/jivefireChecksums
SHA256 checksums are provided below for verification.