mirror of https://github.com/xzeldon/htop.git
Release 3.0.5
This commit is contained in:
parent
5d92a9f20d
commit
ce6d60e7de
25
ChangeLog
25
ChangeLog
|
@ -1,3 +1,28 @@
|
||||||
|
What's new in version 3.0.5
|
||||||
|
|
||||||
|
* BUGFIX / SECURITY: InfoScreen: fix uncontrolled format string
|
||||||
|
* BUGFIX: Improve white text in the Light Terminal colour scheme
|
||||||
|
(both of the above thanks to V)
|
||||||
|
* Enable the function bar on the main screen to be hidden (see Setup -> Display options)
|
||||||
|
* BUGFIX: Reduce layout issues esp. around printing wide characters (not complete yet)
|
||||||
|
* BUGFIX: Make the follow function exit cleanly after followed process died
|
||||||
|
* Solaris: make Process callbacks static
|
||||||
|
* Update help and man page for improved -t / -s options
|
||||||
|
* Drop usage of formatted error messages from <err.h>
|
||||||
|
* Show arrow indicating order of sorted process column
|
||||||
|
* Lots of plumbing around the internal Hashtable, hardening and code cleanups
|
||||||
|
* LibSensors: add support for Ryzen CPUs (vor 5 Tagen)
|
||||||
|
(thanks to Matej Dian)
|
||||||
|
* BUGFIX: Fix CPU percentage on M1 silicon Macs
|
||||||
|
(thanks to Luke Groeninger)
|
||||||
|
* LoadMeter: dynamically adjust color and total of bar
|
||||||
|
* Find libsensors.so.4 for Fedora and friends
|
||||||
|
* Add support to display CPU frequencies on Solarish platforms
|
||||||
|
(thanks to Dominik Hassler)
|
||||||
|
* Enable going back to previous search matches (Shift-F3)
|
||||||
|
* Added keybind 'N' for sorting by PID (drops 'n'/'N' as not used before much)
|
||||||
|
(thanks to Jake Mannens)
|
||||||
|
|
||||||
What's new in version 3.0.4
|
What's new in version 3.0.4
|
||||||
|
|
||||||
* Separate tree and list sort orders
|
* Separate tree and list sort orders
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.65)
|
AC_PREREQ(2.65)
|
||||||
AC_INIT([htop],[3.0.5-dev],[htop@groups.io])
|
AC_INIT([htop],[3.0.5],[htop@groups.io])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([htop.c])
|
AC_CONFIG_SRCDIR([htop.c])
|
||||||
AC_CONFIG_AUX_DIR([.])
|
AC_CONFIG_AUX_DIR([.])
|
||||||
|
|
Loading…
Reference in New Issue