netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=e3516321bfdb1041640d8054acf68d57c5be9cee
commit e3516321bfdb1041640d8054acf68d57c5be9cee Author: Alastair Poole <nets...@gmail.com> Date: Thu Mar 11 09:51:00 2021 +0000 NEWS: Just a note. --- NEWS | 2 ++ README | 2 +- data/images/network.png | Bin 5612 -> 5574 bytes data/images/threads.png | Bin 1172 -> 5727 bytes 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 32724cf..8765681 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,11 @@ Evisum 0.5.12 ============= + * Add a basic network overview tool. * Add some more fields to process view. * Process list fields selectable. * Fix leak. + * Load manpages in separate thread (no blocking with LARGE docs). * Fix search bug. ============= diff --git a/README b/README index e44a71d..1d30e94 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Evisum - System Monitor (EFL) +Evisum - System Monitor. This is a process and system monitor for Linux, OpenBSD, FreeBSD and DragonFlyBSD. It is server-client based and includes rudimentary tools for diff --git a/data/images/network.png b/data/images/network.png index 3c3db90..af13ba7 100644 Binary files a/data/images/network.png and b/data/images/network.png differ diff --git a/data/images/threads.png b/data/images/threads.png index 79efb19..50e225c 100644 Binary files a/data/images/threads.png and b/data/images/threads.png differ --