Skip to content

Releases: amidaware/tacticalrmm

Release v0.10.2

21 Nov 02:27
Compare
Choose a tag to compare
  • Docker: fix agent check-in not working. If you're running a standard install there is no need to update.

Full Changelog: v0.10.1...v0.10.2

Release v0.10.1

19 Nov 17:43
Compare
Choose a tag to compare
  • Fix #809 Saving Scripts Error

Full Changelog: v0.10.0...v0.10.1

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