Changelog

This commit is contained in:
Dylan 2016-04-05 00:53:07 +10:00
parent 8d4057b1b8
commit db33705e00
1 changed files with 11 additions and 0 deletions

11
1.7.md
View File

@ -35,12 +35,23 @@ underline="on"
underline_enabled="on" underline_enabled="on"
``` ```
**Distro**<br \>
- Fix arch issues with ARM cpus.
- We now use `uname -m` to get the arch instead of hardcoding `x86`.
**CPU**<br \>
- Fixed issues when cpu speed was < 1Ghz
- Cleanup of CPU function.
**Desktop Environment**<br \> **Desktop Environment**<br \>
- [ Linux ] Fallback to using `xprop` if `$XDG_CURRENT_DESKTOP` is empty. - [ Linux ] Fallback to using `xprop` if `$XDG_CURRENT_DESKTOP` is empty.
- Use `$de` instead of `$XDG_CURRENT_DESKTOP` for wallpaper and theme detection. - 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**<br \> **Window Manager Theme**<br \>
- Fixed bug when `$de` was unset. - Fixed bug when `$de` was unset.
**Color Blocks**<br \> **Color Blocks**<br \>
- Fixed bug when the blocks wrap a line causing a large white strip to appear. - Fixed bug when the blocks wrap a line causing a large white strip to appear.