Skip to content

Commit c7c6f53

Browse files
authored
Release: 2025.1.18.0 (#2989)
1 parent 0343cc5 commit c7c6f53

File tree

3 files changed

+86
-53
lines changed

3 files changed

+86
-53
lines changed

Website/docs/changelog/2025-1-18-0.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
sidebar_position: 983
3+
---
4+
5+
# 2025.1.18.0
6+
7+
Version: **2025.1.18.0** <br />
8+
Release date: **18.01.2025**
9+
10+
| File | `SHA256` |
11+
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
12+
| [`NETworkManager_2025.1.18.0_Setup.msi`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Setup.msi) | `0E8722AB821FDFC5079C8E914CDBC293F373F551924EFBA14CA4AF6E68B678F9` |
13+
| [`NETworkManager_2025.1.18.0_Portable.zip`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Portable.zip) | `85000CC7E9892C14B3C1F7DE2D540A57E2C90CF5AE25E27960844751AADCF166` |
14+
| [`NETworkManager_2025.1.18.0_Archive.zip`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Archive.zip) | `68FFC7A42F0CF27B83525BB6AE79C730C96C40A956869F5C45D60B97CCECAE74` |
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+
## Breaking Changes
22+
23+
- Minimum supported Windows version increased to `22H2` to support:
24+
- WiFi 6 GHz, WPA3, 802.11be [#2912](https://github.com/BornToBeRoot/NETworkManager/pull/2912)
25+
- Remote Desktop high DPI, scaling and fast resizing [#2968](https://github.com/BornToBeRoot/NETworkManager/pull/2968)
26+
27+
## What's new?
28+
29+
- **WiFi**
30+
31+
- 6 GHz networks are now supported. [#2912](https://github.com/BornToBeRoot/NETworkManager/pull/2912) [#2928](https://github.com/BornToBeRoot/NETworkManager/pull/2928)
32+
- `WPA3 Personal (SAE)`, `WPA3 Enterprise` and `WPA3 Enterprise (192-bit)` are now supported. [#2912](https://github.com/BornToBeRoot/NETworkManager/pull/2912)
33+
- `802.11be` (`EHT`) is now supported. [#2912](https://github.com/BornToBeRoot/NETworkManager/pull/2912)
34+
35+
- **Remote Desktop**
36+
37+
- Scale rdp session and control to support high DPI (e.g. per Monitor DPI like 125%, 150%, etc.). [#2968](https://github.com/BornToBeRoot/NETworkManager/pull/2968)
38+
- Resizing now uses [`IMsRdpClient9::UpdateSessionDisplaySettings`](<https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/mt703457(v=vs.85)>) instead of [`IMsRdpClient::Reconnect`](https://learn.microsoft.com/en-us/windows/win32/termserv/imsrdpclient8-reconnect) to support scaling and faster resizing (without the need of reconnecting). [#2968](https://github.com/BornToBeRoot/NETworkManager/pull/2968).
39+
40+
:::warning
41+
42+
The new features for high DPI, scaling and resizing may cause issues or doesn't work with legacy servers/clients. Please report any issues you find here: [#2911](https://github.com/BornToBeRoot/NETworkManager/issues/2911)
43+
44+
:::
45+
46+
## Improvements
47+
48+
- Improve ToolTips (e.g. migrate from Twitter to X, etc.), Buttons, etc. [#2955](https://github.com/BornToBeRoot/NETworkManager/pull/2955)
49+
- **WiFi**
50+
- Improve search, cleanup/remove some converters to make the code more readable and faster. [#2940](https://github.com/BornToBeRoot/NETworkManager/pull/2940)
51+
52+
## Bugfixes
53+
54+
- Horizontal scrollbar fixed for some views. [#2945](https://github.com/BornToBeRoot/NETworkManager/pull/2945)
55+
- Fixed an issue with DPI scaling where the application was blurry if a second monitor had a different dpi setting than the main monitor. [#2941](https://github.com/BornToBeRoot/NETworkManager/pull/2941)
56+
- Changed the Welcome dialog from `MahApps.Metro.Controls.Dialogs` to `MahApps.Metro.SimpleChildWindow`, so the main window can be dragged and resized on the first start. [#2914](https://github.com/BornToBeRoot/NETworkManager/pull/2914)
57+
58+
- **WiFi**
59+
60+
- Fixed a bug that caused the scan process to crash when a 6 GHz network was found. [#2912](https://github.com/BornToBeRoot/NETworkManager/pull/2912)
61+
62+
- **IP Scanner**
63+
64+
- Fixed two `NullReferenceException` in ICMP & NETBIOS for some IP addresses. [#2964](https://github.com/BornToBeRoot/NETworkManager/pull/2964)
65+
66+
- **Remote Desktop**
67+
68+
- Fixed an app crash when a reconnect was triggered while it was already trying to connect. [#2988](https://github.com/BornToBeRoot/NETworkManager/pull/2988)
69+
70+
## Dependencies, Refactoring & Documentation
71+
72+
- Migrated code for some loading indicators from the library [LoadingIndicators.WPF] (https://github.com/zeluisping/LoadingIndicators.WPF) to the NETworkManager repo, as the original repo looks unmaintained and has problems with MahApps.Metro version 2 and later. [#2963](https://github.com/BornToBeRoot/NETworkManager/pull/2963)
73+
- Code cleanup & refactoring [#2940](https://github.com/BornToBeRoot/NETworkManager/pull/2940) [#2976](https://github.com/BornToBeRoot/NETworkManager/pull/2976)
74+
- Language files updated via [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration)
75+
- Dependencies updated via [#dependabot](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot)

Website/docs/changelog/next-release.md

+2-44
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 0
55
# Next Release
66

77
Version: **Next release** <br />
8-
Release date: **xx.xx.2024**
8+
Release date: **xx.xx.2025**
99

1010
| File | `SHA256` |
1111
| ---- | -------- |
@@ -17,56 +17,14 @@ Release date: **xx.xx.2024**
1717

1818
## Breaking Changes
1919

20-
- Minimum supported Windows version increased to `22H2` to support:
21-
- WiFi 6 GHz, WPA3, 802.11be [#2912](https://github.com/BornToBeRoot/NETworkManager/pull/2912)
22-
- Remote Desktop high DPI, scaling and fast resizing [#2968](https://github.com/BornToBeRoot/NETworkManager/pull/2968)
23-
2420
## What's new?
2521

26-
- **WiFi**
27-
28-
- 6 GHz networks are now supported. [#2912](https://github.com/BornToBeRoot/NETworkManager/pull/2912) [#2928](https://github.com/BornToBeRoot/NETworkManager/pull/2928)
29-
- `WPA3 Personal (SAE)`, `WPA3 Enterprise` and `WPA3 Enterprise (192-bit)` are now supported. [#2912](https://github.com/BornToBeRoot/NETworkManager/pull/2912)
30-
- `802.11be` (`EHT`) is now supported. [#2912](https://github.com/BornToBeRoot/NETworkManager/pull/2912)
31-
32-
- **Remote Desktop**
33-
34-
- Scale rdp session and control to support high DPI (e.g. per Monitor DPI like 125%, 150%, etc.). [#2968](https://github.com/BornToBeRoot/NETworkManager/pull/2968)
35-
- Resizing now uses [`IMsRdpClient9::UpdateSessionDisplaySettings`](<https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/mt703457(v=vs.85)>) instead of [`IMsRdpClient::Reconnect`](https://learn.microsoft.com/en-us/windows/win32/termserv/imsrdpclient8-reconnect) to support scaling and faster resizing (without the need of reconnecting). [#2968](https://github.com/BornToBeRoot/NETworkManager/pull/2968).
36-
37-
:::warning
38-
39-
The new features for high DPI, scaling and resizing may cause issues or doesn't work with legacy servers/clients. Please report any issues you find here: [#2911](https://github.com/BornToBeRoot/NETworkManager/issues/2911)
40-
41-
:::
42-
4322
## Improvements
4423

45-
- Improve ToolTips (e.g. migrate from Twitter to X, etc.), Buttons, etc. [#2955](https://github.com/BornToBeRoot/NETworkManager/pull/2955)
46-
- **WiFi**
47-
- Improve search, cleanup/remove some converters to make the code more readable and faster. [#2940](https://github.com/BornToBeRoot/NETworkManager/pull/2940)
48-
4924
## Bugfixes
5025

51-
- Horizontal scrollbar fixed for some views. [#2945](https://github.com/BornToBeRoot/NETworkManager/pull/2945)
52-
- Fixed an issue with DPI scaling where the application was blurry if a second monitor had a different dpi setting than the main monitor. [#2941](https://github.com/BornToBeRoot/NETworkManager/pull/2941)
53-
- Changed the Welcome dialog from `MahApps.Metro.Controls.Dialogs` to `MahApps.Metro.SimpleChildWindow`, so the main window can be dragged and resized on the first start. [#2914](https://github.com/BornToBeRoot/NETworkManager/pull/2914)
54-
55-
- **WiFi**
56-
57-
- Fixed a bug that caused the scan process to crash when a 6 GHz network was found. [#2912](https://github.com/BornToBeRoot/NETworkManager/pull/2912)
58-
59-
- **IP Scanner**
60-
61-
- Fixed two `NullReferenceException` in ICMP & NETBIOS for some IP addresses. [#2964](https://github.com/BornToBeRoot/NETworkManager/pull/2964)
62-
63-
- **Remote Desktop**
64-
65-
- Fixed an app crash when a reconnect was triggered while it was already trying to connect. [#2988](https://github.com/BornToBeRoot/NETworkManager/pull/2988)
66-
6726
## Dependencies, Refactoring & Documentation
6827

69-
- Migrated code for some loading indicators from the library [LoadingIndicators.WPF] (https://github.com/zeluisping/LoadingIndicators.WPF) to the NETworkManager repo, as the original repo looks unmaintained and has problems with MahApps.Metro version 2 and later. [#2963](https://github.com/BornToBeRoot/NETworkManager/pull/2963)
70-
- Code cleanup & refactoring [#2940](https://github.com/BornToBeRoot/NETworkManager/pull/2940) [#2976](https://github.com/BornToBeRoot/NETworkManager/pull/2976)
28+
- Code cleanup & refactoring
7129
- Language files updated via [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration)
7230
- Dependencies updated via [#dependabot](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot)

Website/src/pages/download.mdx

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ import styles from "./styles.module.css";
88

99
# Download
1010

11-
Version: **2024.11.11.0**<br />
12-
Release date: **11.11.2024**
11+
Version: **2025.1.18.0**<br />
12+
Release date: **18.01.2025**
1313

1414
Download the latest binaries via GitHub Releases:
1515

1616
<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
1717
<Link
1818
className={`button button--primary ${styles.downloadButton}`}
19-
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Setup.msi"
19+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Setup.msi"
2020
>
2121
Setup
2222
</Link>
2323
<Link
2424
className={`button button--info ${styles.downloadButton}`}
25-
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Portable.zip"
25+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Portable.zip"
2626
>
2727
Portable
2828
</Link>
2929
<Link
3030
className={`button button--info ${styles.downloadButton}`}
31-
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Archive.zip"
31+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Archive.zip"
3232
>
3333
Archive
3434
</Link>
@@ -84,19 +84,19 @@ Download the latest binaries via GitHub Releases:
8484
<b>Setup</b> (MSI-Installer)
8585
<pre>
8686
<code>
87-
B3B2128F752B6CA84C9FE0B84CA279C284AEB3BB479508E546633BF34E59A125
87+
0E8722AB821FDFC5079C8E914CDBC293F373F551924EFBA14CA4AF6E68B678F9
8888
</code>
8989
</pre>
9090
<b>Portable</b> (ZIP-Archive)
9191
<pre>
9292
<code>
93-
1D0C419C71103038397F3A0E14914B3DB1194164153448BFE57E261D093D7D55
93+
85000CC7E9892C14B3C1F7DE2D540A57E2C90CF5AE25E27960844751AADCF166
9494
</code>
9595
</pre>
9696
<b>Archive</b> (ZIP-Archive)
9797
<pre>
9898
<code>
99-
5C054ED5233207692187E1355E581F3CA226EF6BB0C551141E795C06B86832FA
99+
68FFC7A42F0CF27B83525BB6AE79C730C96C40A956869F5C45D60B97CCECAE74
100100
</code>
101101
<br />
102102
</pre>
@@ -129,7 +129,7 @@ Profiles and settings are stored in the user profile under `Documents\NETworkMan
129129

130130
## System requirements
131131

132-
- Windows 10 / Server x64 (1809 or later)
132+
- Windows 10 / Server x64 (22H2 or later)
133133
- [.NET Desktop Runtime 8.0 (LTS) - x64](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime)
134134

135135
## Silent install

0 commit comments

Comments
 (0)