Releases: amidaware/tacticalrmm
Releases · amidaware/tacticalrmm
Release v0.8.1
- Fixed #669
- Fixed bug where trying to test a new script that hadn't been saved to database yet resulted in 500 server error
- Updated mesh to 0.9.16 new mesh agents
Release v0.8.0
Web 0.8.0 / Agent 1.6.0
- Added 3 new agent tabs: History , Debug and Audit. History tab currently saves all script/cmd runs and their output including fire and forget / bulk runs. Requires Agent 1.6.0 #582
- Run script now has 2 new options: "Save results to Custom Field" and "Save results to Agent Notes" #527
- Added new "Test Script" feature when creating/editing scripts. Can now test scripts in realtime without having to save them first. #502
- Added new "Retention" tab in Global Settings https://wh1te909.github.io/tacticalrmm/functions/database_maintenance/
- Added script cloning functionality
- Added new Scipt Snippets feature https://wh1te909.github.io/tacticalrmm/functions/scripting/#script-snippets
- Added public IP logging to audit log #608
- Added role and alert templates to audit log
- Added #545 Ability to make Run Script modal full-screen
- Added new community scripts
- Allow skipping alert resolved/failure actions on types of alerts
- Allow url actions to be run against clients and sites (right click on client/site to see new option)
- Changed "Run Favorited Script" to open the Run Script modal with the script and defaults populated #403
- Debug log rework, new UI and moved from file to database. Added new logging to log django 500 errors to file for easier debugging. #573
- Fixed favorited community scripts showing up if community scripts are hidden.
- Fixed #561 fix css for long custom fields
- Fixed #633 scrolling issue when choosing run script
- Fixed bug where SMS was attempting to send when SMS was not even configured
- Docker: allow persistent mesh config and fix mongodb password uri issue #603
- Updated meshcentral/nats
Release v0.7.2
- Limit permissions of installer auth tokens to only have permission to install agents. Also reduced default expiry of the token from 720 to 24 hours.
- Docs updates
- Fixed #587
Release v0.7.1
Release v0.7.0
Release v0.6.15
- Fixed #568
Release v0.6.14
- Fixed multiline output not working for collector automation tasks
- Removed foreign key from checkhistory to make mass check deletes reliable (this will not migrate check history data)
- Fixed duplicate tasks when there is an assigned check
- Configured redis to use an appendonly file for celery task reliability
- Catch an exception where a celery task could potentially throw and configure automation task retries
- Fixed bug with policy copy and task that triggers on check failure
- Added #562
- Fixed #554
- Added #542 (requires agent 1.5.8)
- Docs / community scripts updates
- Updated reqs / mesh
Release v0.6.13
- Fixed celery bug causing alert failure/resolved actions to crash when attempting to run
Release v0.6.12
Web v0.6.12
- Added #533
- Reworked checks to reduce bandwidth generated between rmm and agents (requires agent v1.5.7)
- Allow clearing resolved/failure actions in alert template
- Fixed agents not populating in "Excluded Agents" dropdown in automation policy exclusions
- Community Scripts / Docs updates
- Mesh/NATS updates
Agent v1.5.7
- Checks rework see above
Release v0.6.11
Fixed #514