• 0.9.0 849762eba6

    0.9.0 Stable

    tastytea released this 2022-06-25 13:32:11 +02:00 | 1 commits to main since this release

    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.

    Downloads