A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/htop-dev/htop/commit/68c970c7ef4a0682760ed570b3d82388ae7ccf54 below:

Release 3.3.0 · htop-dev/htop@68c970c · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+54

-1

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+54

-1

lines changed Original file line number Diff line number Diff 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 + 1 54

What's new in version 3.2.2

2 55 3 56

* CPUMeter now can show frequency in text mode

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.3.0-dev], [htop@groups.io], [], [https://htop.dev/])

9 +

AC_INIT([htop], [3.3.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