• 0.9.0 849762eba6

    0.9.0 Стабільний

    tastytea випущені релізи 2022-06-25 13:32:11 +02:00 | 1 коміт(ів) до main з моменту цього випуску

    It is now possible to request a file type by appending .jpg, .png or .gif to the hash, for example: https://avatar.example.com/avatar/abc123.png?s=80. This makes it possible to use avatar URLs on some services that don't accept URLs without file extension.

    Local redirects (d=/image.png) have been removed. It's a potential for shenanigans we don't need, in my opinion. Please tell me if you do need it.

    This is a rewrite using C++17 (instead of 14). The main difference is that the code is much nicer and more efficient.

    Завантажити
  • 0.7.4 8341793768

    0.7.4 Стабільний

    tastytea випущені релізи 2020-10-24 12:15:38 +02:00 | 24 коміт(ів) до main з моменту цього випуску

    Bugfixes

    • Do not reopen stdout while image resizing (#7).

    Changes

    • Updated / modernized CMake files.
    • Cosmetic changes.
    • Fixed a few warnings.
    Завантажити
  • 0.7.3 139e5b24be

    0.7.3 Пре-реліз

    tastytea випущені релізи 2019-02-28 19:23:45 +01:00 | 41 коміт(ів) до main з моменту цього випуску

    Changes:

    • retro and identicon is now 5x5 blocks

    Bugfixes:

    • Background color for identicons was invalid (introduced in 0.7.2)
    • "forcedefault" in the url was wrongly identified as "default", resulting in invalid fallback
    Завантажити
  • 0.7.2 fba5c64486

    0.7.2 Стабільний

    tastytea випущені релізи 2019-02-20 22:40:29 +01:00 | 47 коміт(ів) до main з моменту цього випуску

    Changes:

    • Re-use Image object for identicons.
    • Adjust identicons to match ivatar

    Identicons are now 10x10 squares, the colors and padding match ivatars implementation, retro is a synonym for identicon.

    Завантажити
  • 0.7.1 7e41468176

    0.7.1 Пре-реліз

    tastytea випущені релізи 2018-12-27 06:55:16 +01:00 | 56 коміт(ів) до main з моменту цього випуску

    Bugfixes:

    • Set identicons to png (instead of nothing)
    Завантажити
  • 0.7.0 68ac890eab

    0.7.0 Пре-реліз

    tastytea випущені релізи 2018-12-27 00:18:24 +01:00 | 57 коміт(ів) до main з моменту цього випуску

    Changes:

    • Switched to identiconpp for identicon-generation
      • Switched identicon algorithm to sigil (same algorithm as ivatar)
    Завантажити
  • 0.6.8 ca0650a4cd

    0.6.8 Стабільний

    tastytea випущені релізи 2018-12-09 20:04:48 +01:00 | 64 коміт(ів) до main з моменту цього випуску

    Changes:

    • Moved Cache-Control header from program to nginx config.
    • If requested size is < 0, return 80px image.

    If you want caching, you have to configure it in your web server now.

    Завантажити
  • 0.6.7 9aa8803029

    0.6.7 Стабільний

    tastytea випущені релізи 2018-12-06 22:03:59 +01:00 | 67 коміт(ів) до main з моменту цього випуску

    Bugfixes:

    • Return 501 or redirect if "Mystery Person" is not found.
    Завантажити
  • 0.6.6 b00dce398e

    0.6.6 Стабільний

    tastytea випущені релізи 2018-12-03 22:07:35 +01:00 | 69 коміт(ів) до main з моменту цього випуску

    Bugfixes:

    • Removed header: "Connection: close"
    Завантажити
  • 0.6.5 5205395f7f

    0.6.5 Стабільний

    tastytea випущені релізи 2018-12-03 21:38:55 +01:00 | 70 коміт(ів) до main з моменту цього випуску

    Changes:

    • Check if hash is valid.
    • Exit with error code 1 if request is bad.
    • Added "public" to Cache-Control header for extra clarity.
    Завантажити