Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions Website/docs/changelog/2024-11-11-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
sidebar_position: 984
---

# 2024.11.11.0

Version: **2024.11.11.0** <br />
Release date: **11.11.2024**

| File | `SHA256` |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [`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` |
| [`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` |
| [`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` |

**System requirements**

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

## Breaking Changes

## What's new?

- 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)
- 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)

## Improvements

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

## Bugfixes

- **Ping Monitor**

- 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)

- TextBox content not centered because of ScrollViewer issue. [#2763](https://github.com/BornToBeRoot/NETworkManager/pull/2763)

## Dependencies, Refactoring & Documentation

- Code cleanup & refactoring
- Language files updated via [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration)
- Dependencies updated via [#dependabot](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot)
15 changes: 0 additions & 15 deletions Website/docs/changelog/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,10 @@ Release date: **xx.xx.2024**

## What's new?

- 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)
- 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)

## Improvements

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

## Bugfixes

- **Ping Monitor**

- 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)

- TextBox content not centered because of ScrollViewer issue. [#2763](https://github.com/BornToBeRoot/NETworkManager/pull/2763)

## Dependencies, Refactoring & Documentation

- Code cleanup & refactoring
Expand Down
18 changes: 9 additions & 9 deletions Website/src/pages/download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ import styles from "./styles.module.css";

# Download

Version: **2024.6.15.0**<br />
Release date: **15.06.2024**
Version: **2024.11.11.0**<br />
Release date: **11.11.2024**

Download the latest binaries via GitHub Releases:

<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
<Link
className={`button button--primary ${styles.downloadButton}`}
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.6.15.0/NETworkManager_2024.6.15.0_Setup.msi"
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Setup.msi"
>
Setup
</Link>
<Link
className={`button button--info ${styles.downloadButton}`}
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.6.15.0/NETworkManager_2024.6.15.0_Portable.zip"
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Portable.zip"
>
Portable
</Link>
<Link
className={`button button--info ${styles.downloadButton}`}
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.6.15.0/NETworkManager_2024.6.15.0_Archive.zip"
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Archive.zip"
>
Archive
</Link>
Expand Down Expand Up @@ -62,7 +62,7 @@ Download the latest binaries via GitHub Releases:
<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
<Link
className={`button button--secondary ${styles.additionalButton}`}
to="/docs/changelog/2024-6-15-0"
to="/docs/changelog/2024-11-11-0"
target="_blank"
>
Changelog
Expand All @@ -76,15 +76,15 @@ Download the latest binaries via GitHub Releases:
<p>
<b>Setup</b> (MSI-Installer)
<pre>
<code>CB78E596EF0247808522B6F5883CD154BF0A8630496E2545AAF99E1B324E3D9B</code>
<code>B3B2128F752B6CA84C9FE0B84CA279C284AEB3BB479508E546633BF34E59A125</code>
</pre>
<b>Portable</b> (ZIP-Archive)
<pre>
<code>2DC069D3ED82811B3FEF0FE00956AA53F6153F233A3AE08DF42104BB2BEFAD97</code>
<code>1D0C419C71103038397F3A0E14914B3DB1194164153448BFE57E261D093D7D55</code>
</pre>
<b>Archive</b> (ZIP-Archive)
<pre>
<code>F1A6935D1A67014700CF2A8315E7CB8013F4084B38297E0DCB0E0C2F551E0A04</code><br />
<code>5C054ED5233207692187E1355E581F3CA226EF6BB0C551141E795C06B86832FA</code><br />
</pre>
</p>
<p>Verify the file hash with the following PowerShell command:</p>
Expand Down