# Changelog
All notable changes to htop-win-rust will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
# [Unreleased]
# Changed
- Removed duplicate
color_for_ratio()function- Now imports from
htop_shared
- Now imports from
- Standardized memory units to MiB
# [0.1.5] - 2026-04-16
# Changed 🔧
- Version: Bumped to 0.1.5 for consistency with htop-unix-rust and project-wide version tracking
# [0.1.0] - 2026-02-13
# Changed
- Upgraded dependencies for ratatui 0.29 compatibility
crossterm0.27 → 0.29ratatui0.26 → 0.29
- API adaptations:
frame.size()→frame.area()- Removed unnecessary
EnableMouseCapture/DisableMouseCapture
# Added
- Initial Windows Rust implementation
- Real-time CPU and memory monitoring
- Process list with sorting and filtering
- Interactive TUI with ratatui
- Process details view
- Keyboard navigation and shortcuts
- Sparkline history for CPU/memory