Skip to content

Releases: aramb-dev/tomp3

v0.9

Choose a tag to compare

@aramb-dev aramb-dev released this 26 May 19:34
1de5b30

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

Choose a tag to compare

@aramb-dev aramb-dev released this 26 May 19:25
4bf184d

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

Choose a tag to compare

@aramb-dev aramb-dev released this 26 May 18:51
dd0ae1f

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

Choose a tag to compare

@aramb-dev aramb-dev released this 25 May 20:42
e803833

What's new

  • Update notice now shows tomp3 update command + download link
  • Users on any version (including v0.3) now see exactly how to get the latest

v0.5

Choose a tag to compare

@aramb-dev aramb-dev released this 25 May 20:37
38dc2f9

What's new

  • Fixed emoji header rendering on fresh installs
  • Added 'by aramb-dev' to the header
  • Fixed build script path for universal (arm64 + x86_64) binary

v0.4 — Self-update command

Choose a tag to compare

@aramb-dev aramb-dev released this 25 May 20:27
f9f5cf4

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

v0.3 — Initial Swift CLI release

Choose a tag to compare

@aramb-dev aramb-dev released this 25 May 20:11
ea0d99f

🎵 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 (--quiet mode, non-interactive flags)
  • Shell completions (zsh, bash, fish)
  • --open flag 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