Releases: amidaware/tacticalrmm
Releases · amidaware/tacticalrmm
Release v0.4.6
Web 0.4.6
- Superseded windows update cleanup (requires agent 1.4.3)
- Dropped support for agents <= 1.1.11
Agent v1.4.3
- Added windows defender exlusions during agent install
- Removed registry check for PendingFileRenameOperations in SystemRebootRequired func
- Changed Inno Setup MinVersion to 6.0 to allow installs on Win 7 and Server 2008R2 that have not been updated https://jrsoftware.github.io/issrc/whatsnew.htm
Release v0.4.5
- Fixed duplicate pending actions being created for agent updates
Release v0.4.4
- Add back pending actions for agent updates
- Fixed issue where agent pending reboot icon was not being updated
Agent v1.4.2
- Fixed #262
Release v0.4.3
- moved some bg tasks from python to go
- updated reqs
Release v0.4.2
Release v0.4.1
Web
- Fixed #258
- Fixed UI bug where agent table default tab was resetting during background dashboard refresh
- Optimize some db queries to reduce overall ram usage
- Changed agent update func to force an update to 1.3.0 before going to 1.4.0, see below
Agent v1.4.0
- BREAKING: removed cgo dependency. Requires agent 1.3.0 first.
The RMM will automatically take care of sending the correct update to the agent, so you should let the RMM handle it.
If for whatever reason you need to manually force an update, make sure to get the agent to 1.3.0 first before going to 1.4.0 - Temporary fix for Security event log checks see #239
Release v0.4.0
Release 0.4.0
- Removed salt
Agent v1.3.0
- windows update and chocolatey modules rewrite in pure golang
- removed checkrunner windows service, now part of the tacticalagent service
- switched from sqlite to windows registry for storing agent info, to remove CGO for next agent release
- agent now installs a portable python interpreter for running python scripts since salt has been removed
Release v0.3.3
- Fixed #252
Release v0.3.2
Release v0.3.1
Web
- Split agent update into chunks
Agent v1.2.1
- More random delays to help with rmm load when hundreds of agents