Releases: bvaisvil/zenith
Releases · bvaisvil/zenith
0.9.0
New Features
- 849810f NVIDIA GPU support (build with
--feature nvidia
) - 6e748e8 Set nice/normal priority from process view
- 15ff9c1 Added uptime to title bar
- b72f3fb Added top reader/writer to disk read/write chart
Bug Fixes
- 6f951a0 Fix panic on going past end of table
- 4be117c Fix for Luks mounts don't show up on file systems section #28
- 4286517 Ignore some special and readonly linux file systems (Thanks to @alexmaco)
Other Changes
- bf8bb61 Removed sled as dependency
- 1e7315b Moved storage from
~/zenith
to~/.cache
(Thanks to @VojtechStep) - 719e1f6 zenith's pid is now stored in the
.lock
file, when run, if the lock file exists the pid is looked up to see if zenith is still running. If it isn't, zenith runs withot complaint and creates a new lock file. (Thanks to @alexmaco) - fb40cbd Reduced write frequency of zenith data store.
0.8.2
Bug fixes
- Fixed an index out of bounds bug when scrolling past end of the filtered process table
- Fixed an overflow/out of bounds bug when killing a process from a filtered table resulting in the index of the current selected process being out of bounds
- Fixed a bug where TTYs wouldn't clear the screen before or after rendering (Closes Issue #23)
0.8.1
0.8.0
0.7.7
0.7.6
0.7.5
0.7.4
v0.7.2
- Tab switches the selected section, 'm' minimizes/shrinks the section, 'e' expands the section.
- Reworked the layout of the process overview
- Top/cumulative process fixed so if a dead process is the cumulative leader, it will be displayed.
- Fix for pid wrap around/reuse.
- Other bug fixes