Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork87
Releases: dmtrKovalenko/odiff
v3.2.1
Compare
Assets7
Uh oh!
There was an error while loading.Please reload this page.
v3.2.0
Compare
Features
ThediffOutput
param is now optional@serpent7776
Assets6
Uh oh!
There was an error while loading.Please reload this page.
v3.1.2
Compare
Fixes
- Wrong output of the pixel difference in case the image layout is different@serpent7776
Assets6
Uh oh!
There was an error while loading.Please reload this page.
v3.1.1
Compare
Fixes
Not working npm package distribution of 3.1.0 release
Assets6
Uh oh!
There was an error while loading.Please reload this page.
v3.1.0
Compare
Features
- Native support for ARM targets
- SIMD acceleration for JPEG decoding
Fixes
- Fixed non-working Windows x64 binary since version 0.3.0
- Addressed performance degradation on x86 from version 0.3.0
- Improved performance and memory usage
- Upgraded to OCaml 5
Miscellaneous
We finally managed to fix our build system and CI process (and removed more than 5k lines of code), so now making any changes to odiff and adding new targets will be 1000 times easier. And yeah, isn't the new logo cool?
Assets6
Uh oh!
There was an error while loading.Please reload this page.
v0.3.1-rc.2
Compare
chore(release): v0.3.1-rc.2
Assets6
Uh oh!
There was an error while loading.Please reload this page.
v3.0.1
05447f4
Compare
Changes
- Use OCaml heap memory instead of naked pointers
- Attach binary executables automatically
odiff-Linux-3.0.0-5826168c.tar.gz
odiff-MacOS-3.0.0-896164d9.tar.gz
odiff-Windows_x64-3.0.0-9088a33d.tar.gz
Assets6
Uh oh!
There was an error while loading.Please reload this page.
v3.0.0 The Camel
c795417
Compare
This is a huge release for odiff, it became faster than ever! Here is what's changed:
Changes
Breaking algorithm changes — some images can produce different diff
- Improved our main algorithm implementation leading to fewer false positives around semi-transparent colors, resolved an issue with different encodings of fully transparent color, and now different color spaces for tiff images
- odiff became even faster, 3-4 times faster than the 2.x releases at a cost of slightly larger memory usage. Get back to the previous memory usage with
--reduce-ram-usage
flag - Sources rewritten to pure OCaml 🐫
- Improved the way encoder libraries are linked leading to the smaller binary files and significantly lighter npm package size
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v2.6.0
52e1aed
Compare
Features
New cli option--output-diff-lines
and new node js optioncaptureDiffLines
that outputs line indexes containing pixel diffs
Full Changelog:2.5.1...2.6.0
Assets5
Uh oh!
There was an error while loading.Please reload this page.
2.5.1
Compare
What's Changed
- chore(docs): Add a ODiff cypress plugin link to README.md by@odai-alali in#65
- chore: Better error message for fopen file error by@dmtrKovalenko in#69
- fix: Do not fail if binary was already installed by@dmtrKovalenko in#70
- fix: error message on non linked binary not showing by@dmtrKovalenko in#71
New Contributors
- @odai-alali made their first contribution in#65
Full Changelog:2.5.0...2.5.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.