Skip to content

Releases: Tomas-M/iotop

Version 1.26

03 Feb 13:57
v1.26
b15743b
Compare
Choose a tag to compare
  • Add clock in upper right corner

Full Changelog: v1.25...v1.26

Version 1.25

14 Oct 12:16
v1.25
9d60bb7
Compare
Choose a tag to compare
  • Fix bug when iotop busy loops after pressing ESC key
  • Change the condition of displaying processes in only mode

Full Changelog: v1.24...v1.25

Version 1.24

30 Sep 23:18
v1.24
ce72e06
Compare
Choose a tag to compare

What's Changed

  • Fix a bug with graphs in ASCII mode
  • Show the status of the configuration in the help window
  • Support ancient compilers by @bbonev in #52

Full Changelog: v1.23...v1.24

Version 1.23

23 Jan 23:36
v1.23
bbf398a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.22...v1.23

Version 1.22

09 Jul 22:31
v1.22
610515c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.21...v1.22

Version 1.21

27 Jan 19:39
b12c370
Compare
Choose a tag to compare
  • Better support for disabled task_delayacct sysctl
  • Add history and graph for all data
  • Restore simple inline help

Version 1.20

05 Oct 00:07
v1.20
57319a9
Compare
Choose a tag to compare

Add support for kernel 5.14+ task_delayacct sysctl

Version 1.19

21 Sep 08:40
v1.19
887b987
Compare
Choose a tag to compare
  • Do not crash if TERM is not set

Version 1.18

24 Aug 16:42
d3df11c
Compare
Choose a tag to compare

Improvements and bugfixes

  • Bugfix: OOB access in esc_low_ascii1
  • Fix build with gcc 10.2 on platforms that do not have -mno-stackrealign
  • Let Escape key close the help window
  • Remove flicker during update with help window shown
  • Make it possible to compile on really old systems, e.g. with glibc version <= 2.17

Version 1.17

06 Feb 01:12
0fe8cf8
Compare
Choose a tag to compare

Visual improvements and bugfixes

  • various style fixes by static analyses tools
  • bugfix: in certain conditions u8strpadt would get a negative value and eat all RAM
  • bugfix: after going to 1 line the header would never go back to 2 lines
  • add scroller
  • bugfix: do not allow ionice a process that have exited
  • bugfix: do not allow ionice selector to go out of list
  • move help to pop-up window
  • freeze interactive view shortcut (s/S)