Skip to content

Commit 3a6c516

Browse files
committed
Release: 2025.10.18.0
1 parent e5cfb37 commit 3a6c516

File tree

4 files changed

+70
-36
lines changed

4 files changed

+70
-36
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
sidebar_position: 981
3+
---
4+
5+
# 2025.10.18.0
6+
7+
Version: **2025.10.18.0** <br />
8+
Release date: **18.10.2025**
9+
10+
| File | `SHA256` |
11+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
12+
| [`NETworkManager_2025.10.18.0_Setup.msi`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.10.18.0/NETworkManager_2025.10.18.0_Setup.msi) | `9F139041F24829B44183A800642CC00CC615DCFC0069227696DFAA8A308C6CF7` |
13+
| [`NETworkManager_2025.10.18.0_Portable.zip`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.10.18.0/NETworkManager_2025.10.18.0_Portable.zip) | `6DE9B68E178C5096AD0514CF2B5FA11F8C582070783EAB41C6EF1838EEBA9602` |
14+
| [`NETworkManager_2025.10.18.0_Archive.zip`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.10.18.0/NETworkManager_2025.10.18.0_Archive.zip) | `F0E684FFB1C7F03642735403D6D30F75839A3B21E698624D219964363948442F` |
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+
**Profiles**
24+
25+
- Added the ability to filter profiles by tags using the filter button next to the search field. [#3144](https://github.com/BornToBeRoot/NETworkManager/pull/3144) [#3187](https://github.com/BornToBeRoot/NETworkManager/pull/3187) [#3194](https://github.com/BornToBeRoot/NETworkManager/pull/3194)
26+
- Introduced a context menu for profile groups to collapse or expand all groups at once. [#3171](https://github.com/BornToBeRoot/NETworkManager/pull/3171)
27+
28+
## Improvements
29+
30+
- Improved light theme for enhanced readability and contrast. [#3191](https://github.com/BornToBeRoot/NETworkManager/pull/3191)
31+
- Redesigned the settings reset dialog for a clearer and more user-friendly experience. [#3138](https://github.com/BornToBeRoot/NETworkManager/pull/3138)
32+
33+
**WiFi**
34+
35+
- Added documentation for Windows 11 24H2 location permission requirements. [#3148](https://github.com/BornToBeRoot/NETworkManager/pull/3148)
36+
37+
## Bug Fixes
38+
39+
- Fixed an issue where the status window was out of screen when a display scale other than 100% was set. [#3185](https://github.com/BornToBeRoot/NETworkManager/pull/3185)
40+
41+
**Web Console**
42+
43+
- Fixed a crash that occurred when clearing the browser cache. [#3169](https://github.com/BornToBeRoot/NETworkManager/pull/3169)
44+
45+
**Profiles**
46+
47+
- Fixed an issue where only one profile was deleted in `Settings > Profiles` when multiple profiles were selected. [#3144](https://github.com/BornToBeRoot/NETworkManager/pull/3144) [#3145](https://github.com/BornToBeRoot/NETworkManager/issues/3145)
48+
49+
## Dependencies, Refactoring & Documentation
50+
51+
- Documentation updated [#3187](https://github.com/BornToBeRoot/NETworkManager/pull/3187)
52+
- Code cleanup & refactoring
53+
- Language files updated via [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration)
54+
- Dependencies updated via [#dependabot](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot) [#3190](https://github.com/BornToBeRoot/NETworkManager/pull/3190)

Website/docs/changelog/next-release.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,14 @@ Release date: **xx.xx.2025**
1919

2020
## What's new?
2121

22-
**Profiles**
23-
24-
- Added the ability to filter profiles by tags using the filter button next to the search field. [#3144](https://github.com/BornToBeRoot/NETworkManager/pull/3144) [#3187](https://github.com/BornToBeRoot/NETworkManager/pull/3187) [#3194](https://github.com/BornToBeRoot/NETworkManager/pull/3194)
25-
- Introduced a context menu for profile groups to collapse or expand all groups at once. [#3171](https://github.com/BornToBeRoot/NETworkManager/pull/3171)
26-
2722
## Improvements
2823

29-
- Improved light theme for enhanced readability and contrast. [#3191](https://github.com/BornToBeRoot/NETworkManager/pull/3191)
30-
- Redesigned the settings reset dialog for a clearer and more user-friendly experience. [#3138](https://github.com/BornToBeRoot/NETworkManager/pull/3138)
31-
32-
**WiFi**
33-
34-
- Added documentation for Windows 11 24H2 location permission requirements. [#3148](https://github.com/BornToBeRoot/NETworkManager/pull/3148)
35-
3624
## Bug Fixes
3725

38-
- Fixed an issue where the status window was out of screen when a display scale other than 100% was set. [#3185](https://github.com/BornToBeRoot/NETworkManager/pull/3185)
39-
40-
**Web Console**
41-
42-
- Fixed a crash that occurred when clearing the browser cache. [#3169](https://github.com/BornToBeRoot/NETworkManager/pull/3169)
43-
44-
**Profiles**
45-
46-
- Fixed an issue where only one profile was deleted in `Settings > Profiles` when multiple profiles were selected. [#3144](https://github.com/BornToBeRoot/NETworkManager/pull/3144) [#3145](https://github.com/BornToBeRoot/NETworkManager/issues/3145)
4726

4827
## Dependencies, Refactoring & Documentation
4928

50-
- Documentation updated [#3187](https://github.com/BornToBeRoot/NETworkManager/pull/3187)
29+
- Documentation updated
5130
- Code cleanup & refactoring
5231
- Language files updated via [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration)
5332
- Dependencies updated via [#dependabot](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot) [#3190](https://github.com/BornToBeRoot/NETworkManager/pull/3190)
54-
- Gurubase Widget removed [#3059](https://github.com/BornToBeRoot/NETworkManager/pull/3059)

Website/docusaurus.config.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,13 @@ const config = {
154154
"@docusaurus/plugin-client-redirects",
155155
{
156156
redirects: [
157-
{
157+
{
158+
// Redirect latest changelog to the newest version
158159
from: ["/docs/changelog/latest"],
159-
to: "/docs/changelog/2025-8-10-0",
160+
to: "/docs/changelog/2025-10-18-0",
160161
},
161-
{
162+
// Redirect pre-versions to the corresponding new versions
163+
{
162164
from: ["/docs/changelog/2025-6-13-0"],
163165
to: "/docs/changelog/2025-8-10-0",
164166
},
@@ -168,7 +170,7 @@ const config = {
168170
},
169171
{
170172
from: ["/docs/changelog/2025-10-4-0"],
171-
to: "/docs/changelog/next-release",
173+
to: "/docs/changelog/2025-10-18-0",
172174
},
173175
],
174176
},

Website/src/pages/download.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ import styles from "./styles.module.css";
1010

1111
<div style={{ display: "flex", justifyContent: "space-between" }}>
1212
<div>
13-
<h3>2025.8.10.0</h3>
13+
<h3>2025.10.18.0</h3>
1414
</div>
15-
<div>Release Date: 10.08.2025</div>
15+
<div>Release Date: 18.10.2025</div>
1616
</div>
1717

1818
<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
1919
<Link
2020
className={`button button--primary button--outline ${styles.downloadButton}`}
21-
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.8.10.0/NETworkManager_2025.8.10.0_Setup.msi"
21+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.10.18.0/NETworkManager_2025.10.18.0_Setup.msi"
2222
>
2323
Setup
2424
</Link>
2525
<Link
2626
className={`button button--info button--outline ${styles.downloadButton}`}
27-
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.8.10.0/NETworkManager_2025.8.10.0_Portable.zip"
27+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.10.18.0/NETworkManager_2025.10.18.0_Portable.zip"
2828
>
2929
Portable
3030
</Link>
3131
<Link
3232
className={`button button--info button--outline ${styles.downloadButton}`}
33-
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.8.10.0/NETworkManager_2025.8.10.0_Archive.zip"
33+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.10.18.0/NETworkManager_2025.10.18.0_Archive.zip"
3434
>
3535
Archive
3636
</Link>
@@ -62,7 +62,7 @@ import styles from "./styles.module.css";
6262
<div className={`${styles.centerButtonContainer}`}>
6363
<Link
6464
className={`button button--secondary button--outline ${styles.additionalButton}`}
65-
to="/docs/changelog/2025-8-10-0"
65+
to="/docs/changelog/2025-10-18-0"
6666
target="_blank"
6767
>
6868
📃 What's new?
@@ -130,11 +130,11 @@ import styles from "./styles.module.css";
130130
<div>
131131
<p>SHA-256 checksums for the latest release:</p>
132132
<b>Setup</b> (MSI Installer)
133-
<pre><code>1F899FE5B3F4B162CACED4E933B3033734995D5CA6AD95F6BACE5BB5AB63A6AC</code></pre>
133+
<pre><code>9F139041F24829B44183A800642CC00CC615DCFC0069227696DFAA8A308C6CF7</code></pre>
134134
<b>Portable</b> (ZIP Archive)
135-
<pre><code>AA2DED2139C9D0FD39A9B20310FA1670549939FAA5E41818E6ADF6A941E98446</code></pre>
135+
<pre><code>6DE9B68E178C5096AD0514CF2B5FA11F8C582070783EAB41C6EF1838EEBA9602</code></pre>
136136
<b>Archive</b> (ZIP Archive)
137-
<pre><code>2CC3C48F148657AF5CCF4E45587D50964B1E9EADFD8A771EC6FD12D168134504</code></pre>
137+
<pre><code>F0E684FFB1C7F03642735403D6D30F75839A3B21E698624D219964363948442F</code></pre>
138138
<p>You can verify the checksum with one of the following commands:</p>
139139
<pre>
140140
<code class="language-powershell">

0 commit comments

Comments
 (0)