Skip to content

Releases: sreedevk/deduplicator

Version 0.2.1

14 Nov 23:41
a56d194
Compare
Choose a tag to compare

This Release Adds the following features:

-- you can now print the output as json using the --json cli flag

Version 0.2.0

17 Jul 22:18
062d44a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.2.0

Version 0.1.6

06 Feb 14:40
7bd88f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.5...0.1.6

Version 0.1.5

26 Jan 01:36
ab44d1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...0.1.5

Version 0.1.4

23 Jan 23:36
163e8d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

Version 0.1.3

23 Jan 19:19
1a573fb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.1.3

Version 0.1.2

19 Jan 14:43
c0042fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

Version 0.1.1

18 Jan 05:39
01dd93a
Compare
Choose a tag to compare

What's Changed

  • Added Incremental hashing for files > 100MB
  • Added MMap file read for files > 100 MB
  • First checks for duplicates by File size & then the duplicate found are processed through hashing
  • Remove SQLite & Caching options
  • Removed Unneeded Cargo dependencies
  • output print performance improvements

Full Changelog: 0.0.9...0.1.1

Version 0.0.9

13 Jan 06:07
a6511f2
Compare
Choose a tag to compare

What's Changed

  • Fix of "thread 'main' panicked at 'range start index 130 out of range… by @ghfghfg23 in #17
  • Version 0.0.9 by @sreedevk in #20

New Contributors

Full Changelog: 0.0.8...0.0.9

Version 0.0.8

12 Jan 00:29
12295d7
Compare
Choose a tag to compare

What's Changed

  • [Feature] Add Progress Bar When Indexing Files by @sreedevk in #18

Full Changelog: 0.0.7...0.0.8