You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
promptui → charmbracelet/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.