diff options
| author | Paul Buetow <paul@buetow.org> | 2011-08-05 21:31:57 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-08-05 21:31:57 +0000 |
| commit | d0bee4d430fb8c53e83a918240eaaedc55a90341 (patch) | |
| tree | 731322f34445f80bcbf58bead3e7eb8af21d0fb0 | |
| parent | a219ccb66aed233348cd544eb451173e5cfafdfa (diff) | |
Released v0.1.3
| -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, |
