Skip to content

Commit 756bdb9

Browse files
authored
Release: 2024.11.11.0 (#2907)
1 parent 826d699 commit 756bdb9

File tree

3 files changed

+57
-24
lines changed

3 files changed

+57
-24
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
sidebar_position: 984
3+
---
4+
5+
# 2024.11.11.0
6+
7+
Version: **2024.11.11.0** <br />
8+
Release date: **11.11.2024**
9+
10+
| File | `SHA256` |
11+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
12+
| [`NETworkManager_2024.11.11.0_Setup.msi`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Setup.msi) | `B3B2128F752B6CA84C9FE0B84CA279C284AEB3BB479508E546633BF34E59A125` |
13+
| [`NETworkManager_2024.11.11.0_Portable.zip`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Portable.zip) | `1D0C419C71103038397F3A0E14914B3DB1194164153448BFE57E261D093D7D55` |
14+
| [`NETworkManager_2024.11.11.0_Archive.zip`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Archive.zip) | `5C054ED5233207692187E1355E581F3CA226EF6BB0C551141E795C06B86832FA` |
15+
16+
**System requirements**
17+
18+
- Windows 10 / Server x64 (1809 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+
## What's new?
24+
25+
- Applications can now be sorted via drag & drop in the application sidebar or in the settings under `Settings > General > Applications`. [#2781](https://github.com/BornToBeRoot/NETworkManager/pull/2781)
26+
- Profiles now have a field for a description, which is displayed together with the host name/IP address in a tooltip in the profile sidebar. [#2877](https://github.com/BornToBeRoot/NETworkManager/pull/2877)
27+
28+
## Improvements
29+
30+
- Applications settings under `Settings > General > Applications` redesigned and context menu added (Right-click) [#2781](https://github.com/BornToBeRoot/NETworkManager/pull/2781)
31+
- `Set default` added (Set the startup application - available if not set)
32+
- `Show` added (Shows the application in the main window - available if hidden)
33+
- `Hide` added (Hides the application from the main window - available if shown)
34+
- Groups now have a field for a description [#2877](https://github.com/BornToBeRoot/NETworkManager/pull/2877)
35+
36+
## Bugfixes
37+
38+
- **Ping Monitor**
39+
40+
- A problem has been fixed where the ping does not start if the DNS server is not configured. This can occur if the network interface via which the Windows DNS server was configured is deactivated/disconnected. [#2876](https://github.com/BornToBeRoot/NETworkManager/pull/2876)
41+
42+
- TextBox content not centered because of ScrollViewer issue. [#2763](https://github.com/BornToBeRoot/NETworkManager/pull/2763)
43+
44+
## Dependencies, Refactoring & Documentation
45+
46+
- Code cleanup & refactoring
47+
- Language files updated via [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration)
48+
- Dependencies updated via [#dependabot](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot)

Website/docs/changelog/next-release.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,10 @@ Release date: **xx.xx.2024**
1919

2020
## What's new?
2121

22-
- Applications can now be sorted via drag & drop in the application sidebar or in the settings under `Settings > General > Applications`. [#2781](https://github.com/BornToBeRoot/NETworkManager/pull/2781)
23-
- Profiles now have a field for a description, which is displayed together with the host name/IP address in a tooltip in the profile sidebar. [#2877](https://github.com/BornToBeRoot/NETworkManager/pull/2877)
24-
2522
## Improvements
2623

27-
- Applications settings under `Settings > General > Applications` redesigned and context menu added (Right-click) [#2781](https://github.com/BornToBeRoot/NETworkManager/pull/2781)
28-
- `Set default` added (Set the startup application - available if not set)
29-
- `Show` added (Shows the application in the main window - available if hidden)
30-
- `Hide` added (Hides the application from the main window - available if shown)
31-
- Groups now have a field for a description [#2877](https://github.com/BornToBeRoot/NETworkManager/pull/2877)
32-
3324
## Bugfixes
3425

35-
- **Ping Monitor**
36-
37-
- A problem has been fixed where the ping does not start if the DNS server is not configured. This can occur if the network interface via which the Windows DNS server was configured is deactivated/disconnected. [#2876](https://github.com/BornToBeRoot/NETworkManager/pull/2876)
38-
39-
- TextBox content not centered because of ScrollViewer issue. [#2763](https://github.com/BornToBeRoot/NETworkManager/pull/2763)
40-
4126
## Dependencies, Refactoring & Documentation
4227

4328
- Code cleanup & refactoring

Website/src/pages/download.mdx

Lines changed: 9 additions & 9 deletions
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.6.15.0**<br />
12-
Release date: **15.06.2024**
11+
Version: **2024.11.11.0**<br />
12+
Release date: **11.11.2024**
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.6.15.0/NETworkManager_2024.6.15.0_Setup.msi"
19+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.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.6.15.0/NETworkManager_2024.6.15.0_Portable.zip"
25+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.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.6.15.0/NETworkManager_2024.6.15.0_Archive.zip"
31+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Archive.zip"
3232
>
3333
Archive
3434
</Link>
@@ -62,7 +62,7 @@ Download the latest binaries via GitHub Releases:
6262
<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
6363
<Link
6464
className={`button button--secondary ${styles.additionalButton}`}
65-
to="/docs/changelog/2024-6-15-0"
65+
to="/docs/changelog/2024-11-11-0"
6666
target="_blank"
6767
>
6868
Changelog
@@ -76,15 +76,15 @@ Download the latest binaries via GitHub Releases:
7676
<p>
7777
<b>Setup</b> (MSI-Installer)
7878
<pre>
79-
<code>CB78E596EF0247808522B6F5883CD154BF0A8630496E2545AAF99E1B324E3D9B</code>
79+
<code>B3B2128F752B6CA84C9FE0B84CA279C284AEB3BB479508E546633BF34E59A125</code>
8080
</pre>
8181
<b>Portable</b> (ZIP-Archive)
8282
<pre>
83-
<code>2DC069D3ED82811B3FEF0FE00956AA53F6153F233A3AE08DF42104BB2BEFAD97</code>
83+
<code>1D0C419C71103038397F3A0E14914B3DB1194164153448BFE57E261D093D7D55</code>
8484
</pre>
8585
<b>Archive</b> (ZIP-Archive)
8686
<pre>
87-
<code>F1A6935D1A67014700CF2A8315E7CB8013F4084B38297E0DCB0E0C2F551E0A04</code><br />
87+
<code>5C054ED5233207692187E1355E581F3CA226EF6BB0C551141E795C06B86832FA</code><br />
8888
</pre>
8989
</p>
9090
<p>Verify the file hash with the following PowerShell command:</p>

0 commit comments

Comments
 (0)