Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 4.01 KB

next-release.md

File metadata and controls

53 lines (42 loc) · 4.01 KB
layout title parent nav_order description permalink
default
Next release
Changelog
1
Changelog for next release
/Changelog/next-release

Version: Next release
Release date: xx.xx.2023

System requirements

What's new?

  • IP Scanner
    • Scan common ports (22; 53; 80; 139; 389; 636; 443; 445; 3389) to test if a host is reachable. The feature is enabled by default and can be configured and disabled in the settings. #2026{:target="_blank"}

Improvements

  • (Re)loading of the profiles improved. Code has been optimized and user interface update calls have been reduced. WPF virtualizing explicitly activated. The scrollbar in the profile list is now always visible, because the size is calculated by WPF each time on mouse over. #2014{:target="_blank"}
  • Reselect profile or select first profile after (re)loading or search #2014{:target="_blank"}
  • Some designs have been improved (Error & Warning icons). #2014{:target="_blank"}
  • You can now configure the application wide ThreadPool under Settings > General > Multithreading, which is used for the IP scanner and the port scanner. The default value for min. threads are CPU threads + 512. Depending on the hardware, this can improve the performance of the scan. #2026{:target="_blank"}
  • IP Scanner
    • Option added to limit the number of concurrent threads per host scan (256) & port scan (5). Increasing the values can speed up the scan, but can also lead to resource problems. #2026{:target="_blank"}
  • Port Scanner
    • Option added to limit the number of concurrent threads per host scan (5) & port scan (256). Increasing the values can speed up the scan, but can also lead to resource problems. #2026{:target="_blank"}

Bugfixes

  • Group name check is now case insensitive and a group name can only be used once. If you create a group named Test, you cannot create a group named test. #2014{:target="_blank"}
  • Profile dialog
    • Validate AWS Session Manager input (instance ID, profile, region) #2025{:target="_blank"}
  • IP Scanner
    • Export to CSV fixed if Vendor contains a comma #2026{:target="_blank"}
  • Port Scanner
    • Show port and protocol if service (and desciption) is not available #2026{:target="_blank"}
    • Export to CSV fixed if Description contains a comma #2026{:target="_blank"}
  • Lookup - OUI
    • Export to CSV fixed if Vendor contains a comma #2026{:target="_blank"}
  • Lookup - Port
    • Export to CSV fixed if Description contains a comma #2026{:target="_blank"}

Other

  • Code cleanup #2024{:target="_blank"} #2026{:target="_blank"}
  • Language files updated #transifex{:target="_blank"}
  • Dependencies updated #dependencies{:target="_blank"}