diff options
| -rw-r--r-- | BUGS | 2 | ||||
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | WISHLIST | 1 | ||||
| -rwxr-xr-x | loadbars.pl | 2 |
5 files changed, 10 insertions, 5 deletions
@@ -1 +1 @@ -No known bugs +Sometimes Loadbars hangs using the toggle options having many bars loaded. @@ -1,5 +1,9 @@ -Fr 5. Aug 21:41:13 CEST 2011 +Fr 5. Aug 23:29:19 CEST 2011 +* Released v0.1.3 * Fixed a segfault bug on SDL::Font using threads +* Added an advanced help option (h vs. H) +* Added new toggle option: Displaying bar number vs. hostname +* Some little code refactoring Fr 22. Apr 13:08:08 CEST 2011 * Released v0.1.2.1 @@ -2,7 +2,7 @@ For general program informations see http://loadbars.buetow.org For legal informations see COPYING and COPYING.FONT -For any program help check out --help or 'h' command +For any program help check out --help or 'h' and 'H' commands For a list of features which might be added in the future see WHISHLIST @@ -22,4 +22,6 @@ Explanation text display: us = User cpu usage in % sy = System cpu sage in % su = System & user cpu usage in % + avg = System load average (desc. order: 1, 5 and 15 min. avg.) + @@ -1,2 +1 @@ -- Extended text display (hostname, cpu number, etc..) - Stats for other stuff (e.g. memory, inodes..., disk usage) diff --git a/loadbars.pl b/loadbars.pl index b8b0f8d..d4b6c88 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -51,7 +51,7 @@ use threads::shared; use constant { DEPTH => 8, PROMPT => 'loadbars> ', - VERSION => 'loadbars v0.1.2.2-devel', + VERSION => 'loadbars v0.1.3', COPYRIGHT => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>', NULL => 0, MSG_TOGGLE_TXT => 1, |
