Changelog
This commit is contained in:
parent
5ec79cf617
commit
4ff462aae5
1 changed files with 13 additions and 0 deletions
13
1.7.md
13
1.7.md
|
@ -10,6 +10,19 @@ Thanks to the following people for contributing this release.
|
||||||
|
|
||||||
### Info
|
### Info
|
||||||
|
|
||||||
|
**prin**<br \>
|
||||||
|
- Format changes to fix issues with colons in string. This change also makes<br \>
|
||||||
|
`prin` use the same args as `info`.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# OLD Format
|
||||||
|
prin "Subtitle: Text goes here"
|
||||||
|
|
||||||
|
# NEW Format
|
||||||
|
prin "Subtitle" "Text goes here"
|
||||||
|
```
|
||||||
|
|
||||||
**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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue