Skip to content

Releases: amidaware/tacticalrmm

Release v0.15.10

10 May 20:03
Compare
Choose a tag to compare

Changelog

  • Added optional settings to configure the temp dirs utilized by the Windows agent.
  • Fixed #647 and #820 Duplicate updates appear in UI.
  • Fixed #33 Agent service crashes when attempting to update and can't reach update servers.
  • Fixed a bug where scheduling a Run Once task for a date/time a few hours ahead of the current time would inadvertently result in the immediate execution of the task.
  • More async rework of various functions.
  • Various dependency updates.

Full Changelog: v0.15.9...v0.15.10

v0.15.9

09 Apr 04:22
Compare
Choose a tag to compare

Changelog

  • Fixed a bug where scripts that ran longer than 2 minutes would not send their results back to trmm.
  • Fixed "email results" run script action not saving results to History tab.
  • Fixed #24 Linux agent auto update broken when /usr/local is mounted on separate fs.
  • Custom fields now appear in the Summary tab of the agent and are also included when searching in the dashboard #1119. To hide individual custom fields from showing up in the summary tab you can check the "Hide in Dashboard" toggle for each field in Global Settings > Custom Fields. Thanks to @jpros for the contribution.
  • The bulk_delete_agents management command now supports filtering by hostname as well as chaining filters. Thanks to @Supermanu for the contribution.
  • Updated to Python 3.11.3
  • Various dependency updates

PR's

New Contributors

Full Changelog: v0.15.8...v0.15.9

Release v0.15.8

23 Mar 20:49
Compare
Choose a tag to compare

Changelog

  • Updated to Python 3.11 (free performance increase)
  • Added feature to bulk run checks by client or site (right click on a client or site from the client tree > Run Checks)
  • Added #1407 Increase the size of Notes text box
  • Added cron/schedule options for backup script + backup/restore scripts now handles instances that are using postgres instead of mongo for meshcentral's db, credit to @dinger1986 for adding these features, please read updated docs here
  • Fixed #1264 phantom column appears in agent table when searching
  • Fixed #32 Linux agent now properly handles setups where /tmp is mounted with noexec
  • Fixed linux agent not installing on Synologys with older systemd
  • Fixed #1461 validation for expires hours
  • Various dependency updates

PR's

Full Changelog: v0.15.7...v0.15.8

Release v0.15.7

18 Jan 20:18
Compare
Choose a tag to compare

Release Notes

  • Fixed #1345 Powershell script arguments break when custom field contains a single quote
  • Fixed #1367 Delete tasks after expiry date
  • Docker: fixed celery (background tasks) only using 1 worker instead of auto scaling
  • Reworked and optimized some background tasks to better handle instances with high agent counts and fixed some race conditions
  • Started async rework of various functions
  • Various dependency updates

New Contributors

PR's

Full Changelog: v0.15.6...v0.15.7

Release v0.15.6

21 Dec 20:03
Compare
Choose a tag to compare

Release Notes

  • Added #1378 Users may now reset their own password/2fa without requiring any user permissions. A new interface has been added for this (top right of dashboard, click on username > Account)
  • Added shadows to web UI in dark mode
  • Fixed #1369 Editing API key results in 404 error
  • Fixed #1359 Path error when running scripts/commands on MS Exchange servers.
  • Fixed another path issue related to chocolatey not being found
  • Fixed #812 Ping check: A message sent on a datagram socket was larger than the internal message buffer
  • Various dependency updates
chrome_5Gc7XlsZFW.mp4

Full Changelog: v0.15.5...v0.15.6

Release v0.15.5

08 Dec 07:10
Compare
Choose a tag to compare

Release notes

  • Fixed #1366 automated tasks not executing

Full Changelog: v0.15.4...v0.15.5

v0.15.4

04 Dec 23:46
Compare
Choose a tag to compare

Release notes

  • Feature: added functionality to pass environment variables to scripts. This is a more secure way than command line args to pass sensitive info to scripts as it's not logged anywhere (for example, powershell logs the command line args in the windows event viewer even if they're not written to disk in your script). See video below for a tutorial on how to use them with various languages/OS. A new input field called "Environment vars" has been added to the web UI in all the places where you could add script args. This accepts a list of env vars in key=value format. Requires agent v2.4.3

  • chrome_iWh1lisBPz.mp4
  • Fixed backup/restore when restore OS is not the same as backup OS

  • Alert failure and resolved script runs are now logged in the Agent History tab

  • Various dependency updates

PR's

New Contributors

Full Changelog: v0.15.3...v0.15.4

Release v0.15.3

13 Nov 01:55
Compare
Choose a tag to compare

Release notes

  • Added #1294 Ability to bulk delete using client and site
  • Fixed #1250 Race condition causing windows agent update to sometimes fail
  • Fixed #25 Cleanup agent update temp files
  • Fixed slow dashboard loading when lots of pending actions in db
  • Various dependency updates

New Contributors

Full Changelog: v0.15.2...v0.15.3

Release v0.15.2

25 Oct 22:15
Compare
Choose a tag to compare
  • Fixed macOS agent silent mesh install bug
  • UI bug fixes

Full Changelog: v0.15.1...v0.15.2

Release v0.15.1

19 Oct 22:55
Compare
Choose a tag to compare

Release notes

  • Fixed #1293 Agent assigned Automation Policy - patch policy not used
  • Fixed #1298 Issues with improper escaping of certain characters in script snippets
  • Fixed #1210 Daphne websocket service sometimes failing to start
  • Fixed #1307 Harden cert file permissions
  • Fixed #1317 Quit early during install if error
  • Fixed #1314 URL color for the Microsoft Update KB link when in dark mode is very hard to read
  • Improved linux install script for better OS detection
  • Added optional setting to enable NATS monitoring
  • Various reworks and code optimizations
  • Updated to Python 3.10.8
  • Updated various dependencies

PR's

New Contributors

Full Changelog: v0.15.0...v0.15.1