Skip to content

v1.2.0

Compare
Choose a tag to compare
@resort-io resort-io released this 01 May 00:53
· 13 commits to main since this release
  • Added feature to watch and download torrents from multiple Nyaa RSS feeds.
    • Renamed watchlist.json to subscriptions.json.
    • Added subscriptions property to subscriptions.json.
    • Added previous_hash property to subscriptions.json entries.
    • Added uploader property to history.json entries.
    • Added $uploader and $watchlist torrent tokens.
    • Moved the nyaa_rss and interval_sec properties from config.json into subscriptions.json.
  • Added excl_regex property to watchlist entries in subscriptions.json.
  • Changed subscriptions.json verification to only require at least one tag or regex value; all other values are optional.
  • Created scripts to generate custom subscriptions.json and watchlist.json JSON strings.
  • Removed initial RSS connection test.
  • Renamed $webhook_name torrent token to $webhook.
  • Renamed SHOW_TIPS environment variable to LOG_TIPS.