Skip to content

Releases: amidaware/tacticalrmm

Release v0.4.25

11 Mar 10:14
Compare
Choose a tag to compare

Agent 1.4.12

  • Fix defender exclusions during agent install

Release v0.4.24

11 Mar 04:38
Compare
Choose a tag to compare

Agent 1.4.11

Release v0.4.23

11 Mar 00:36
Compare
Choose a tag to compare

Web 0.4.23

  • Added #66
  • d425378 The check run interval can now be set per check, previously it could only be set at the agent level.
  • Changed check run interval thresholds, minimum is now 15 seconds and max is 86400 seconds.
  • Added #314
  • Removed redundant buttons in the web UI where there was already a context menu (right-click menu) for it as this was causing some confusion, since context menu always had more options than regular menu.
  • Added agent's hostname to email subject line for check/task fail alerts.
  • Fixed #305
  • Added #316
  • Fixed django admin not properly installing when using install.sh
  • Fixed #304

Agent 1.4.10

Release v0.4.22

05 Mar 23:10
Compare
Choose a tag to compare

Web 0.4.22

  • Added 'Policy Sync' to Automation Manager
  • Fixed automation tasks not syncing across all agents
  • Cached alert_template property to speed up loading of agent table
  • Fixed pending actions counts
  • Reworked agent recovery (requires agent 1.4.9)

Agent v1.4.9

  • Reworked agent recovery

Release v0.4.21

03 Mar 10:46
Compare
Choose a tag to compare
  • Fixed agent table search/sorting
  • Added policy exclusions

Release v0.4.20

02 Mar 23:45
Compare
Choose a tag to compare
  • HOTFIX temporarily disable agent table sorting/search. Next release will properly fix. Hold off on updating until version 0.4.21 is released if you haven't updated already.

Release v0.4.19

02 Mar 22:22
Compare
Choose a tag to compare

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

Release v0.4.18

24 Feb 21:04
Compare
Choose a tag to compare

Web v0.4.18

  • Started documentation site https://wh1te909.github.io/tacticalrmm/
  • Added new option to Automated Task 'Run Once' schedule to "Run task ASAP after scheduled start is missed" see agent 1.4.7 notes below
  • #285 backup.sh and restore.sh no longer need to be manually edited, they will grep postgres username/password from Django's local settings file
  • 2497675 UI changes for AddAutomated Task and ScriptCheck models
  • Added #247

Agent v1.4.7

  • Updated windows api sched task func to accept the run asap after missed option which will set the "Run task as soon as possible after a scheduled start is missed" in windows task scheduler.

Release v0.4.17

23 Feb 19:29
Compare
Choose a tag to compare
  • More alert manager fixes
  • Move annotation labels to the left of the check history chart
  • Make check results chart more responsive with large amounts of data

Release v0.4.16

21 Feb 10:00
Compare
Choose a tag to compare
  • Fixed generated agent exe in docker