Skip to content

Releases: bvaisvil/zenith

0.9.0

19 May 02:53
Compare
Choose a tag to compare

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

10 Apr 03:25
Compare
Choose a tag to compare

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

04 Apr 04:00
Compare
Choose a tag to compare

Bug Fixes

  • Fix panic on scrolling past end of process table after filtering
  • Refined path toggle ('p'), Issue #15 to behave more closely to that of htop.

0.8.0

02 Apr 03:51
Compare
Choose a tag to compare

Bug Fixes

  • Issue #17, where closing zenith via a signal would prevent the lock file from being cleaned up.

Features

  • Issue #2, Added battery widget showing Battery Percentage, Charge/Discharge time, and Energy used.
  • Issue #15, Toggle on/off paths with 'p'
  • Added help screen, toggle with 'h'.

0.7.7

27 Mar 02:34
Compare
Choose a tag to compare
  • fixed issue #9; Where the ZFS pool wasn't showing up in the list of File Systems.

0.7.6

25 Mar 02:36
Compare
Choose a tag to compare
  • fix issue #14
  • fix issue #11
  • fix issue #12
  • fix issue #10
  • improved chart updates during zoom, now stably update

0.7.5

17 Mar 01:57
Compare
Choose a tag to compare
  • fix for issue #1
  • save 1 week of chart history using sled
  • rewind the history chart to a previous point in time

0.7.4

02 Mar 02:56
Compare
Choose a tag to compare
  • added more documentation
  • terminate on Ctrl-C

v0.7.2

23 Feb 17:44
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release
  • 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

0.7.1

25 Jan 00:26
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
  • Pressing enter when highlighting a process shows process detail
  • Suspend/resume/kill/terminate processes
  • zoom in/out of histograms with +/- keys
  • Some bug fixes