summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-05 21:31:57 +0000
committerPaul Buetow <paul@buetow.org>2011-08-05 21:31:57 +0000
commitd0bee4d430fb8c53e83a918240eaaedc55a90341 (patch)
tree731322f34445f80bcbf58bead3e7eb8af21d0fb0
parenta219ccb66aed233348cd544eb451173e5cfafdfa (diff)
Released v0.1.3
-rw-r--r--CHANGELOG6
-rwxr-xr-xloadbars.pl2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7fbd506..6fd0cdc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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,