Skip to content

Commit 44a137f

Browse files
committed
Docs: #3291
1 parent 99e7282 commit 44a137f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Website/docs/changelog/next-release.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ Release date: **xx.xx.2025**
8888

8989
## Bug Fixes
9090

91+
**WiFi**
92+
93+
- Fix potential error in export logic if some data is null. [#3291](https://github.com/BornToBeRoot/NETworkManager/pull/3291)
94+
- Fix missing simicolon separators in CSV output. [#3291](https://github.com/BornToBeRoot/NETworkManager/pull/3291)
95+
9196
**IP Scanner**
9297

9398
- Fix race condition when scan is complete but not all results have been processed yet, causing a wrong error message to be displayed. [#3287](https://github.com/BornToBeRoot/NETworkManager/pull/3287)
@@ -98,6 +103,11 @@ Release date: **xx.xx.2025**
98103

99104
- Fix race condition when scan is complete but not all results have been processed yet, causing a wrong error message to be displayed. [#3287](https://github.com/BornToBeRoot/NETworkManager/pull/3287)
100105

106+
**Traceroute**
107+
108+
- Fix potential error in export logic if some data is null. [#3291](https://github.com/BornToBeRoot/NETworkManager/pull/3291)
109+
- Fix missing simicolon separators in CSV output. [#3291](https://github.com/BornToBeRoot/NETworkManager/pull/3291)
110+
101111
**PowerShell**
102112

103113
- Resolve the actual path to `pwsh.exe` under `C:\Program Files\WindowsApps\` instead of relying on the stub located at `%LocalAppData%\Microsoft\WindowsApps\`. The stub simply redirects to the real executable, and settings such as themes are applied only to the real binary via the registry. [#3246](https://github.com/BornToBeRoot/NETworkManager/pull/3246)

0 commit comments

Comments
 (0)