From 4ff462aae5577235a147999ee3f9dce8a7aaa3ed Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 2 Apr 2016 11:36:16 +1100 Subject: [PATCH] Changelog --- 1.7.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/1.7.md b/1.7.md index aa4da31c..4081a558 100644 --- a/1.7.md +++ b/1.7.md @@ -10,6 +10,19 @@ Thanks to the following people for contributing this release. ### Info +**prin**
+- Format changes to fix issues with colons in string. This change also makes
+`prin` use the same args as `info`. + +```sh +# OLD Format +prin "Subtitle: Text goes here" + +# NEW Format +prin "Subtitle" "Text goes here" +``` + **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. +