All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- CLI short flag for
--list
changed to-l
from-ls
--clip
option to throw put file paths into the clipboard
--discard
option to throw away changes in the work-tree
- This changelog.
- Changed the logic of how I parse
git status -s --porecelain
renamed files
- A bug caused when a file was both renamed and modified. These files were incorrectly parsed by various selectors. I fixed the bug and added regression tests to ensure future functionality.