Skip to content

Releases: glaslos/ssdeep

0.4.0 Release

15 Apr 15:10
Compare
Choose a tag to compare

What's Changed

  • Added the hasCommonSubstring to comply with reference and added a test case by @BingqingXue1 in #34

New Contributors

Full Changelog: v0.3.3...v0.4.0

0.3.3 Release

05 Feb 19:18
Compare
Choose a tag to compare
  • Refactor: use bytes.Buffer for string concat by @wanglei-coder in #30
  • Copied the streaming implementation from hatching/ssdeep by @glaslos in #31

0.3.2 Release

15 May 14:42
Compare
Choose a tag to compare
0.3.2 Release Pre-release
Pre-release

Mostly maintenance changes. Switching from Travis CI to GitHub Actions

0.3.1 Release

16 Jan 09:17
Compare
Choose a tag to compare
0.3.1 Release Pre-release
Pre-release

Fixing an issue with zero length block sizes: #20

0.3.0 Release

14 Jan 14:13
Compare
Choose a tag to compare
0.3.0 Release Pre-release
Pre-release
v0.3.0

0.3.0 release

v0.1.0 Initial Release

07 Dec 15:46
Compare
Choose a tag to compare
Pre-release

First working version of our Go implementation of SSDEEP.
Use either the example app or the binaries from this release.