From db33705e00b756a4f9a5d6c4258e95efcad4d2d7 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 5 Apr 2016 00:53:07 +1000 Subject: [PATCH] Changelog --- 1.7.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/1.7.md b/1.7.md index e2083eaf..5a117942 100644 --- a/1.7.md +++ b/1.7.md @@ -35,12 +35,23 @@ underline="on" underline_enabled="on" ``` +**Distro**
+- Fix arch issues with ARM cpus. +- We now use `uname -m` to get the arch instead of hardcoding `x86`. + +**CPU**
+- Fixed issues when cpu speed was < 1Ghz +- Cleanup of CPU function. + **Desktop Environment**
- [ Linux ] Fallback to using `xprop` if `$XDG_CURRENT_DESKTOP` is empty. - Use `$de` instead of `$XDG_CURRENT_DESKTOP` for wallpaper and theme detection. +- Fixed xprop bug with DE detection when X wasn't running. **Window Manager Theme**
- Fixed bug when `$de` was unset. **Color Blocks**
- Fixed bug when the blocks wrap a line causing a large white strip to appear. + +