Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 4.52 KB

next-release.md

File metadata and controls

70 lines (55 loc) · 4.52 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

Breaking Changes {: .label .label-red }

New Feature {: .label .label-green }

Breaking Changes

  • Settings will be reset to default values due to refactoring #2483{:target="_blank"}
  • Profiles and settings migration (indroduced in 2023.3.7.0) from %AppData%\NETworkManager to %UserProfile%\Documents\NETworkManager removed. If you use a version before 2023.3.7.0 you have to install and start version 2023.6.27.1 before you install this version. #2380{:target="_blank"}
  • Remove profile migration script to migrate from 2021.11.30.0 and before to a later version #2388{:target="_blank"}

What's new?

  • Dashboard
    • Check IP geolocation added #2392{:target="_blank"}
    • Check DNS resolver added #2392{:target="_blank"}
  • Traceroute
    • Check IP geolocation for each public IP address added. Feature can be enabled/disabled in settings #2477{:target="_blank"}

Improvements

  • WiFi
    • MAC address renamed to BSSID #2483{:target="_blank"}
    • Values of a WiFi network can now be copied to clipboard via right click context menu #2483{:target="_blank"}
  • IP Scanner
    • Row can now be expanded / collapsed via button on the left side. Row is no longer expanded when selecting a row #2483{:target="_blank"}
    • Timestamp added to view and export (export format has changed for csv, json and xml) #2483{:target="_blank"}

Bugfixes

  • Network Interface
    • Add missing scrollviewer in configure tab #2410{:target="_blank"}
  • WiFi
    • Fix an issue where the UI was broken if a WiFi adapter was found that has no assiciated network interface (e.g. if the WiFi adapter is associated with a network bridge). The WiFi adapter is now ignored #2483{:target="_blank"}
  • Traceroute
    • Copy time to clipboard for non reachable hops fixed #2477{:target="_blank"}
    • Export to Json fixed (if ip address of a hop cannot be resolved) #2477{:target="_blank"}
  • Ping
    • Copy & Export time fixed (format is now yyyy-MM-dd HH:mm:ss.fff) #2483{:target="_blank"}
  • SNMP
    • Allow . as first character in OID (e.g. 1.3.6.1.2.1.1.1.0) #2483{:target="_blank"}
  • SNTP Lookup
    • Copy & Export time fixed (format is now yyyy-MM-dd HH:mm:ss.fff) #2483{:target="_blank"}
  • Profiles
    • Prevent the application from crashing if a profile file cannot be loaded (profile management is then blocked) #2464{:target="_blank"}
  • Fix some focus issues when the enter key is pressed #2483{:target="_blank"}

Other

  • Code cleanup & Refactoring #2388{:target="_blank"} #2392{:target="_blank"} #2477{:target="_blank"} #2483{:target="_blank"}
  • Language files updated #transifex{:target="_blank"}
  • Dependencies updated #dependencies{:target="_blank"}