|
| 1 | +--- |
| 2 | +sidebar_position: 982 |
| 3 | +--- |
| 4 | + |
| 5 | +# 2025.8.10.0 |
| 6 | + |
| 7 | +Version: **2025.8.10.0** <br /> |
| 8 | +Release date: **10.08.2025** |
| 9 | + |
| 10 | +| File | `SHA256` | |
| 11 | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | |
| 12 | +| [`NETworkManager_2025.8.10.0_Setup.msi`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.8.10.0/NETworkManager_2025.8.10.0_Setup.msi) | `1F899FE5B3F4B162CACED4E933B3033734995D5CA6AD95F6BACE5BB5AB63A6AC` | |
| 13 | +| [`NETworkManager_2025.8.10.0_Portable.zip`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.8.10.0/NETworkManager_2025.8.10.0_Portable.zip) | `AA2DED2139C9D0FD39A9B20310FA1670549939FAA5E41818E6ADF6A941E98446` | |
| 14 | +| [`NETworkManager_2025.8.10.0_Archive.zip`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.8.10.0/NETworkManager_2025.8.10.0_Archive.zip) | `2CC3C48F148657AF5CCF4E45587D50964B1E9EADFD8A771EC6FD12D168134504` | |
| 15 | + |
| 16 | +**System requirements** |
| 17 | + |
| 18 | +- Windows 10 / Server x64 (22H2 or later) |
| 19 | +- [.NET Desktop Runtime 8.0 (LTS) - x64](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime) |
| 20 | + |
| 21 | +## What's new? |
| 22 | + |
| 23 | +- New language Japanese (`ja-JP`) has been added. Thanks to [@coolvitto](https://github.com/coolvitto) [#3044](https://github.com/BornToBeRoot/NETworkManager/pull/3044) [#3030](https://github.com/BornToBeRoot/NETworkManager/pull/3030) [#3035](https://github.com/BornToBeRoot/NETworkManager/pull/3035) |
| 24 | + |
| 25 | +**Hosts File Editor** |
| 26 | + |
| 27 | +- New feature to display (and edit) the `hosts` file. (See [documentation](https://borntoberoot.net/NETworkManager/docs/application/hosts-file-editor) for more details) [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) [#3092](https://github.com/BornToBeRoot/NETworkManager/pull/3092) [#3094](https://github.com/BornToBeRoot/NETworkManager/pull/3094) [#3098](https://github.com/BornToBeRoot/NETworkManager/pull/3098) [#3103](https://github.com/BornToBeRoot/NETworkManager/pull/3103) |
| 28 | + |
| 29 | +**DNS Lookup** |
| 30 | + |
| 31 | +- `DNSKEY` records are now supported. [#3060](https://github.com/BornToBeRoot/NETworkManager/pull/3060) |
| 32 | +- `SRV` records are now supported. [#3060](https://github.com/BornToBeRoot/NETworkManager/pull/3060) |
| 33 | +- `CAA` records are now supported. [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) |
| 34 | +- `MX` records now support priority. The result is now shown as `10 mail.example.com.` instead of `mail.example.com.`. [#3118](https://github.com/BornToBeRoot/NETworkManager/pull/3118) |
| 35 | + |
| 36 | +**Web Console** |
| 37 | + |
| 38 | +- Credentials can now be stored in the WebView2 browser, similar to Microsoft Edge. [#3056](https://github.com/BornToBeRoot/NETworkManager/pull/3056) |
| 39 | +- History, cookies, cache, credentials, etc. can now be deleted via the `Delete browsing data` button in the settings. [#3056](https://github.com/BornToBeRoot/NETworkManager/pull/3056) |
| 40 | + |
| 41 | +## Improvements |
| 42 | + |
| 43 | +- Redesign welcome dialog. [#3077](https://github.com/BornToBeRoot/NETworkManager/pull/3077) |
| 44 | +- Redesign profile dialog. [#3087](https://github.com/BornToBeRoot/NETworkManager/pull/3087) |
| 45 | +- Redesign group dialog. [#3089](https://github.com/BornToBeRoot/NETworkManager/pull/3089) |
| 46 | +- Redesign confirm delete dialog. [#3087](https://github.com/BornToBeRoot/NETworkManager/pull/3087) |
| 47 | +- Redesign export dialog. [#3090](https://github.com/BornToBeRoot/NETworkManager/pull/3090) |
| 48 | +- Add upgrade dialog when updating from a previous version. [#3077](https://github.com/BornToBeRoot/NETworkManager/pull/3077) |
| 49 | +- Support `sha256sum` to verify the checksum of the downloaded files. (Example: `sha256sum -c NETworkManager_{VERSION}_SHA256SUMS`) |
| 50 | + |
| 51 | +**Network Interface** |
| 52 | + |
| 53 | +- Hide (outdated) IPv4/IPv6, DHCP, and DNS informations if adapter is not connected (Status is `down`). [#3114](https://github.com/BornToBeRoot/NETworkManager/pull/3114) |
| 54 | + |
| 55 | +**WiFi** |
| 56 | + |
| 57 | +- Redesign refresh button/view. [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) |
| 58 | + |
| 59 | +**DNS Lookup** |
| 60 | + |
| 61 | +- Record types that are not implemented are now hidden in the user interface. [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) |
| 62 | + |
| 63 | +**PowerShell** |
| 64 | + |
| 65 | +- Find `pwsh.exe` and `powershell.exe` executable by path, similar to `where.exe`. [#2962](https://github.com/BornToBeRoot/NETworkManager/pull/2962) |
| 66 | + |
| 67 | +**PuTTY** |
| 68 | + |
| 69 | +- Find `putty.exe` executable by path, similar to `where.exe`. [#2962](https://github.com/BornToBeRoot/NETworkManager/pull/2962) |
| 70 | + |
| 71 | +**AWS Session Manager** |
| 72 | + |
| 73 | +- Find `pwsh.exe` and `powershell.exe` executable by path, similar to `where.exe`. [#2962](https://github.com/BornToBeRoot/NETworkManager/pull/2962) |
| 74 | + |
| 75 | +**Web Console** |
| 76 | + |
| 77 | +- Setting `Show status bar` added to show or hide the status bar. [#3056](https://github.com/BornToBeRoot/NETworkManager/pull/3056) |
| 78 | +- Setting `Save credentials` added to display a dialog to save login informations in the WebView2 browser similar to Microsoft Edge. [#3056](https://github.com/BornToBeRoot/NETworkManager/pull/3056) |
| 79 | +- Button `Delete browsing data` added to delete the browsing data (history, cookies, cache, credentials, etc.) of the current WebView2 profile. [#3056](https://github.com/BornToBeRoot/NETworkManager/pull/3056) |
| 80 | + |
| 81 | +**Connections** |
| 82 | + |
| 83 | +- Redesign refresh button/view. [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) |
| 84 | + |
| 85 | +**Listeners** |
| 86 | + |
| 87 | +- Redesign refresh button/view. [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) |
| 88 | + |
| 89 | +**ARP** |
| 90 | + |
| 91 | +- Redesign refresh button/view. [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) |
| 92 | + |
| 93 | +**Profiles** |
| 94 | + |
| 95 | +- Changed the unlock dialog from `MahApps.Metro.Controls.Dialogs` to `MahApps.Metro.SimpleChildWindow`, so the main window can be dragged and resized [#3010](https://github.com/BornToBeRoot/NETworkManager/pull/3010) |
| 96 | + |
| 97 | +## Bugfixes |
| 98 | + |
| 99 | +- Fixed an issue where the profile file could be overwritten when creating a new profile file with the same name, but with another case (`Profile` exists, but `profile` is created). [#3087](https://github.com/BornToBeRoot/NETworkManager/pull/3087) |
| 100 | +- Fixed an application crash when a profile file is renamed to another case (e.g. `Profile` to `profile`) [#3087](https://github.com/BornToBeRoot/NETworkManager/pull/3087). |
| 101 | + |
| 102 | +**Network Interface** |
| 103 | + |
| 104 | +- Re-select the network interface after a network change or configuration update. Thanks to [@Ghislain1](https://github.com/Ghislain1) [#3004](https://github.com/BornToBeRoot/NETworkManager/pull/3004) [#2962](https://github.com/BornToBeRoot/NETworkManager/pull/2962) |
| 105 | + |
| 106 | +**WiFi** |
| 107 | + |
| 108 | +- Fix filter by frequency if search is empty. [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) |
| 109 | +- Reload animation fixed in some cases. [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) |
| 110 | + |
| 111 | +**PowerShell** |
| 112 | + |
| 113 | +- Set PowerShell console color for correct path... [#3023](https://github.com/BornToBeRoot/NETworkManager/pull/3023) |
| 114 | + |
| 115 | +**SNMP** |
| 116 | + |
| 117 | +- Fixed an issue where the ConsoleTextBox is not displayed correctly. [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) |
| 118 | + |
| 119 | +**Whois** |
| 120 | + |
| 121 | +- Fixed an issue where the ConsoleTextBox is not displayed correctly. [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) |
| 122 | + |
| 123 | +## Dependencies, Refactoring & Documentation |
| 124 | + |
| 125 | +- Code cleanup & refactoring |
| 126 | +- Language files updated via [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration) |
| 127 | +- Dependencies updated via [#dependabot](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot) |
| 128 | +- Gurubase Widget removed [#3059](https://github.com/BornToBeRoot/NETworkManager/pull/3059) |
0 commit comments