| layout | default |
|---|---|
| title | Next release |
| parent | Changelog |
| nav_order | 1 |
| description | Changelog for next release |
| permalink | /Changelog/next-release |
Version: Next release
Release date: xx.xx.2023
System requirements
- Windows 10 / Server x64 (1809 or later)
- .NET Desktop Runtime 6.x (LTS){:target="_blank"}
New Feature {: .label .label-green }
Breaking Change {: .label .label-red }
- SNTP Lookup #1821{:target="_blank"} (See documentation{:target="_blank"} for more details)
- Profiles and settings are now saved in the
%UserProfile%\Documents\NETworkManagerfolder instead of the%AppData%\NETworkManagerfolder. If folder redirection is set up (e.g. OneDrive, Group Policy, etc.). The profiles and settings (files) are automatically transferred to other devices and may be automatically backed up depending on your configuration. I hope this will provide better support for virtual environments / terminal servers. #1984{:target="_blank"}
{: .note }
The profiles and settings are automatically migrated to the new location when the application is started. You can check the log under %LocalAppData%\NETworkManager\NETworkManager.log for more details and possible errors. This does not apply to portable version.
- Move .NET runtime components and dependencies into a subfolder to simplify the installation/portable folder #1832{:target="_blank"}
- Installer (Inno Setup)
- Uninstall previous versions of NETworkManager when installing a new version 2382f1f{:target="_blank"}
- Reduce the size of the installer, portable and archive build #1832{:target="_blank"}
- Profiles
- Show password dialog again if the password is not correct #1962{:target="_blank"}
- DataGrid Column header design improved #1910{:target="_blank"}
- DataGrid Columns can now be resized #1910{:target="_blank"}
- Add text wrapping for status textboxes #1949{:target="_blank"}
- Network Interface
- WiFi
- Improve search - you can now search for SSID, Security, Channel, BSSID (MAC address), Vendor and Phy kind #1941{:target="_blank"}
- IP Scanner
- Port Scanner
- New Port state "Timed out" if the timelimit is reached. #1969{:target="_blank"}
- Port Scanner
- Ping
- Traceroute
- Add more validation (host, ip address) to input #1932{:target="_blank"}
- DNS Lookup
- PuTTY
- Parameter
-hostkeyis now supported and can be configured in the profile. Multiple hostkeys can be separated by a comma. #1977{:target="_blank"}
- Parameter
- Detect if the DNS result for a query is null even when the DNS server doesn't send an error code (because some providers do not implement their DNS server correctly...) #1949{:target="_blank"}
- Improve the error message for DNS lookup to get more details (translation is not supported) #1949{:target="_blank"}
- Dashboard
F5key is now working to refresh the dashboard (again) #1969{:target="_blank"}
- IP Scanner
- In some cases the IP scan is not completed, but the user interface indicates that it is completed #1969{:target="_blank"}
- Port Scanner
- In some cases the IP scan is not completed, but the user interface indicates that it is completed #1969{:target="_blank"}
- DNS Lookup
- Detect if the DNS result for a query is null even when the DNS server doesn't send an error code and improve the processing of the resource records answers #1949{:target="_blank"}
- In some cases the DNS lookup is not completed, but the user interface indicates that it is completed #1940{:target="_blank"} #1949{:target="_blank"}
- Detect if a dns server profile with this name already exists #1960{:target="_blank"}
- AWS Session Manager
- Use UTF-8 encoding for embedded PowerShell console window #1832{:target="_blank"}
- Discovery Protocol
- Discovery Protocol was not working in release because a .dll was missing... Fixed by setting the dotnet RuntimeIdentfier from
win-x64towin10-x64(See PowerShell/PowerShell#7909{:target="_blank"} for more details) #1951{:target="_blank"}
- Discovery Protocol was not working in release because a .dll was missing... Fixed by setting the dotnet RuntimeIdentfier from
- Profiles
- The settings folder path can no longer be set to a custom path #1984{:target="_blank"}
- Settings
{: .note } The outdated functions were buggy, incomplete and difficult to maintain. I decided to remove them and adjust the path to the profiles and settings (See What's new). You may also perform a backup/import/export/migration by manually copying the profile or settings files (See FAQ > Where are files stored?).
- Code cleanup #1932{:target="_blank"} #1949{:target="_blank"}
- Language files updated #transifex{:target="_blank"}
- Dependencies updated #dependencies{:target="_blank"}
- Add documentation for: #265{:target="_blank"}
- Dashboard{:target="_blank"}
- Network Interface{:target="_blank"
- WiFi{:target="_blank"}
- IP Scanner{:target="_blank"}