• 0.7.3 9070f154a4

    0.7.3 Estável

    tastytea lançou isto 2020-10-24 11:31:02 +02:00 | 0 commits para master desde esta versão

    Changes

    Automatic package generation for Debian buster.

    Downloads
  • 0.7.2 e73a7625a6

    0.7.2 Estável

    tastytea lançou isto 2020-10-24 10:26:55 +02:00 | 2 commits para master desde esta versão

    Changes

    Re-enable automatic package generation for Debian stretch.

    Downloads
  • 0.7.1 607e238698

    0.7.1 Estável

    tastytea lançou isto 2019-09-23 19:02:33 +02:00 | 17 commits para master desde esta versão

    Bugfixes

    • Install header (I forgot after rewriting CMake recipes).
    Downloads
  • 0.7.0 1724c6d944

    0.7.0 Estável

    tastytea lançou isto 2019-09-13 19:10:22 +02:00 | 21 commits para master desde esta versão

    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 34eedfe6d1

    0.6.1 Estável

    tastytea lançou isto 2019-07-30 14:08:07 +02:00 | 32 commits para master desde esta versão

    Changes

    • Added pkg-config files.
    Downloads
  • 0.6.0 6b1b16304f

    0.6.0 Versão prévia

    tastytea lançou isto 2019-02-20 23:02:09 +01:00 | 42 commits para master desde esta versão

    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 but uint8_t

    I skipped version 0.5.0 by accident. 🤷

    Downloads
  • 0.4.0 ccbdb5c582

    0.4.0 Versão prévia

    tastytea lançou isto 2019-01-04 19:37:51 +01:00 | 52 commits para master desde esta versão

    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 ffff29d087

    0.3.6 Versão prévia

    tastytea lançou isto 2019-01-02 06:33:43 +01:00 | 76 commits para master desde esta versão

    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 dc6e32fbf9

    0.3.4 Versão prévia

    tastytea lançou isto 2018-12-28 01:57:08 +01:00 | 86 commits para master desde esta versão

    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 0425ee3fec

    0.3.3 Versão prévia

    tastytea lançou isto 2018-12-27 22:24:36 +01:00 | 90 commits para master desde esta versão

    Bugfixes:

    • Corrected height calculation
    Downloads