Skip to content

Latest commit

 

History

History
80 lines (41 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

80 lines (41 loc) · 4.51 KB

0.4.1 (2020-12-14)

Bug Fixes

  • remove quotes from env fallback values (73081fd)

0.4.0 (2020-12-13)

Bug Fixes

Features

0.3.0 (2020-11-14)

Bug Fixes

  • add proper error when missing rules file (094a3b5)
  • ensure data home exists before rules update (cdf5c28)
  • use correct data path for alias and env files (96c90db)

Features

0.2.0 (2020-10-16)

Features

  • add alias action (ff9684a)
  • add export action (bf30c9c)
  • add update rules file command (43fee94)
  • init cmd for initializing antidot (3e3f7b8)
  • prompt before applying rules (061d007)
  • respect NO_COLOR env var (6667acc)
  • rules file path flag (7f6d912)

0.1.0 (2020-10-01)

Bug Fixes

  • config: override old config (29e938d)
  • handle action errors (da3e349)

Features

  • add color output (a291c13)
  • add version flag (ca14350)
  • delete file action (613c13b)
  • detect all dotfiles in homedir (f57900b)
  • initial dotfile rules engine (c78f13f)
  • load actions from rules file (f69d443)
  • load rules from config file (ddcfce7)
  • rules printing and application (269479a)