Skip to content

Releases: amidaware/tacticalrmm

Release v0.17.4

05 Feb 17:37
Compare
Choose a tag to compare

Changelog

  • #1733 Fixed alert templates not updating when a policy and/or an agent's client/site changes.
  • #1717 Fixed gmail smtp relay handling.
  • #1713 Added script runtime and exit code to the "Test Script" window.
  • #1726 Allow setting the "From Name" in SMTP settings.
  • #1715 The CPU info in the summary tab now shows the number of cores/threads.
  • #1683 The serial number is now shown on the Summary tab for linux/mac agents. Requires agent v2.6.2
  • #1745 Added a new option to Custom Fields to "Hide in Summary Tab only".
  • Fixed a bug where the disk usage bar in Summary tab would turn red if the usage was exactly at 80% used.
  • Ignore loop devices on linux/mac to avoid cluttering the Summary tab disk section. Requires agent v2.6.2
  • Internal rework of nats-server. Standard users: if you have issues with agents not checking in or unable to contact agent, make sure localhost only resolves to 127.0.0.1 on your trmm server.
  • Docker users: docker-compose.yml has changed this update please make sure to download the latest one before updating.
  • MeshCentral updated to v1.1.20
  • Various dependency updates.

New Contributors

Full Changelog:
v0.17.3...v0.17.4
amidaware/tacticalrmm-web@v0.101.38...v0.101.40

Release v0.17.3

24 Dec 01:42
Compare
Choose a tag to compare

Changelog

  • Fixed a regression in 0.17.2 that broke the "Folder View" functionality of the Script Manager.
  • Added #40 The 'Send Command' feature in the Linux/Mac agents, which allows for specifying custom shells, now correctly supports interpreters with spaces in their paths, such as /usr/bin/env bash. Thanks to @SoarinFerret for the contribution. Requires agent v2.6.1
  • Various dependency updates.

New Contributors

Full Changelog:
v0.17.2...v0.17.3
amidaware/tacticalrmm-web@v0.101.37...v0.101.38

Release v0.17.2

04 Dec 22:01
Compare
Choose a tag to compare

Changelog

  • Added a new "Onboarding" task type to the task scheduling options. These tasks will run exactly once as soon as they are created on the agent, which is useful for one-time setup tasks when an agent is first installed. Requires agent version 2.6.0 or higher.
  • Async rework and fixed bugs in the background function responsible for automated task handling. This should resolve various bugs and performance issues with tasks not being created, synced, deleted, etc.
  • Added #1685: The script editor will now display a warning if a script has not been saved while being created or edited, to prevent the accidental loss of unsaved scripts.
  • Increased the maximum length of the Report template name to 200 characters.
  • Fixed an issue where HTML reports were not rendering custom_field data properly when json: true was set in the data query.
  • Fixed #1673: Issue with setting permissions for removing agents.
  • Added a TRMM icon to built-in community scripts to better differentiate them from user-defined scripts in the Script Manager table.
  • Various UI tweaks and fixes: amidaware/tacticalrmm-web@be99964 amidaware/tacticalrmm-web@df6fe08 amidaware/tacticalrmm-web@c006e4d amidaware/tacticalrmm-web@e06b7a7
  • Various dependency updates.

RJWqZ91SET

Full Changelog:
v0.17.1...v0.17.2
amidaware/tacticalrmm-web@v0.101.35...v0.101.37

Release v0.17.1

07 Nov 18:58
Compare
Choose a tag to compare

Changelog

  • Fixed #1669 Issues with the new Script Editor not loading properly.
  • Expose some more python modules in Reporting templates, check out the new docs here.
  • Add support for custom jijna filters in Reporting templates, check out the new docs here with video examples.
  • Added support for the jinja2.ext.do and jinja2.ext.loopcontrols extensions for use in Reporting templates.
  • Various dependency updates.

Full Changelog: v0.17.0...v0.17.1
amidaware/tacticalrmm-web@v0.101.34...v0.101.35

Release v0.17.0

01 Nov 19:37
Compare
Choose a tag to compare

Changelog

  • Added Reporting feature, please check out the new reporting docs.
  • uWSGI default config updated to scale better and use less ram.
  • ASGI server switched from daphne to uvicorn to fix memory leak issue present in daphne.
  • The script editor has been switched from Ace to Monaco (same editor VS Code uses).
  • Various dependency updates.

PR's

Full Changelog: v0.16.5...v0.17.0
amidaware/tacticalrmm-web@v0.101.29...v0.101.34

Release v0.16.5

02 Oct 01:57
Compare
Choose a tag to compare

Changelog

  • Fixed docker installs/upgrades that have been broken since 0.16.1
  • Added #1609 Environment variables can now expand custom fields, mirroring the functionality seen with script arguments. For example: FOOBAR={{agent.some_custom_field}}
  • Started a new beta API which includes filtering and pagination capabilities. Thanks to @redanthrax for the contribution. Check out the docs for usage.
  • Fixed #1538 Added a few thousand new chocolatey packages to the software list.
  • Fixed an issue where the backup script did not always purge the temporary directory post-execution. Please make sure to replace your backup.sh with the latest one.
  • Various dependency updates.

PR's

New Contributors

Full Changelog: v0.16.4...v0.16.5

Release v0.16.4

02 Sep 00:24
Compare
Choose a tag to compare

Changelog

  • The install script now supports using self-signed certs for local testing.
  • Added #1615 Added a button on the Checks tab of each agent to reset the status of all checks.
  • Fixed #1614 Fixed an issue where environment variables were incorrectly sourced from the SYSTEM account when 'Run as User' was checked on a script, ensuring user-specific scripts now correctly utilize the user's environment variables.
  • Fixed #1159 Blank space at bottom of Clients list.
  • Various dependency updates.

Full Changelog:
v0.16.3...v0.16.4
amidaware/tacticalrmm-web@v0.101.28...v0.101.29

Release v0.16.3

18 Aug 04:34
Compare
Choose a tag to compare

Changelog

  • Fixed an issue only affecting new installs due to inconsistent npm behavior #1604

Full Changelog: v0.16.2...v0.16.3

Release v0.16.2

14 Aug 21:01
Compare
Choose a tag to compare

Changelog

  • Fixed lowercased hostnames issue present in agent v2.4.10 (release 0.16.1)
  • Note: the backup script has been updated this release, please make sure you replace your existing one with the latest version.
  • Added #1573 Checks/tasks with "Run as User" selected will no longer fail if the user is not logged in and will continue executing.
  • Fixed mac mesh agent inaccessible after reboot on Ventura. thanks to @NiceGuyIT for the fix.
  • Hitting the Escape key while inside the Script editor/manager will no longer close both windows, it will only close one window at a time.
  • Fixed command/script timeout not working on linux/mac agents.
  • Fixed a race condition that resulted in duplicate agent custom fields in the database.
  • Fixed #1572 Alerts are not filtered by account.
  • The backup/restore scripts now handle instances that use custom certs
  • Fixed cloud-init overwriting hosts file causing agent offline issues.
  • Various dependency updates.

PR's

Full Changelog:
v0.16.0...v0.16.2
amidaware/tacticalrmm-web@v0.101.25...v0.101.28

Release v0.16.1

14 Aug 17:09
Compare
Choose a tag to compare

Changelog

  • Note: the backup script has been updated this release, please make sure you replace your existing one with the latest version.
  • Added #1573 Checks/tasks with "Run as User" selected will no longer fail if the user is not logged in and will continue executing.
  • Fixed mac mesh agent inaccessible after reboot on Ventura. thanks to @NiceGuyIT for the fix.
  • Hitting the Escape key while inside the Script editor/manager will no longer close both windows, it will only close one window at a time.
  • Fixed command/script timeout not working on linux/mac agents.
  • Fixed a race condition that resulted in duplicate agent custom fields in the database.
  • Fixed #1572 Alerts are not filtered by account.
  • The backup/restore scripts now handle instances that use custom certs
  • Fixed cloud-init overwriting hosts file causing agent offline issues.
  • Various dependency updates.

PR's

Full Changelog:
v0.16.0...v0.16.1
amidaware/tacticalrmm-web@v0.101.25...v0.101.28