- Add type to cmd FILE arguments by Marzzzello (PR-17)
- Forgot to mark the changes list as final with a date
- Decided version 0.4 would be better
- Fixed git tag and minor tweaks to release document
- Remove PosixPath arguments from shutil methods for compatibility with Python 3.5
- Reconfigure text encodings is only available on stdin and stdout on Python 3.7+, changing to use io.TextIOWrapper
- More small tweaks for Python 3.5
- Make code compatible with Python 3.5
- Testing on PyPI resulted in stricter dependencies
- Code changed to Python 3 only
- Based filters on file names which simplifies config a lot
- Breaking change in YAML file config format
- Breaking change in git filter config (one config to rule all secrets)
- Changed YAML parser to ruamel.yaml
- Added stow and unstow command to manage linking of dotfiles
- Added test command to simplify adding new dotfiles
- Make code compatible with Python 3
- Add console script
- Code clean up, fix pylint warnings
- Setup script fixes by Jesse (PR-1)
- Initial version