summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-02-04 23:31:46 +0100
committerPaul Buetow <paul@buetow.org>2012-02-04 23:31:46 +0100
commit703384d5d5e9373aacb9c4625793940de8e8bab9 (patch)
tree9dc5106a919570c76a134aa681e28ac560fb3351 /CHANGELOG
parenta9ee3fde00a793bfa58087342d8caac2287a1af8 (diff)
initial config file support
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5c4a36c..e31ab51 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+* Add config file support (~/.loadbarsrc)
+
Sat Feb 4 10:56:27 CET 2012
* Release v0.5.0
* Add stats for rudimentary memory and swap usage (--showmem option or m hotkey)
@@ -9,6 +11,7 @@ Sat Feb 4 10:56:27 CET 2012
* Key right increases window width by 100px and left decreases by 100px
* Key down increases window height by 100px and up decreases by 100px
* Set 'samples' default values from 1000 down to 500.
+* Displays a text warning on stdout if computer may be too slow
* No sporadic crashes on shutdown anymore
* Some internal tweaks, no separate event thread needed anymore. This fixes
some sporadic bugs.