Skip to content

Commit b127e61

Browse files
committed
Release: 2024.1.6.0
1 parent f50c982 commit b127e61

5 files changed

Lines changed: 87 additions & 51 deletions

File tree

InnoSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "NETworkManager"
5-
#define MyAppVersion "2023.12.28.0"
5+
#define MyAppVersion "2024.1.6.0"
66
#define MyAppPublisher "BornToBeRoot"
77
#define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/"
88
#define MyAppExeName "NETworkManager.exe"

Source/GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyTrademark("")]
77
[assembly: AssemblyCulture("")]
88

9-
[assembly: AssemblyVersion("2023.12.28.0")]
10-
[assembly: AssemblyFileVersion("2023.12.28.0")]
9+
[assembly: AssemblyVersion("2024.1.6.0")]
10+
[assembly: AssemblyFileVersion("2024.1.6.0")]
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
sidebar_position: 989
3+
---
4+
5+
# 2024.1.6.0
6+
7+
Version: **2024.1.6.0**<br />
8+
Release date: **06.01.2024**
9+
10+
| File | `SHA256` |
11+
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------ |
12+
| [Setup](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.1.6.0/NETworkManager_2024.1.6.0_Setup.exe) | `6D5B590ACA3085A4D8BF849D2404C471B0B1AA606E20453FF7C312D99C1845FC` |
13+
| [Portable](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.1.6.0/NETworkManager_2024.1.6.0_Portable.zip) | `3C31F0933E3FB9A4CEFF6006710DA23DBBA5BCACAACB6167DE65B7AA02A158E7` |
14+
| [Archive](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.1.6.0/NETworkManager_2024.1.6.0_Archive.zip) | `E3AECBCCBE105D8FE4A5CC12FF293CCE2839C3F6E3262F605E798C43BC2B6498` |
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+
- Website migrated from [Just-the-docs](https://github.com/just-the-docs/just-the-docs) to [Docusaurus](https://github.com/facebook/docusaurus). Links in the application have been updated [#2610](https://github.com/BornToBeRoot/NETworkManager/pull/2610)<br />
24+
Check out the new website at [https://borntoberoot.net/NETworkManager](https://borntoberoot.net/NETworkManager)
25+
26+
## What's new?
27+
28+
- Run Command
29+
- Run command (HotKey: Ctrl+Shift+P) added. This feature allows you to open a command field to switch between applications (and pass parameters to them _in the future_) [#2577](https://github.com/BornToBeRoot/NETworkManager/pull/2577)
30+
- IP Scanner
31+
- NetBIOS resolver added to enhance the detection of hosts (e.g. if there is no ICMP response or TCP port is open) but netbios responds. It will also display the Computername if no DNS hostname is available. [#2590](https://github.com/BornToBeRoot/NETworkManager/pull/2590)
32+
- Ping Monitor
33+
- UI redesigned [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
34+
- Allow ranges like `192.168.0.0/24` or `10.0.[0-255].1` [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
35+
- Connections
36+
- Resolve remote hostname, process id, process name and process path (similar to `netstat`) [#2587](https://github.com/BornToBeRoot/NETworkManager/pull/2587)
37+
38+
## Improvements
39+
40+
- IP Scanner
41+
- Scan is no longer aborted if the IP of a single host in a series of hosts cannot be resolved (the host is skipped and an error is displayed) [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
42+
- Sort by IP address & MAC address improved / fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
43+
- Port Scanner
44+
- Scan is no longer aborted if the IP of a single host in a series of hosts cannot be resolved (the host is skipped and an error is displayed) [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
45+
- Hostname added to group [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
46+
- Sort improved [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
47+
- Port profile column sort fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
48+
- Ping Monitor
49+
- Scan is no longer aborted if the IP of a single host in a series of hosts cannot be resolved (the host is skipped and an error is displayed) [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
50+
- DNS Lookup
51+
- Hostname of the nameserver added to group [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
52+
- Resolve was finished too early if a request timed [#2612](https://github.com/BornToBeRoot/NETworkManager/pull/2612)
53+
- Sort improved [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
54+
- SNMP
55+
OID profile column sort fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
56+
- Connections
57+
- Sort by IP address improved / fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
58+
- Listeners
59+
- Sort by IP address improved / fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
60+
- ARP Table
61+
- Sort by IP address & MAC address improved / fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
62+
63+
## Bugfixes
64+
65+
- SNMP
66+
- Detect EndOfMibView in v1 and v2c walk [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
67+
- Lookup
68+
- Fix sort by MAC address [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
69+
70+
## Dependencies, Refactoring & Documentation
71+
72+
- Code cleanup & Refactoring [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583) [#2586](https://github.com/BornToBeRoot/NETworkManager/pull/2586)
73+
- Language files updated [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration)
74+
- Dependencies updated [#dependencies](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot)

Website/docs/changelog/next-release.md

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -19,50 +19,12 @@ Release date: **xx.xx.2023**
1919

2020
## What's new?
2121

22-
- Run Command
23-
- Run command (HotKey: Ctrl+Shift+P) added. This feature allows you to open a command field to switch between applications (and pass parameters to them _in the future_) [#2577](https://github.com/BornToBeRoot/NETworkManager/pull/2577)
24-
- IP Scanner
25-
- NetBIOS resolver added to enhance the detection of hosts (e.g. if there is no ICMP response or TCP port is open) but netbios responds. It will also display the Computername if no DNS hostname is available. [#2590](https://github.com/BornToBeRoot/NETworkManager/pull/2590)
26-
- Ping Monitor
27-
- UI redesigned [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
28-
- Allow ranges like `192.168.0.0/24` or `10.0.[0-255].1` [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
29-
- Connections
30-
- Resolve remote hostname, process id, process name and process path (similar to `netstat`) [#2587](https://github.com/BornToBeRoot/NETworkManager/pull/2587)
31-
3222
## Improvements
3323

34-
- IP Scanner
35-
- Scan is no longer aborted if the IP of a single host in a series of hosts cannot be resolved (the host is skipped and an error is displayed) [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
36-
- Sort by IP address & MAC address improved / fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
37-
- Port Scanner
38-
- Scan is no longer aborted if the IP of a single host in a series of hosts cannot be resolved (the host is skipped and an error is displayed) [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
39-
- Hostname added to group [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
40-
- Sort improved [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
41-
- Port profile column sort fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
42-
- Ping Monitor
43-
- Scan is no longer aborted if the IP of a single host in a series of hosts cannot be resolved (the host is skipped and an error is displayed) [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
44-
- DNS Lookup
45-
- Hostname of the nameserver added to group [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
46-
- Resolve was finished too early if a request timed [#2612](https://github.com/BornToBeRoot/NETworkManager/pull/2612)
47-
- Sort improved [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
48-
- SNMP
49-
OID profile column sort fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
50-
- Connections
51-
- Sort by IP address improved / fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
52-
- Listeners
53-
- Sort by IP address improved / fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
54-
- ARP Table
55-
- Sort by IP address & MAC address improved / fixed [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
56-
5724
## Bugfixes
5825

59-
- SNMP
60-
- Detect EndOfMibView in v1 and v2c walk [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
61-
- Lookup
62-
- Fix sort by MAC address [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583)
63-
6426
## Dependencies, Refactoring & Documentation
6527

66-
- Code cleanup & Refactoring [#2583](https://github.com/BornToBeRoot/NETworkManager/pull/2583) [#2586](https://github.com/BornToBeRoot/NETworkManager/pull/2586)
28+
- Code cleanup & Refactoring
6729
- Language files updated [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration)
6830
- Dependencies updated [#dependencies](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot)

Website/src/pages/Download.mdx

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

1111
## Latest
1212

13-
Version: **2023.11.28.0**<br />
14-
Release date: **28.11.2023**
13+
Version: **2024.1.6.0**<br />
14+
Release date: **06.01.2024**
1515

1616
Download the latest binaries via GitHub Releases:
1717

1818
<div className={`${styles.downloadButtonContainer} margin-bottom--lg`}>
1919
<Link
2020
className={`button button--primary ${styles.downloadButton}`}
21-
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2023.11.28.0/NETworkManager_2023.11.28.0_Setup.exe"
21+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.1.6.0/NETworkManager_2024.1.6.0_Setup.exe"
2222
>
2323
Setup
2424
</Link>
2525
<Link
2626
className={`button button--info ${styles.downloadButton}`}
27-
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2023.11.28.0/NETworkManager_2023.11.28.0_Portable.zip"
27+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.1.6.0/NETworkManager_2024.1.6.0_Portable.zip"
2828
>
2929
Portable
3030
</Link>
3131
<Link
3232
className={`button button--info ${styles.downloadButton}`}
33-
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2023.11.28.0/NETworkManager_2023.11.28.0_Archive.zip"
33+
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.1.6.0/NETworkManager_2024.1.6.0_Archive.zip"
3434
>
3535
Archive
3636
</Link>
3737
</div>
3838

39-
Here you can find the [changelog](/docs/changelog/2023-11-28-0).
39+
Here you can find the [changelog](/docs/changelog/2024-1-6-0).
4040

4141
:::info
4242

@@ -62,9 +62,9 @@ File hashes of the above downloads:
6262

6363
| File | `SHA256` |
6464
| :------- | :----------------------------------------------------------------- |
65-
| Setup | `AD9D6E569BFA61F9657A6C823409E4D4B4B67CA4BD0CC5129CCBB0B673D5DF24` |
66-
| Portable | `8D15ECE18013C07D806173E051FFA79406A6B5D6D00D1CD48F403C8BDBF7136F` |
67-
| Archive | `39FAC00FBB16D6EFCC3AB571B42AE61C8789E500059F3ED893CE38BFA06CD189` |
65+
| Setup | `6D5B590ACA3085A4D8BF849D2404C471B0B1AA606E20453FF7C312D99C1845FC` |
66+
| Portable | `3C31F0933E3FB9A4CEFF6006710DA23DBBA5BCACAACB6167DE65B7AA02A158E7` |
67+
| Archive | `E3AECBCCBE105D8FE4A5CC12FF293CCE2839C3F6E3262F605E798C43BC2B6498` |
6868

6969
:::info
7070

0 commit comments

Comments
 (0)