# Changelog
All notable changes to htop-win-go will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
# [Unreleased]
No changes yet.
# [0.1.3] - 2025-10-20
# Added
- Header title
htop-win-go - CPU and memory text progress bars
- Color thresholds: green <60%, yellow 60-85%, red ≥85%
- Shows percentage and memory usage
- Process count display on the right side
# Changed
- Refactored header from single
TextViewtoFlex(Row)- Contains title row + progress bar row
- Uses
TextViewfor ASCII progress bars instead of tview Gauge
# [0.1.2] - 2025-10-12
# Added
- Sort shortcuts:
C/M/P/Nfor CPU%/Memory/PID/Name - Optimized bottom hints display
# [0.1.1] - 2025-09-25
# Fixed
- Fixed
NumCPUusage for accurate CPU count
# [0.1.0] - 2025-09-25
# Added
- Initial Windows Go implementation
- Real-time CPU and memory monitoring
- Process list with sorting and filtering
- Interactive TUI with tview
- Keyboard navigation and shortcuts