Skip to content

v0.11.5

Compare
Choose a tag to compare
@FoxxMD FoxxMD released this 27 Jul 13:30
· 196 commits to master since this release

What's New?

This release is mostly bug fixes, influx improvements, and QOL for operators.

Full Changelog

Bug Fixes

  • (filter) Make source filter stricter by requiring exact value rather than "contains"
  • (ui) Use correct auth middleware for api proxy endpoint
  • (ui) Fix setting style for non-existing element on subreddit invite
  • (ui) Fix missing bot parameter for delayed activity cancelling

Documentation

Features

  • (config) Gate memory monitoring behind operator config option monitorMemory
  • (docker) Add NODE_ARGS (ENV) variable in node run command to allow passing arbitrary args through docker ENV
  • (influx) Add manager health metrics
  • (influx) Add server memory metrics
  • (server) Add server child logger to requests for easier logging
  • (server) Better handling for subreddit invite CRUD
  • (templating) Include activity id and title for all activities
  • (templating) Render content for more actions and properties (Ban action props)
  • (ui) Improve delayed activity cancel handling server-side
  • (ui) Add Cancel All button on delayed activities popup
  • (ui) Reduce data usage for live stats using response deltas better stream handling on the browser
  • (ui) Real-time data usage improvements based on page visibility

Miscellaneous Tasks

  • (schema) Update schema to reflect ban property max length changes