Releases: bvaisvil/zenith
Releases · bvaisvil/zenith
0.14.1
What's Changed
- Adding line to print database path with hitting ticks-mismatch error by @noyez in #128
- Update instructions for installing on Arch Linux by @orhun in #129
- Change outdated function call by @tph5595 in #133
- Update linux-taskstats by @wezm in #135
- Remove unused
mut
by @MilesCranmer in #136 - Fix crash when no GPUs are detected by @alexmaco in #141
- ui: use even spacing between elements when temperature is shown by @alexmaco in #140
- Upgrade tui -> raratui and other deps by @alexmaco in #139
- Update Arch Linux package URL in README.md by @felixonmars in #143
- Migrated to 'uzers' from 'users' as the latter is no longer maintained in #146
New Contributors
- @noyez made their first contribution in #128
- @orhun made their first contribution in #129
- @tph5595 made their first contribution in #133
- @wezm made their first contribution in #135
- @MilesCranmer made their first contribution in #136
- @felixonmars made their first contribution in #143
Full Changelog: 0.14.0...0.14.1
0.14.0
What's Changed
- Bump libs and omit default features of linux_taskstats by @alexmaco in #116
- Fix compile on latest nightly by @macmv in #117
- readme mention deb-get as delivery mechanism by @takov751 in #123
- Highlighting of Temperatures/CPU Usage/Power
- Show uid if no user name could be found
- Added iowait top pid to disk usage
- Fix for Issue #120
- Fix for Issue #124
- Updated dependencies
- Some security updates Issue #98
New Contributors
Full Changelog: 0.13.1...0.14.0
0.13.1
0.13.0
- 234eb32 Fixed disk refresh and temp display (thanks @alexmaco)
- c532aba Dependency updates (thanks @alexmaco)
- 5fb55c6 Added support for historical disk space usage
- a4f723f Fix for issue #101
- 3f5d56a Make shift-tab cycle selected section backwards (thanks @alexmaco)
- 65cd9c9 Added IO Wait metrics when running as root/sudo
- 8248507 Remap f to / for filtering, and and / to ; for sort reversal (thanks @alexmaco)
- 629a4af Allow zenith to start when another instance is running, and add warni… (thanks @alexmaco)
- 45419bc Various updates for usability in process table
- 8eda9ae Make historgram more responsive (thanks @alexmaco)
0.12.0
0.11.0
- d7ec179 - Ask what to do when user options conflict
- 797c730 - MEM utilization value in figures before the percentage (thanks @sumwale)
- e6ca43b - Grid view for large number of cores (thanks @alexmaco)
- b7a5867 - Specify measurement units fix other issues related to tick times
- 40aa04d - Show paths for zero argument case too (thanks @sumwale)
- 610950f - Fixed mean calculation to represent the current histogram window
- d6a1d32 - Fixed issue with tabbing through sections that were not visible
- 3400294 - Upgraded TUI (thanks @alexmaco)
- 4bb05da - Use percentages for relative heights of panels (thanks @sumwale)
- 5af0ead - Support for DEB package build (thanks @sumwale)
- 876c058 - Dependency update (thanks @alexmaco )
- 3da4e6d - Readme updates for building and other directionss (thanks @sumwale )
0.10.1
0.10.0
Features
- 8744989 Multiple GPU support
- 714619c Grace Period for when selecting a task (Thanks to @alexmaco)
- 22b9904 When viewing a task, return with 'b' returns to your previously highlighted row (Thanks to @alexmaco )
- 76852fd Added CPU Temp for MacOS / Linux (assuming sensor drivers are present).
- 01130fc Page Up/ Page Down to scroll through tasks (Thanks to @alexmaco )
Fixes
- 249311a Fix memory leak / upgrading sysinfo (Issue #33 thanks to @alexmaco and @Byron for their assistance in tracking this down!)