Skip to content

Releases: amidaware/tacticalrmm

Release v0.4.6

02 Feb 19:35
Compare
Choose a tag to compare

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

01 Feb 20:59
Compare
Choose a tag to compare
  • Fixed duplicate pending actions being created for agent updates

Release v0.4.4

01 Feb 19:26
Compare
Choose a tag to compare
  • Add back pending actions for agent updates
  • Fixed issue where agent pending reboot icon was not being updated

Agent v1.4.2

Release v0.4.3

30 Jan 04:54
Compare
Choose a tag to compare
  • moved some bg tasks from python to go
  • updated reqs

Release v0.4.2

29 Jan 08:25
Compare
Choose a tag to compare

Web

  • Fixed #265
  • Fixed rmm not deleting superseded windows defender KB's

Agent v1.4.1

  • Fixed #261
  • Checkrunner improvements
  • Changed agent update to restart windows services closed by inno setup

Release v0.4.1

27 Jan 07:51
Compare
Choose a tag to compare

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

23 Jan 03:49
Compare
Choose a tag to compare

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

18 Jan 11:03
Compare
Choose a tag to compare

Release v0.3.2

18 Jan 10:03
Compare
Choose a tag to compare

Release v0.3.1

17 Jan 05:53
Compare
Choose a tag to compare

Web

  • Split agent update into chunks

Agent v1.2.1

  • More random delays to help with rmm load when hundreds of agents