Skip to content

v0.10.3

Choose a tag to compare

@FoxxMD FoxxMD released this 21 Dec 14:40
· 699 commits to master since this release

Bug Fixes

  • (bot) Actually get all moderated subreddits
  • (repost) Fix max weighted score and formatting
  • (repost) Use average of all algos to get high score
  • (stream) Remove processing clear behavior for polling to try to fix weird polling behavior
  • (ui) Add missing yaml asset files
  • (No Category) Correct error description for reading a config file
  • (No Category) Improve falloff behavior when reddit api error are encountered
  • (No Category) Add more staggering on heartbeat check

Documentation

  • (regex) Add subreddit-ready example for removing discord link spam
  • (regex) Add link-spamming regex config
  • (repost) Add youtube credentials requirements for repost rule
  • (No Category) Specify yaml can be validated in editor

Features

  • (userFlair) Support setting user flair by flair_template_id by @rysie 🎉
    • In preparation for upcoming userFlair action implementation
  • (regex) Add match sample to rule results so it can be used in content template
  • (repost) Implement occurrence count and time comparisons
  • (repost) Fix some bugs and improve result data
  • (repost) Improve text matching and default values
  • (rule) Implement repost rule
  • (subreddit) Implement user profile filtering for SubredditState
  • (ui) Add quick-n-dirty YAML editor

Refactor

  • (docker) Remove monaco editor local dependency to reduce image size
  • (docker) Reduce image size with best practices
  • (repost) Improve repost criteria configuration and add documentation
  • (ui) Unify editor look-and-feel
  • (No Category) Remove set-random-interval dependency
  • (No Category) Remove unusused ts-auto-guard package