Changelog

This commit is contained in:
Dylan 2016-04-01 21:01:56 +11:00
parent 4ca2a14cd8
commit f2e1b1d800
1 changed files with 5 additions and 7 deletions

12
1.6.md
View File

@ -91,6 +91,8 @@ This is much faster than the default method.
**Public IP**<br \> **Public IP**<br \>
- Made public IP function faster by using `dig` if available. **[@iandrewt](https://github.com/iandrewt)** - Made public IP function faster by using `dig` if available. **[@iandrewt](https://github.com/iandrewt)**
- Each source now has a timeout to avoid a hang.
- If the IP detection fails we try another method.
**Theme**<br \> **Theme**<br \>
- Use `$GTK2_RC_FILES` if the envar is set. **[@onespaceman](https://github.com/onespaceman)** - Use `$GTK2_RC_FILES` if the envar is set. **[@onespaceman](https://github.com/onespaceman)**
@ -105,7 +107,7 @@ This is much faster than the default method.
**Disk**<br \> **Disk**<br \>
- Added new display option `perc` to display just the percentage with the progress bar. - Added new display option `perc` to display just the percentage with the progress bar.
- Fixed disk usage not working on FreeBSD. - [ FreeBSD ] Fixed disk usage not working.
**Memory**<br \> **Memory**<br \>
- [ OpenBSD ] Fixed completely broken memory output on OpenBSD. - [ OpenBSD ] Fixed completely broken memory output on OpenBSD.
@ -118,17 +120,13 @@ This is much faster than the default method.
**Birthday**<br \> **Birthday**<br \>
- Fix stray `+` sign in output. - Fix stray `+` sign in output.
**Public IP**<br \>
- Each source now has a timeout to avoid a hang.
- If the IP detection fails we try another method.
### Image ### Image
- Remove `shuffledir` in favor of '--image path/to/dir/' - Remove `shuffledir` in favor of '--image path/to/dir/'
- Use `printf` instead of `shuf` to pick a random image. - Use `printf` instead of `shuf` to pick a random image.
- Fixed OS X wallpaper detection. - [ OS X ] Fixed issues with wallpaper detection.
- OS X wallpaper detection now works on a per desktop basis. - [ OS X ] Wallpaper detection now works on a per desktop basis.
- Removed `image_backend` and instead use iterm2 mode only when iterm2 is detected. - Removed `image_backend` and instead use iterm2 mode only when iterm2 is detected.