Releases: aramb-dev/tomp3
Releases · aramb-dev/tomp3
Release list
v0.9
What's new
- Fix: Finder extension now properly registers with macOS (was missing sandbox entitlement)
- Finder right-click now delegates to menu bar app via tomp3:// URL scheme (no more in-extension ffmpeg)
- Fix: FinderSetup.bundleID corrected to dev.aramb.tomp3app.findersync
v0.8
What's new
- Add Finder Extension setup guide — CLI: tomp3 setup-finder, menu bar: inline step-by-step banner
- Add right-click context menu on menu bar icon: Check for Updates / Quit
- Add live conversion queue with progress bar and per-file status
- Quality label now appears above the preset picker
- Drop zone flashes confirmation when files are received
- Fix installer conclusion page encoding (UTF-8 charset)
v0.7
What's new
- Add menu bar app — drag-drop, preset picker, live progress, notifications
- Add Finder right-click: Convert to MP3 with all 5 presets
- Update through menu bar or CLI — one pkg keeps everything in sync
- Fix: files with parentheses in name now resolve correctly
- Add -v / --version flag
- Add tomp3 help with styled output
- Auto-relaunch after tomp3 update
v0.6
v0.5
v0.4 — Self-update command
What's new
tomp3 update— checks, downloads, and installs the latest version silently (one password prompt, no wizard)tomp3 update --check-only— just reports if a newer version exists- What's new notes shown before installing
- Live download progress bar
Install
# pkg installer (recommended)
# Download tomp3-0.4-macos.pkg below and double-click
# Or raw binary
curl -Lo ~/.local/bin/tomp3 https://github.com/aramb-dev/tomp3/releases/download/v0.4/tomp3-macos-arm64
chmod +x ~/.local/bin/tomp3
xattr -dr com.apple.quarantine ~/.local/bin/tomp3v0.3 — Initial Swift CLI release
🎵 tomp3 v0.3
First release as a proper Swift CLI app (previously a zsh script).
Features
- Built with Swift + ArgumentParser
- 5 quality presets: tiny → high
- Batch conversion with parallel jobs
- Fully scriptable (
--quietmode, non-interactive flags) - Shell completions (zsh, bash, fish)
--openflag to reveal output in Finder- Self-update checker
- Auto-installs ffmpeg via Homebrew
Install
curl -Lo ~/.local/bin/tomp3 https://github.com/aramb-dev/tomp3/releases/download/v0.3/tomp3-macos-arm64
chmod +x ~/.local/bin/tomp3