v0.7.0
What's Changed
- Fix notification segfaults by @BrookJeynes in #9
- Conform codebase styling by @BrookJeynes in #10
- Create release action by @BrookJeynes in #11
- Separate event and draw logic by @BrookJeynes in #12
- Updated config location from
$HOME/.config/zfe
to$HOME/.zfe
by @BrookJeynes in 3cb9bb2- This means that the config can be found at either
$HOME/.zfe/
or$XDG_CONFIG_HOME/zfe/config/
. The old path will continue to work for the meantime but has been deprecated.
- This means that the config can be found at either
- Show git branch when available by @BrookJeynes in #13
Full Changelog: v0.6.1...v0.7.0