+35
-1
lines changedFilter options
+35
-1
lines changed Original file line number Diff line number Diff 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
+
1
35
What's new in version 3.1.2
2
36
3
37
* Bugfix for crash when storing modified settings at exit
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
6
6
# ----------------------------------------------------------------------
7
7
8
8
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/])
10
10
11
11
AC_CONFIG_SRCDIR([htop.c])
12
12
AC_CONFIG_AUX_DIR([build-aux])
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4