Releases Tags
-
0.7.1 Stable
released this 4 years ago | 17 commits to since this release
Bugfixes
- Install header (I forgot after rewriting CMake recipes).
Downloads
-
0.7.0 Stable
released this 4 years ago | 21 commits to since this release
Changes
- Removed C support because I'm not willing to invest the time to make it good.
- Modernized CMake recipes.
- Added
identiconConfig.cmake
for easy use with CMake. - Moved files around so that they are in more standard directories.
Downloads
-
0.6.1 Stable
released this 4 years ago | 32 commits to since this release
Changes
- Added pkg-config files.
Downloads
-
0.6.0 Pre-Release
released this 4 years ago | 42 commits to since this release
Changes:
- Added error reporting for the c interface
- Fixed include guards
- Added
generate_base64()
- Added tests for C interface
- Changed padding to not have
const uint8_t
butuint8_t
I skipped version 0.5.0 by accident. 🤷
Downloads
-
0.4.0 Pre-Release
released this 4 years ago | 52 commits to since this release
Bugfixes:
- Allow uppercase hex digits in digests and colors
- sigil: Check if number of foreground colors is <= 8 bit
Changes:
- Added more tests
- Added C interface
Downloads
-
0.3.6 Pre-Release
released this 4 years ago | 76 commits to since this release
Bugfixes:
- Fixed entropy calculation for sigil (digest_length / 2 * 8 → digest_length * 4)
- Background color was always transparent with older imagemagick versions
Changes:
- Added tests
Downloads
-
0.3.4 Pre-Release
released this 5 years ago | 86 commits to since this release
Bugfixes:
- Fixed off-by-one error in color selection.
- Throw exception if width or height - padding * 2 is 0 or less.
Downloads
-
0.3.3 Pre-Release
released this 5 years ago | 90 commits to since this release
Bugfixes:
- Corrected height calculation
Downloads