Changelog
This commit is contained in:
parent
4ca2a14cd8
commit
f2e1b1d800
12
1.6.md
12
1.6.md
|
@ -91,6 +91,8 @@ This is much faster than the default method.
|
|||
|
||||
**Public IP**<br \>
|
||||
- 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 \>
|
||||
- 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 \>
|
||||
- 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 \>
|
||||
- [ OpenBSD ] Fixed completely broken memory output on OpenBSD.
|
||||
|
@ -118,17 +120,13 @@ This is much faster than the default method.
|
|||
**Birthday**<br \>
|
||||
- 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
|
||||
|
||||
- Remove `shuffledir` in favor of '--image path/to/dir/'
|
||||
- Use `printf` instead of `shuf` to pick a random image.
|
||||
- Fixed OS X wallpaper detection.
|
||||
- OS X wallpaper detection now works on a per desktop basis.
|
||||
- [ OS X ] Fixed issues with wallpaper detection.
|
||||
- [ OS X ] Wallpaper detection now works on a per desktop basis.
|
||||
- Removed `image_backend` and instead use iterm2 mode only when iterm2 is detected.
|
||||
|
||||
|
||||
|
|
Reference in New Issue