Skip to content

Releases: amidaware/tacticalrmm

Release v0.10.0

19 Nov 08:41
Compare
Choose a tag to compare
  • Install script now works on Debian 11
  • Removed some agent http endpoints and re-wrote in golang / moved to nats to reduce server load and bandwidth. Requires agent v1.7.0
  • Switched to the Ace code editor for better script editing fixes #712
  • Added #716 Have Task runs appear in History tab
  • Added #702 Script syntax highlighting
  • Added #802 Change drive progress bar color depending on fullness
  • Added #734 Rework script testing in Script editor
  • Added #426 Add agent counts to client/site tooltip
  • Fixed the client tree splitter not saving its position on page refresh
  • Fixed #797 Block Policy Inheritance checkbox not saving
  • Fixed issue where emails/sms were not being sent if recipients in global settings were empty, even if they were present in alert template recipients field

Full Changelog: v0.9.2...v0.10.0

Release v0.9.2

09 Nov 06:13
Compare
Choose a tag to compare
  • Fixed #789, #790 and other similar loading bugs
  • Fixed #791 unable to delete policy automated task
  • Fixed #793 remote background scrolling
  • Fixed #794 unable to edit an agent whose patches_last_installed field is not null

Full Changelog: v0.9.1...v0.9.2

Release v0.9.1

07 Nov 21:02
Compare
Choose a tag to compare
  • Added #782 Add client to allowed clients when it was created by a limited user
  • Fixed #783 Bug with sending test emails
  • Fixed #784 User without permission to view global settings could still view and modify smtp config
  • Fixed #785 Audit Log for user with no permission to view keeps loading
  • Fixed #786 No scroll bar in Take Control - can't see Mesh options at the bottom
  • Fixed alerts still polling on logout, causing a redirect back to the "session expired" page
  • Fixed sorting on the "Installed On" column under Patches tab
  • Fixed email/sms attempting to send when not fully configured
  • adding wip scripts by @silversword411 in #788

Full Changelog: v0.9.0...v0.9.1

Release v0.9.0

07 Nov 06:51
Compare
Choose a tag to compare
  • #494 Added per client/site permissions.
  • Added permissions for more features. Note: existing roles won't have these new permissions enabled by default.
  • Tons of UI improvements. Tables are now more responsive.
  • Continue frontend refactor to Vue 3 composition API
  • Fixed #409
  • Fixed #704
  • Added #778

What's Changed

New Contributors

Full Changelog: v0.8.5...v0.9.0

Release v0.8.5

10 Oct 22:26
Compare
Choose a tag to compare
  • Fixed #713 "Block Policy Inheritance" checkbox not saving
  • Fixed #728 SMS Alerts not working
  • Fixed sorting under Folder View in Script Manager
  • Fixed some audit log entries not typing to agent correctly
  • Fixed bug where checks would sometimes not trigger alerts or assigned tasks
  • Moved "Upload Mesh Agent" to Settings > Global Settings > Meshcentral
  • Docs / community scripts updates

Release v0.8.4

09 Sep 19:15
Compare
Choose a tag to compare
  • Attempt a fix for a bug where agents timeout with 502 error during install on certain clients/sites
  • Fix app not working on iOS (#43)
  • Fix audit and debug log tabs not refreshing when changing agent from web UI (#694)
  • Fixed debug log messages saying agent was approving updates when it actually wasn't
  • Fixed slow loading times for debug log
  • Docs updates

Release v0.8.3

06 Sep 09:32
Compare
Choose a tag to compare
  • Added new feature to generate API keys to access trmm's api endpoints (#468) https://wh1te909.github.io/tacticalrmm/functions/api/
  • Allow users to reset their own password/2fa token (#686)
  • Added auditing to objects URLAction, KeyStore, CustomFields and also audit when url actions are run (#690)
  • Fixed Debug Log not saving anything to database
  • Fixed tasks with assigned checks not being applied when using automation policy (#668)
  • Fixed Alert template not being applied to new agent when the default automation policy is applied (#658)
  • Fixed #682
  • Fixed memory leak in a background celery task
  • Docker builds now use uwsgi instead of gunicorn

Release v0.8.2

01 Sep 07:19
Compare
Choose a tag to compare
  • Added #674
  • Fixed #679
  • Fixed bug were script args weren't being substituted when testing scripts

Release v0.8.1

31 Aug 06:53
Compare
Choose a tag to compare
  • 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

30 Aug 06:34
Compare
Choose a tag to compare

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