Releases: kongying-tavern/file-comparer
Releases · kongying-tavern/file-comparer
v1.3.0
1.3.0 (2024-07-15)
Bug Fixes
- fix compare hashing method (37f530c)
- fix filename generation in compare stage (e30dae9)
- fix hash display in output summary report (0315173)
- summary: fix sort for lhs & rhs file list in summary generation (cfc7af3)
Features
- add natural string compare in filename in generation stage (51bbd0d)
- add natural string compare to table sort (89cd126)
- summary: add count by type summary in report (f03c913)
v1.2.0
1.2.0 (2022-08-23)
Features
- add sort method to
lhs
, rhs
and type
column (bcace9d)
- kongying-cli: add description and keywords for kongying-cli detection (b42d2a5)
- new UI design & interactivity for summary page (0fccc86)
Performance Improvements
- change vue scripts load source to CDN Boot (06d3fd2)
v1.1.0
1.1.0 (2022-05-30)
Bug Fixes
- make dealing queue sequentially to avoid data mixing-up (842716c)
Features
- add secondary strategy to revalidate "same" files (2cedcb8)
v1.0.0
1.0.0 (2022-04-23)
Bug Fixes
- fix hashing default value setter (e8664bd)
- fix hashing strategy to avoid slowing down if file is smaller than buffer size (b6ea4b6)
- fix offset & limit default value setter of hash generator (9c9ec60)
Features
- add progress bar to show hash calculation count (bfb20a6)
- add queue config to file compare stage (a46b206)