Releases: mweirauch/dropignore
Releases · mweirauch/dropignore
0.1.1
It's now possible to ignore/skip dot-entries (dot-files, dot-directories) as a fix for issue #14. Such entries where previously skipped for sanity and needless directory traversal reasons (think VCS directories like .git, .svn, ...) but there might be other dot-entries to handle.
Enhancements:
Maintenance:
- ci: switch to official github-changelog-generator image #18 (mweirauch)
- ci: use cache@v2 for cargo caches #16 (mweirauch)
- chore: dependency updates and clippy fixes #15 (mweirauch)
Closed issues:
- Skipping dot files #14
0.1.0
Initial Release
Merged pull requests:
- Handle recreation of matching entries within debounce phase #13 (mweirauch)
- Add issue templates #12 (mweirauch)
- chore: disable some default features from used crates #11 (mweirauch)
- Switch to yml-suffix for configuration file #10 (mweirauch)
- Release automation #9 (mweirauch)
- chore: run clippy on all platforms #7 (mweirauch)
- Windows support #6 (mweirauch)
- add logging and verbosity flag #5 (mweirauch)
- watch subcommand #4 (mweirauch)
- chore: osx-build #3 (mweirauch)
- dropbox: coverage #2 (mweirauch)
- Set up GitHub Actions #1 (mweirauch)