Release v0.4.2
What's Changed
- Fixed a bug where the tilde (
~
) character would not expand to the home directory when it was in an array and not the first element. #56 - Improved CLI
--help
descriptions (and by extension, man page descriptions) #57 - Changed the name of the flag for directly passing TOML data to Xshe from
--toml
to--text
. You can still use--toml
, but the recommended option is now listed as--text
(or-t
, which hasn't changed) #57
Full Changelog: v0.4.1...v0.4.2