• 0.13.1 4ded077988

    0.13.1 Stable

    tastytea released this 2020-12-15 10:09:29 +01:00 | 7 commits to main since this release

    Bugfixes

    • Catch network exceptions from curl wrapper.

    Changes

    • Add Zsh completion.
    Downloads
  • 0.13.0 f448e72df1

    0.13.0 Stable

    tastytea released this 2020-11-27 15:10:02 +01:00 | 17 commits to main since this release

    Bugfixes

    • Don't stop posting after first post if keep_looking is true.

    Changes

    • Use libcurl directly and drop restclient-cpp and threads dependencies.
    Downloads
  • 0.12.2 8d59075de8

    0.12.2 Stable

    tastytea released this 2020-11-21 21:17:16 +01:00 | 32 commits to main since this release

    Bugfixes:

    • Actually save the access token after generation.
    • Don't parse more items than Config::max_guids. The old behaviour could have lead to re-posting items if keep_looking was set to true.

    Changes:

    • Make hashtag-replacement optional.
    • Depend on mastodonpp >= 0.5.6. Older mastodonpp versions have a bug in the authentication token generation.
    • Add --dry-run.
    Downloads
  • 0.12.1 0e61a876bc

    0.12.1 Stable

    tastytea released this 2020-08-24 18:21:58 +02:00 | 44 commits to main since this release

    Bugfixes

    • Unescape HTML in titles.
    • Make Document::extract_location() recognize location: in addition to Location:.

    Changes

    • Add more debug logging.
    Downloads
  • 0.12.0 917977129f

    0.12.0 Stable

    tastytea released this 2020-05-10 17:01:20 +02:00 | 54 commits to main since this release

    Changes

    • Add replacements.

    Replacements are pairs of regular expressions and strings that are applied to posts, subjects and links. See the manpage for more information.

    Downloads
  • 0.11.0 1f28d5b098

    0.11.0 Pre-Release

    tastytea released this 2020-01-16 19:25:11 +01:00 | 59 commits to main since this release

    Bugfixes

    • Use the right target for jsoncpp in CMake build recipe.

    Changes

    Downloads
  • 0.10.2 2bfd4ee4eb

    0.10.2 Pre-Release

    tastytea released this 2020-01-09 23:40:41 +01:00 | 64 commits to main since this release

    Bugfixes

    • Don't throw error if watchwords.json does not exist.

    Changes

    • Remove last_guid from configuration files (superseded by guid array).
    Downloads
  • 0.10.1 20798f5f5c

    0.10.1 Pre-Release

    tastytea released this 2020-01-01 14:35:41 +01:00 | 69 commits to main since this release

    Bugfixes

    • Output error message if feed type can't be recognized.
    • Store every <guid> to prevent spam if the last posted item is removed from the feed or the feed is reordered.

    Changes

    • Added configuration option keep_looking. If set to true, mastorss doesn't stop looking for new posts once an already posted one is encountered. See manpage
    Downloads
  • 0.10.0 396a81aa4d

    0.10.0 Pre-Release

    tastytea released this 2019-12-31 02:34:38 +01:00 | 82 commits to main since this release

    Changes

    • Complete rewrite.
      • Dependencies changed.
      • Error codes changed.
      • Cleaner code.
      • Same functionality.
    • Added code of conduct.
    • Added manpage.
    • Added debug mode (enable by setting the environment variable MASTORSS_DEBUG).

    Bugfixes

    • Use <guid> (or <link>) in RSS feeds to identify if an <item> was posted before.
    • Update the configuration when we encounter an HTTP permanent redirect.
    Downloads
  • 0.9.0 26000270e7

    0.9.0 Pre-Release

    tastytea released this 2019-04-21 04:17:19 +02:00 | 190 commits to main since this release

    Changes

    • Ported to mastodon-cpp 0.105.0.
    Downloads