|
| 1 | +What's new in version 3.2.0 |
| 2 | + |
| 3 | +* Support for displaying multiple tabs in the user interface |
| 4 | +* Allow multiple filter and search terms (logical OR, separate by "|") |
| 5 | +* Set correct default sorting direction (defaultSortDesc) |
| 6 | +* Improve performance for process lookup and update |
| 7 | +* Rework the IOMeters initial display |
| 8 | +* Removed duplicate sections on COMM and EXE |
| 9 | +* Highlight process UNINTERRUPTIBLE_WAIT state (D) |
| 10 | +* Show only integer value when CPU% more than 99.9% |
| 11 | +* Handle rounding ambiguity between 99.9 and 100.0% |
| 12 | +* No longer leaves empty the last column in header |
| 13 | +* Fix header layout and meters reset if a header column is empty |
| 14 | +* Fix PID and UID column widths off-by-one error |
| 15 | +* On Linux, read generic sysfs batteries |
| 16 | +* On Linux, do not collect LRS per thread (it is process-wide) |
| 17 | +* On Linux, dynamically adjust the SECATTR and CGROUP column widths |
| 18 | +* On Linux, fix a crash in LXD |
| 19 | +* On FreeBSD, add support for showing process emulation |
| 20 | +* On Darwin, lazily set process TTY name |
| 21 | +* Always set SIGCHLD to default handling |
| 22 | +* Avoid zombie processes on signal races |
| 23 | +* Ensure last line is cleared when SIGINT is received |
| 24 | +* Instead of SIGTERM, pre-select the last sent signal |
| 25 | +* Internal Hashtable performance and sizing improvements |
| 26 | +* Add heuristics for guessing LXC or Docker from /proc/1/mounts |
| 27 | +* Force elapsed time display to zero if process started in the future |
| 28 | +* Avoid extremely large year values when printing time |
| 29 | +* Fix division by zero when calculating IO rates |
| 30 | +* Fix out of boundary writes in XUtils |
| 31 | +* Fix custom thread name display issue |
| 32 | +* Use AC_CANONICAL_HOST, not AC_CANONICAL_TARGET in configure.ac |
| 33 | +* Support libunwind of LLVM |
| 34 | + |
1 | 35 | What's new in version 3.1.2
|
2 | 36 |
|
3 | 37 | * Bugfix for crash when storing modified settings at exit
|
|
0 commit comments