Releases: amidaware/tacticalrmm
Releases · amidaware/tacticalrmm
Release v0.4.27
Agent v1.4.13
- Fixed #331
Release v0.4.26
Release v0.4.25
Agent 1.4.12
- Fix defender exclusions during agent install
Release v0.4.24
Agent 1.4.11
- wh1te909/rmmagent@739e743 Fix race condition in runscript function
Release v0.4.23
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
- Added #304
- Changed date format #288 (comment)
- Added #319
Release v0.4.22
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
- Fixed agent table search/sorting
- Added policy exclusions
Release v0.4.20
- 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
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 fromFalse
toTrue
in/rmm/api/tacticalrmm/tacticalrmm/local_settings.py
. Make sure tosudo systemctl restart rmm
after changing. - Added #286
- Added #296
Agent v1.4.8
- Chocolatey rework see notes above
Release v0.4.18
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
andrestore.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.