From d0a55dd471b2426360bc603b623760182098d8ab Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Thu, 18 Mar 2021 21:16:54 -0700 Subject: [PATCH] updated changelog for release --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f02b0eec..2344585d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 2021-03-11 CORE 7.5.0 + +* core-daemon + * fixed issue setting mobility loop value properly + * fixed issue that some states would not properly remove session directories + * \#560 - fixed issues with sdt integration for mobility movement and layer creation +* core-pygui + * added multiple canvas support + * added support to hide nodes and restore them visually + * update to assign full netmasks to wireless connected nodes by default + * update to display services and action controls for nodes during runtime + * fixed issues with custom nodes + * fixed issue auto assigning macs, avoiding duplication + * fixed issue joining session with different netmasks + * fixed issues when deleting a session from the sessions dialog + * \#550 - fixed issue not sending all service customization data +* core-cli + * added delete session command + ## 2021-01-11 CORE 7.4.0 * Installation