Skip to content

Release v0.4.19

Compare
Choose a tag to compare
@wh1te909 wh1te909 released this 02 Mar 22:22
· 2809 commits to develop since this release

Web v0.4.19

  • Added server side pagination to agent table to speed up loading times. The default agents per page to load can be configured in User Preferences
  • Reworked chocolatey functions; software installs will now show up in the Pending Actions along with the entire choco install output. Requires agent v1.4.8
  • ad527b4 Alerts rework and fixes
  • Added new management commands
  • Change uWSGI procs/threads to be based on cpu count of the server rather than hardcoded for performance increase
  • Django admin is now disabled by default and can be enabled by changing the ADMIN_ENABLED variable from False to True in /rmm/api/tacticalrmm/tacticalrmm/local_settings.py. Make sure to sudo systemctl restart rmm after changing.
  • Added #286
  • Added #296

Agent v1.4.8

  • Chocolatey rework see notes above