summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-01-11 13:29:10 +0000
committerPaul Buetow <paul@buetow.org>2011-01-11 13:29:10 +0000
commit620ef9015d343bf7ccbbd29cb3d9ce125b64779a (patch)
treef24f9f981753a58c9ee7197e50cefab202d2702e
parentcfc44423e207f108e7c68546b78e4c125592dda6 (diff)
versioning and changelog
-rw-r--r--CHANGELOG14
-rwxr-xr-xloadbars.pl2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..131611d
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,14 @@
+Tue Jan 11 14:26:35 CET 2011
+* Removed all old screenshots
+* Added a newer one
+
+Tue Jan 11 14:01:32 CET 2011
+* Released v0.1.1
+* Extended help text ('h' command)
+* Added CHANGELOG and README files
+* Fixed a typo
+
+Tue Jan 11 13:??:?? CET 2011
+* Released v0.1.0
+* With initial font support (text display of the stats)
+* Everything else which has been implemented up to 0.1-beta8-pre6
diff --git a/loadbars.pl b/loadbars.pl
index 055009b..54424f9 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -53,7 +53,7 @@ use threads::shared;
use constant {
DEPTH => 8,
PROMPT => 'loadbars> ',
- VERSION => 'loadbars v0.1.1',
+ VERSION => 'loadbars v0.1.1-devel',
COPYRIGHT => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>',
NULL => 0,
MSG_SET_DIMENSION => 1,