Skip to content

Commit d4f4d60

Browse files
committed
feat(tui): v1.0.2 - Improved TUI experience
- Add Path column to tables for full disk path visibility - Dynamic table column width based on terminal size - Dynamic table height to show all items without scrolling - Fix progress bar animation with fake increments during deletion - Fix timer to freeze when deletion completes - Fix confirmation dialog size mismatch in tree mode - Show detailed paths in confirmation dialog
1 parent c3a56b0 commit d4f4d60

File tree

3 files changed

+407
-148
lines changed

3 files changed

+407
-148
lines changed

cmd/root/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
var (
1212
// Version is set at build time
13-
Version = "1.0.1"
13+
Version = "1.0.2"
1414
)
1515

1616
// rootCmd represents the base command

dev-cleaner

236 KB
Binary file not shown.

0 commit comments

Comments
 (0)