skillshare v0.16.14 Release Notes
Release date: 2026-03-09
TL;DR
v0.16.14 replaces all fixed gray colors with SGR dim for consistent terminal rendering across themes, fixes the progress bar layout and concurrency bug, and unifies accent colors:
- SGR dim everywhere — CLI output, TUI styles, and skill path rendering all use the dim attribute instead of hardcoded gray palette entries
- Progress bar layout fix — counter now at a fixed position right after the percentage, visible on any terminal width
- Progress bar 99% fix — parallel scan workers no longer race past the final 100% frame
No breaking changes. Drop-in upgrade from v0.16.13.
Changelog
- 401f526 chore: update readme
- ae80756 feat(ui): replace bright-black gray with SGR dim for consistent terminal rendering
- cca896d feat(ui): replace pterm progress bar with custom fixed-width bar
- 404ad0a fix(tui): replace 256-color gray gradient with SGR dim in skill path rendering
- 7284d38 fix(ui): cap progress counter and guard RenderInlineBar against zero total
- ad713bc fix(ui): render phase headers inline with progress bar to prevent visual duplication