• 0.7.0 aabd458e62

    0.7.0 Stable

    tastytea released this 2021-04-25 10:41:44 +02:00 | 4 commits to master since this release

    Changes

    • Add support for commits (type=commits).

    Bugfixes

    • Don't call tags releases in RSS output.
    • Fix time conversion between time zones.
    • Replace named entities (<) with numbered entities (<) in replacements.
    Downloads
  • 0.6.0 9c99aafe87

    0.6.0 Stable

    tastytea released this 2020-10-27 12:19:42 +01:00 | 19 commits to master since this release

    Changes

    • Replace POCO with curl for HTTP requests. Curl supports SOCKS-proxies and is more widely available.
    • Minimum CMake version is now 3.12, because FindCURL needs it.
    • Refactored the code
      • Added more debug flags to debug builds → Fixed a lot of warnings.
    • Improved nginx example, added CGI caching.
    • Add link to the release-page for each release. Previously Gitea had only an overview page, no individual page for each release.
    Downloads
  • 0.5.1 31013f5192

    0.5.1 Stable

    tastytea released this 2019-08-10 20:21:16 +02:00 | 46 commits to master since this release

    Bugfixes

    • Don't throw exception if environment variables are not set.
    Downloads
  • 0.5.0 babd67a750

    0.5.0 Stable

    tastytea released this 2019-08-09 23:25:05 +02:00 | 47 commits to master since this release

    Changes

    • Switched from curlpp to POCO.

    The switch was necessary because curlpp is unmaintained and has bugs. As a result of the change, only HTTP proxies are supported from now on.

    Downloads
  • 0.4.4 820d1b8e17

    0.4.4 Stable

    tastytea released this 2019-04-22 12:20:44 +02:00 | 58 commits to master since this release

    Bugfixes

    • Escape & in URLs.
    Downloads
  • 0.4.3 6ff05f11ff

    0.4.3 Stable

    tastytea released this 2019-04-22 09:59:24 +02:00 | 62 commits to master since this release

    Bugfixes

    • Escape < and > in release descriptions (Some readers insist).

    Changes

    • Added tests for strings.cpp, time.cpp, and http.cpp.
    • Added atom:link to own URL when in CGI mode.
    Downloads
  • 0.4.2 6030c41243

    0.4.2 Stable

    tastytea released this 2019-04-20 10:00:15 +02:00 | 69 commits to master since this release

    Bugfixes

    • HTTP errors were written after the RSS preamble. They are now written in the HTTP header again.
    Downloads
  • 0.4.1 29d8ee8e61

    0.4.1 Stable

    tastytea released this 2019-04-20 08:17:01 +02:00 | 70 commits to master since this release

    Changes

    • Added support for tags.
    Downloads
  • 0.3.1 6d07f08607

    0.3.1 Stable

    tastytea released this 2019-04-18 04:48:04 +02:00 | 79 commits to master since this release

    • Corrected time conversion: UTC time was treated as local time.
    • Made the generated RSS more readable.
    • Enhanced documentation.
    Downloads
  • 0.3.0 07a05a6265

    0.3.0 Stable

    tastytea released this 2019-04-17 09:18:11 +02:00 | 91 commits to master since this release

    • Added more error checking.
    • Report HTTP errors when in CGI mode.
    • Added download link to tarball in description
    • Fixed bug where a missing newline produced HTTP 502 errors in CGI mode.
    Downloads