What's New
- fix(deps): Separate bundled directory name from executable name
- fix(deps): Correct FFmpeg download URLs with triple-fallback strategy
- fix: Pin FFmpeg to specific version 7.1 with 7.0.2 fallback
- fix: Add Tesseract download fallback and timeouts
- fix: Type mismatch in GUI setup_path() - use Vec consistently
- feat: Replace Scoop/Chocolatey with bundled portable dependencies
Full Changelog
Full Changelog: v0.7.23...v0.8.0
Installation
Windows
Download and install nameback-x86_64-pc-windows-msvc.msi
What you get:
- 🖥️ CLI: Type
namebackin any terminal (automatically added to PATH) - 🎨 GUI: Launch from Start Menu → nameback
- ⚙️ Auto-install dependencies: exiftool, tesseract, ffmpeg, imagemagick installed automatically
macOS
CLI Users (Recommended: Homebrew)
brew tap h4x0r/nameback
brew install namebackAutomatically installs all dependencies.
GUI Users
- Intel Mac: Download
nameback-x86_64-apple-darwin.dmg - Apple Silicon: Download
nameback-aarch64-apple-darwin.dmg
Drag to Applications folder and launch!
Linux
cargo install nameback
nameback --install-depsVerification
All installers include SHA256 checksums in checksums.txt
🤖 Generated with Claude Code