feat(search): optimize duplicate detection
ci-release / publish-linux-amd64 (push) Failing after 1m55s
ci-release / verify (push) Successful in 2m32s

This commit is contained in:
2026-07-26 16:27:33 +02:00
parent 711536c74e
commit c24d0dd84d
18 changed files with 1285 additions and 71 deletions
+16
View File
@@ -5,6 +5,21 @@ All notable changes to FolderScope are documented here.
The project uses [Semantic Versioning](https://semver.org/). Release tags are
formatted as `vMAJOR.MINOR.PATCH`.
## [0.2.5] - 2026-07-26
### Added
- Added an optional strict byte-by-byte verification mode for duplicate files.
### Changed
- Accelerated duplicate detection with size grouping, sampled block hashes, and
full SHA-256 hashing only for remaining candidates.
- Normalized overlapping search roots and deduplicated file candidates so a
path cannot be compared with itself.
- Strengthened persistent cache invalidation with nanosecond timestamps and
filesystem identity.
## [0.2.4] - 2026-07-25
### Fixed
@@ -66,3 +81,4 @@ formatted as `vMAJOR.MINOR.PATCH`.
[0.2.2]: https://gitea.forust.xyz/forust/folderscope/releases/tag/v0.2.2
[0.2.3]: https://gitea.forust.xyz/forust/folderscope/releases/tag/v0.2.3
[0.2.4]: https://gitea.forust.xyz/forust/folderscope/releases/tag/v0.2.4
[0.2.5]: https://gitea.forust.xyz/forust/folderscope/releases/tag/v0.2.5