Skip to content

v2.3.0

Choose a tag to compare

@AliHamza-Coder AliHamza-Coder released this 12 Jul 16:50
· 9 commits to main since this release

v2.3.0 (2026-07-12)

Changed

  • promptuicharmbracelet/huh: Replaced the unmaintained promptui library with actively-maintained huh (built on Bubble Tea). Arrow-key menus now work on ALL terminals — Windows cmd, PowerShell, Windows Terminal, Linux, macOS. No more silent "Goodbye!" when the terminal doesn't support the old library.
  • Go 1.21 → 1.23 required by huh.

Added

  • Numbered fallback: If the interactive menu fails for any reason (non-interactive terminal, CI, etc.), automatically falls back to a simple number selection (1) All files, 2) Images, etc.).
  • Missing backup package: Backup functions (CreateDir, CopyFile) now included in the source tree.

Fixed

  • Banner visual bug: Version line was missing the closing border — now properly aligned.
  • Consistent input handling: install.go now uses ui.ReadInput() instead of raw fmt.Scanln.