Releases: amidaware/tacticalrmm
Releases · amidaware/tacticalrmm
Release v0.10.2
- Docker: fix agent check-in not working. If you're running a standard install there is no need to update.
- docs updates by @silversword411 in #811
Full Changelog: v0.10.1...v0.10.2
Release v0.10.1
- Fix #809 Saving Scripts Error
Full Changelog: v0.10.0...v0.10.1
Release v0.10.0
- 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
- Wip script additions by @silversword411 in #798
- Community scripts: Adding syntax for tooltip by @silversword411 in #799
- script library - fixing choco by @silversword411 in #800
- Scripts and docs by @silversword411 in #803
- docs and script adds by @silversword411 in #807
Full Changelog: v0.9.2...v0.10.0
Release v0.9.2
Release v0.9.1
- 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
- #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
- Add Traefikv2 reverse proxy by @mattthhdp in #757
- Docs and scripts updates by @silversword411 in #762
- Inverting exit codes by @silversword411 in #764
- Scripts library update by @silversword411 in #774
- Remove Test-License script check by @saulens22 in #780
- Per site/client permissions and other refactoring by @sadnub in #755
- formatting by @cocorocho in #770
New Contributors
- @mattthhdp made their first contribution in #757
- @cocorocho made their first contribution in #770
Full Changelog: v0.8.5...v0.9.0
Release v0.8.5
- 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
- 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
- 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