From da921f095ff1547edd99486575d20c9f1c788bda Mon Sep 17 00:00:00 2001 From: Marcel Lautenbach Date: Sat, 22 Apr 2017 17:53:36 +0200 Subject: [PATCH] fix division by 0 --- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e32a1..4a8a109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# alpha-0.4 +- Add gauges for core temperatures +- Add Option to show all CPUs, batteries and core temperatures gauges or just one +- Improve code base +- Improve performance +- Found memory leak in rxvt-unicode, reported it, will be fixed in next release +- Fix bugs + # alpha-0.3 - Add context aware battery gauge (on AC/BAT) - Fix some regex issues @@ -8,7 +16,7 @@ # alpha-0.2 - Improve regex for mounts -- Fix wireless (for now). +- Fix wireless (for now) # alpha-0.1 - First development release that works for me for the moment \ No newline at end of file diff --git a/VERSION b/VERSION index 94d2f82..6c72247 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -alpha-0.3-25 +alpha-0.3-26