Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@soywod soywod released this 01 Dec 21:52
v0.2.0
ad54e1e

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]