Skip to content

Jivefire 0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 17:36
9d29a34

Changes since 0.1.2

  • chore: update flake.lock (9d29a34)
  • refactor(justfile): improve justfile organization and update ffmpeg-statigo handling (880ef9b)
  • deps: update ffmpeg-statigo to v8.0.1.0 (370b75c)
  • style(ui): implement fire theme with improved visualizations (da33ed7)
  • refactor(ui): unify bubbletea TUI for both analysis and rendering phases (2b57fd1)
  • docs: update project overview (5c1e241)
  • perf(ui): improve rendering performance and add thumbnail timing (9b3ec37)
  • refactor(audio): standardize on FFmpeg-based audio decoding (39cb477)
  • refactor(audio): migrate to sample-based audio encoding (7b6ffeb)
  • feat(encoder): add direct audio sample input mode (9929d57)
  • refactor: move ffmpeg-statigo submodule from vendor/ to third_party/ (72bbab3)
  • feat(audio): implement shared audio buffer for multi-consumer access (ed9c7c4)
  • feat(audio): implement FFmpeg-based audio decoder (b3f66c6)
  • docs(benchmark): add performance benchmarks for RGB→YUV conversion (f6399b7)
  • chore: enhance ffmpeg-statigo submodule management (53c404a)
  • feat(customization): add support for custom colors and images (#5) (30a18bf)
  • build(deps): bump golang.org/x/image from 0.32.0 to 0.33.0 (9a9446e)
  • build(deps): bump github.com/alecthomas/kong from 1.12.1 to 1.13.0 (e872d69)
  • feat: migrate from ffmpeg-go to ffmpeg-statigo (1597a44)

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/jivefire

Checksums

SHA256 checksums are provided below for verification.