Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vra authored and weishan committed Jul 22, 2023
1 parent 2085b32 commit 7cbdfbe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

(v0_2_0)=
## 0.2.0 (2023-07-22)

### New features
- Enable file comparson with different names
- Add -e flag, short for --exclude
- Add -v flag, short for --verbose
- Add file encoding format detection, avoid UnicodeDecodeError
- Use loguru to simplify logging configuration
- Add process for symlink
- Optimize binary file checking algorithm
- Add support for ignoring pattern in file name

0 comments on commit 7cbdfbe

Please sign in to comment.