Releases: amidaware/tacticalrmm
Releases · amidaware/tacticalrmm
Release v0.4.18
Web v0.4.18
- Started documentation site https://wh1te909.github.io/tacticalrmm/
- Added new option to Automated Task 'Run Once' schedule to "Run task ASAP after scheduled start is missed" see agent 1.4.7 notes below
- #285
backup.sh
andrestore.sh
no longer need to be manually edited, they will grep postgres username/password from Django's local settings file - 2497675 UI changes for AddAutomated Task and ScriptCheck models
- Added #247
Agent v1.4.7
- Updated windows api sched task func to accept the run asap after missed option which will set the "Run task as soon as possible after a scheduled start is missed" in windows task scheduler.
Release v0.4.17
- More alert manager fixes
- Move annotation labels to the left of the check history chart
- Make check results chart more responsive with large amounts of data
Release v0.4.16
- Fixed generated agent exe in docker
Release v0.4.15
- Update to Python 3.9
- e192f8d Don't create alerts if not configured to do so
Release v0.4.14
- fixed script args not being passed to run_script function
- added Prune Alerts to server maintenance ui
- added optional
--force
flag to update.sh
Release v0.4.13
Release v0.4.12
- fixed typo that was causing agent table to not load if alert template was applied
Release v0.4.11
RMM 0.4.11 and Agent 1.4.6
- All binaries now built with go 1.16
- Removed agent_outages vacuum from backup.sh script since its postgres table no longer exists
- Removed all postgres vacuum commands from update.sh script
- Added a check in update.sh script to detect old go version and update it to 1.16
Release v0.4.10
Release v0.4.9
- cb29b52 removed old import which was causing celerybeat to error and some periodic background tasks to not run at all