From a6ddff3aead108703bb71f07c7680eb3a3ddf14e Mon Sep 17 00:00:00 2001 From: "pbuetow (lap824)" Date: Sun, 22 Jan 2012 14:17:01 +0100 Subject: Add stats for memory --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 95fb74c..63690f0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +* Add stats for memory + +Sun Jan 21 14:16:37 CET 2012 +* Released v0.4.0 * Also show stats for idle, iowait, irq, softirq, steal and guest cpu time * Some parameters have been renamed (see --help) * Introduced extended mode (use --extended 1 at startup or 'e' hotkey) -- cgit v1.2.3 From e645fdbcf0bd3000ce7f7359b5675d439b461f27 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars)" Date: Sat, 28 Jan 2012 11:12:44 +0100 Subject: Introduced lots of thinks --- CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 63690f0..8bd2c42 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ -* Add stats for memory +* Remove --width option but introduced --barwidth option +* Add auto width, each bars width is --barwidth, which is 40px by default +* Add online resize option (0 and 9 hotkeys) +* Add stats for memory (--showmem option or m hotkey) Sun Jan 21 14:16:37 CET 2012 * Released v0.4.0 -- cgit v1.2.3 From 6ac37c73e2cb62d319483bfc2ebd9e420750844c Mon Sep 17 00:00:00 2001 From: "pbuetow (lap824)" Date: Sat, 28 Jan 2012 14:48:41 +0100 Subject: Some more docu --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 8bd2c42..4b3de9e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ * Remove --width option but introduced --barwidth option * Add auto width, each bars width is --barwidth, which is 40px by default * Add online resize option (0 and 9 hotkeys) +* Auto disable text display if text does not fit into screen * Add stats for memory (--showmem option or m hotkey) Sun Jan 21 14:16:37 CET 2012 -- cgit v1.2.3 From 59352b5ef220492e740d87f22411992967b35d93 Mon Sep 17 00:00:00 2001 From: "pbuetow (lap824)" Date: Sat, 28 Jan 2012 15:09:59 +0100 Subject: Too many new features. It is 0.5-devel now --- CHANGELOG | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 4b3de9e..84de56a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,13 @@ -* Remove --width option but introduced --barwidth option -* Add auto width, each bars width is --barwidth, which is 40px by default -* Add online resize option (0 and 9 hotkeys) -* Auto disable text display if text does not fit into screen * Add stats for memory (--showmem option or m hotkey) +* Remove --width option +* Add --barwidth option, each bar is barwidth pixels now +* Add --maxwidth option, which represents the max total window width +* Key right increases window width by 100px and left decreases by 100px +* Key down increases window height by 100px and up decreases by 100px +* Auto disable text display if text does not fit into window (maxwidth) pixels +* Auto re-enable text display if text does fit again into window +* No sporadic crashes on shutdown anymore +* Set 'samples' default values from 1000 down to 100. Sun Jan 21 14:16:37 CET 2012 * Released v0.4.0 -- cgit v1.2.3 From 94c361fca72d71be71b7304ddb41d76a110a14f2 Mon Sep 17 00:00:00 2001 From: "pbuetow (lap824)" Date: Sat, 28 Jan 2012 15:15:12 +0100 Subject: Some stuff --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 84de56a..9c528c4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,7 @@ * Auto disable text display if text does not fit into window (maxwidth) pixels * Auto re-enable text display if text does fit again into window * No sporadic crashes on shutdown anymore -* Set 'samples' default values from 1000 down to 100. +* Set 'samples' default values from 1000 down to 500. Sun Jan 21 14:16:37 CET 2012 * Released v0.4.0 -- cgit v1.2.3 From 35e1ae029f3fdf13fec11256a6d424c80db25245 Mon Sep 17 00:00:00 2001 From: "pbuetow (lap824)" Date: Sat, 28 Jan 2012 15:31:03 +0100 Subject: Removed some redundant log notices --- CHANGELOG | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 9c528c4..5978439 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,12 +2,14 @@ * Remove --width option * Add --barwidth option, each bar is barwidth pixels now * Add --maxwidth option, which represents the max total window width -* Key right increases window width by 100px and left decreases by 100px -* Key down increases window height by 100px and up decreases by 100px * Auto disable text display if text does not fit into window (maxwidth) pixels * Auto re-enable text display if text does fit again into window -* No sporadic crashes on shutdown anymore +* Key right increases window width by 100px and left decreases by 100px +* Key down increases window height by 100px and up decreases by 100px * Set 'samples' default values from 1000 down to 500. +* No sporadic crashes on shutdown anymore +* Some internal tweaks, no separate event thread needed anymore. This fixes + some sporadic bugs. Sun Jan 21 14:16:37 CET 2012 * Released v0.4.0 -- cgit v1.2.3 From 8e175c6c34a71157a3201defea55d3a3fb498f5b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 1 Feb 2012 20:56:52 +0100 Subject: add warning if computer is too slow --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 5978439..88c48b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ * Add stats for memory (--showmem option or m hotkey) -* Remove --width option +* Remove --width and --inter options * Add --barwidth option, each bar is barwidth pixels now * Add --maxwidth option, which represents the max total window width * Auto disable text display if text does not fit into window (maxwidth) pixels -- cgit v1.2.3 From a9ee3fde00a793bfa58087342d8caac2287a1af8 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (venus)" Date: Sat, 4 Feb 2012 10:58:00 +0100 Subject: getting ready for v0.5.0 release --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 88c48b9..5c4a36c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ -* Add stats for memory (--showmem option or m hotkey) +Sat Feb 4 10:56:27 CET 2012 +* Release v0.5.0 +* Add stats for rudimentary memory and swap usage (--showmem option or m hotkey) * Remove --width and --inter options * Add --barwidth option, each bar is barwidth pixels now * Add --maxwidth option, which represents the max total window width -- cgit v1.2.3