Skip to content

Commit 68c970c

Browse files
Daniel LangeDaniel Lange
authored andcommitted
Release 3.3.0
1 parent 2b6304c commit 68c970c

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

ChangeLog

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
What's new in version 3.3.0
2+
3+
* Multiple refactorings and code improvements
4+
* Shorten docker container IDs to 12 characters
5+
* Settings: preserve empty header
6+
* Fix execlp() argument without pointer cast
7+
* OpenFilesScreen: Make column sizing dynamic for file size, offset and inode
8+
* Add support for "truss" (FreeBSD equivalent of "strace")
9+
* Darwin: add NetworkIOMeter support
10+
* HeaderLayout: add "3 columns - 40/30/30", "... 30/40/30" & "... 30/30/40"
11+
* Meter: use correct unicode characters for digit '9'
12+
* Note in manual re default memory units of KiB
13+
* Add column for process container name
14+
* Add logic to filter the container name (+type) from the CGroup name
15+
* Change NetworkIOMeter value unit from KiB/s to bytes/second
16+
* Cap DiskIOMeter "utilisation" percentage at 100%
17+
* PCP platform implementation of frontswap and zswap accounting
18+
* Shorten podman/libpod container IDs to 12 characters
19+
* Write configuration to temporary file first
20+
* Incorporate shared memory in bar text
21+
* Move shared memory next to used memory
22+
* Correct order of memory meter in help
23+
* Add recalculate to Ctrl-L refresh
24+
* Update process list on thread visibility toggling
25+
* Support dynamic screens with 'top-most' entities beyond processes
26+
* Introduce Row and Table classes for screens beyond top-processes
27+
* Rework ZramMeter and remove MeterClass.comprisedValues
28+
* More robust logic for CPU process percentages (Linux & PCP)
29+
* Show year as start time for processes older than a year
30+
* Short-term fix for docker container detection
31+
* default color preset: use bold blue for better visibility
32+
* Document 'O' keyboard shortcut
33+
* Implement logic for '--max-iterations'
34+
* Update F5 key label on tab switch (Tree <-> List)
35+
* Force re-sorting of the process list view after switching between list/treeview mode
36+
* Linux: (hack) work around the fact that Zswapped pages may be SwapCached
37+
* Linux: implement zswap support
38+
* {Memory,Swap}Meter: add "compressed memory" metrics
39+
* Darwin: add DiskIOMeter support
40+
* Fix scroll relative to followed process
41+
* ZramMeter: update bar mode
42+
* Use shared real memory on FreeBSD
43+
* Increase Search and Filter max string length to 128
44+
* Improve CPU computation code
45+
* Remove LXC special handling for the CPU count
46+
* Create new File Descriptor meter
47+
* PCP: add IRQ PSI meter
48+
* Linux: add IRQ PSI meter
49+
* Linux: highlight username if process has elevated privileges
50+
* Add support for scheduling policies
51+
* Add a systemd user meter to monitor user units.
52+
* FreeBSD: remove duplicate zfs ARC size subtraction
53+
154
What's new in version 3.2.2
255

356
* CPUMeter now can show frequency in text mode

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.3.0-dev], [[email protected]], [], [https://htop.dev/])
9+
AC_INIT([htop], [3.3.0], [[email protected]], [], [https://htop.dev/])
1010

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

0 commit comments

Comments
 (0)