diff options
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rwxr-xr-x | loadbars.pl | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -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 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, |
