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.
- Fixed issue #2, windows version did not work because file paths had mixed slashes and backslashes. File path must be normalized with os.path.normpath()
- Enforced Python version 2
- Deduplication mechanism with
--nodedup
flag. - A test for deduplication
- CHANGELOG.md file
- Simplified running tests
- Better versioning
- Initial revision