Skip to content

Commit c7413fd

Browse files
committed
Merge branch 'natoscott-changelog-3.2.0'
2 parents a155fd0 + 8f0475c commit c7413fd

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

ChangeLog

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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+
135
What's new in version 3.1.2
236

337
* Bugfix for crash when storing modified settings at exit

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ----------------------------------------------------------------------
77

88
AC_PREREQ([2.69])
9-
AC_INIT([htop], [3.2.0-dev], [htop@groups.io], [], [https://htop.dev/])
9+
AC_INIT([htop], [3.2.0], [htop@groups.io], [], [https://htop.dev/])
1010

1111
AC_CONFIG_SRCDIR([htop.c])
1212
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)