Releases Tags
-
0.13.0
released this 2 years ago | 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
- Don't stop posting after first post if
-
0.12.2
released this 2 years ago | 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 ifkeep_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
released this 2 years ago | 44 commits to main since this release
Bugfixes
- Unescape HTML in titles.
- Make
Document::extract_location()
recognizelocation:
in addition toLocation:
.
Changes
- Add more debug logging.
Downloads
-
0.12.0
released this 2 years ago | 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
released this 3 years ago | 59 commits to main since this release
Bugfixes
- Use the right target for jsoncpp in CMake build recipe.
Changes
- Switched from mastodon-cpp to mastodonpp.
Downloads
-
0.10.2
released this 3 years ago | 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 byguid
array).
Downloads
- Don't throw error if
-
0.10.1
released this 3 years ago | 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
released this 3 years ago | 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
- Complete rewrite.