summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-02-25 20:11:22 +0100
committerPaul Buetow <paul@buetow.org>2012-02-25 20:11:22 +0100
commit27449f93e380bb93e05406cb3f45b98a3e032c30 (patch)
tree4388bf87bbbc86777edfdb7deacea274c51ce704 /CHANGELOG
parent389f995ab4e1aec24f5e0da292a3e70ba12d4183 (diff)
parent1440e0d2e5065221cee0e4c6565842ee3dac7431 (diff)
Merge remote-tracking branch 'remotes/origin/devel'0.5.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5c4a36c..3733304 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+Sat Feb 25 20:09:02 CET 2012
+* Release v0.5.1
+* Add config file support (~/.loadbarsrc) and it's possible to configure
+ any option you find in --help but without leading '--'. For comments
+ just use the '#' sign. Sample config:
+ showcores=1 # Always show cores on startup
+ showtext=0 # Always don't display text on startup
+* Add hotkey 'w' which writes current settings to the configfile
+* Remove --title option (no need anyway)
+* Some code cleanups
+* Some bugfixes
+
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 +21,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.