Releases: Tomas-M/iotop
Releases · Tomas-M/iotop
Version 1.26
- Add clock in upper right corner
Full Changelog: v1.25...v1.26
Version 1.25
- Fix bug when
iotop
busy loops after pressingESC
key - Change the condition of displaying processes in
only
mode
Full Changelog: v1.24...v1.25
Version 1.24
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
What's Changed
- Changes by @bbonev in #43
- Fix some issues reported by lintian by @debian-janitor in #42
- Revert syscall count stuff by @bbonev in #44
- fix empty archlinux package by @bokunodev in #46
New Contributors
- @debian-janitor made their first contribution in #42
- @bokunodev made their first contribution in #46
Full Changelog: v1.22...v1.23
Version 1.22
What's Changed
- view_curses: do not force black background by @amonakov in #29
- fixed scroller logic by @cade-vs in #30
- fixed corner case of full scroller by @cade-vs in #32
- Update README.md by @jiasli in #35
- Add regex search @bbonev
- Better checking and error handling in netlink code @bbonev
- More graceful signal handling @bbonev
- Fix bug with a missing check if a process exited @bbonev
- New option to hide exited processes @bbonev
- Add color to % values and option to disable color at all @bbonev
- Implement the suggestion from https://no-color.org @bbonev, hint from @pabs3
- Fix bug with cursor displayed in unusual places @bbonev
New Contributors
- @amonakov made their first contribution in #29
- @cade-vs made their first contribution in #30
- @jiasli made their first contribution in #35
Full Changelog: v1.21...v1.22
Version 1.21
- Better support for disabled task_delayacct sysctl
- Add history and graph for all data
- Restore simple inline help
Version 1.20
Add support for kernel 5.14+ task_delayacct sysctl
Version 1.19
- Do not crash if TERM is not set
Version 1.18
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
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)