v0.2.0
Pre-release
Pre-release
Added
- Changelog
- New syntax to remove tags:
-tag
[#6]
Changed
- [BREAKING] New parser introduced, based on parser combinators (ReadP). Events have been impacted (simplified), so the previous store is not compatible anymore. You can upgrade it with this command:
sed -i -E 's/True |False |\+//g' ~/.config/unfog/store
Fixed
- Create config dir if not exists [#5]