Skip to content

Commit 87e03c2

Browse files
committed
Release: 2022.12.20.0
1 parent 9b2476f commit 87e03c2

File tree

9 files changed

+88
-52
lines changed

9 files changed

+88
-52
lines changed

Chocolatey/networkmanager.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>NETworkManager</id>
6-
<version>2022.10.31.0</version>
6+
<version>2022.12.20.0</version>
77
<owners>BornToBeRoot</owners>
88
<title>NETworkManager</title>
99
<authors>BornToBeRoot</authors>

Chocolatey/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ErrorActionPreference = 'Stop'
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.10.31.0/NETworkManager_2022.10.31.0_Setup.exe'
3+
$url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.12.20.0/NETworkManager_2022.12.20.0_Setup.exe'
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
@@ -9,7 +9,7 @@ $packageArgs = @{
99
url = $url
1010
softwareName = 'NETworkManager*'
1111

12-
checksum = '18A9528247BFA1880AF61CEAA1401FCA7C8271BC6635B40BA72D77AB065867A0'
12+
checksum = '36F915D917DF6461CB52C1524F3E7373EC0BC40D3A48E9D28E3D02BAA416E369'
1313
checksumType = 'sha256'
1414

1515
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-'

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 "2022.12.16.0"
5+
#define MyAppVersion "2022.12.20.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("2022.12.16.0")]
10-
[assembly: AssemblyFileVersion("2022.12.16.0")]
9+
[assembly: AssemblyVersion("2022.12.20.0")]
10+
[assembly: AssemblyFileVersion("2022.12.20.0")]

Source/NETworkManager.Documentation/ResourceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static class ResourceManager
1212
/// </summary>
1313
public static List<ResourceInfo> List => new()
1414
{
15-
new ResourceInfo("Organizationally unique identifier", "https://linuxnet.ca/ieee/oui/", Localization.Resources.Strings.Resource_OUI_Description),
15+
new ResourceInfo("Organizationally unique identifier", "https://standards-oui.ieee.org/oui/oui.txt", Localization.Resources.Strings.Resource_OUI_Description),
1616
new ResourceInfo("Service names and port numbers", "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml", Localization.Resources.Strings.Resource_ServiceNamePortNumber_Description),
1717
new ResourceInfo("flag-icon-css","https://github.com/lipis/flag-icon-css", Localization.Resources.Strings.Resource_Flag_Description),
1818
new ResourceInfo("List of Top-Level-Domains", "https://data.iana.org/TLD/tlds-alpha-by-domain.txt", Localization.Resources.Strings.Resource_ListTLD_Description)

docs/03_Download.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ permalink: /Download
88

99
# Download
1010

11-
## 2022.10.31.0
11+
## 2022.12.20.0
1212

1313
<div align="center">
1414
<br />
1515
<p>
16-
<a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.10.31.0/NETworkManager_2022.10.31.0_Setup.exe' target="_blank">
16+
<a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.12.20.0/NETworkManager_2022.12.20.0_Setup.exe' target="_blank">
1717
<span class="fs-5">
1818
<button type="button" name="button" class="btn">:package: Setup</button>
1919
</span>
2020
</a>
21-
<a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.10.31.0/NETworkManager_2022.10.31.0_Portable.zip' target="_blank">
21+
<a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.12.20.0/NETworkManager_2022.12.20.0_Portable.zip' target="_blank">
2222
<span class="fs-5">
2323
<button type="button" name="button" class="btn">:package: Portable</button>
2424
</span>
2525
</a>
26-
<a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.10.31.0/NETworkManager_2022.10.31.0_Archive.zip' target="_blank">
26+
<a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.12.20.0/NETworkManager_2022.12.20.0_Archive.zip' target="_blank">
2727
<span class="fs-5">
2828
<button type="button" name="button" class="btn">:package: Archive</button>
2929
</span>
@@ -41,15 +41,14 @@ Pre-release versions are available [here](https://github.com/BornToBeRoot/NETwor
4141

4242
| File | SHA256 |
4343
| ------------------------------------------ | ------------------------------------------------------------------ |
44-
| `NETworkManager_2022.10.31.0_Setup.exe` | `18A9528247BFA1880AF61CEAA1401FCA7C8271BC6635B40BA72D77AB065867A0` |
45-
| `NETworkManager_2022.10.31.0_Portable.zip` | `7B5822191C1D8EB0DE8F223AA1AC581CFEB4ED726F652A3A8A7D0941A51BE68F` |
46-
| `NETworkManager_2022.10.31.0_Archive.zip` | `4F1B60B42A1D935B56C0F044755DD5B3EB3DAE35C75961D0CD7FFFFB87596847` |
44+
| `NETworkManager_2022.12.20.0_Setup.exe` | `36F915D917DF6461CB52C1524F3E7373EC0BC40D3A48E9D28E3D02BAA416E369` |
45+
| `NETworkManager_2022.12.20.0_Portable.zip` | `5A5553BF3609749C1214B8B724857AE954C4F8881907BD0DE5F1C44E48D2CEFA` |
46+
| `NETworkManager_2022.12.20.0_Archive.zip` | `29D6EE0FD1A822E5CF45F0A175A0CECAE22C64F5551CCBB117C5EE76DC07DF61` |
4747

4848
## System requirements
4949

5050
- Windows 10 / Server x64 (1809 or later)
5151
- [.NET Desktop Runtime 6.x (LTS)](https://dotnet.microsoft.com/download/dotnet/6.0){:target="\_blank"}
52-
- (optional) [Microsoft Edge - WebView2 Runtime (Evergreen)](https://developer.microsoft.com/en-us/microsoft-edge/webview2/){:target="\_blank"}
5352

5453
## Package Manager
5554

docs/Changelog/2022-12-20-0.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
layout: default
3+
title: 2022.12.20.0
4+
parent: Changelog
5+
nav_order: 978
6+
description: "Changelog for 2022.12.20.0"
7+
permalink: /Changelog/2022-12-20-0
8+
---
9+
10+
# 2022.12.19.0
11+
12+
Date: **19.12.2022**
13+
14+
| File | Checksum [SHA256] |
15+
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
16+
| [Setup](https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.12.20.0/NETworkManager_2022.12.20.0_Setup.exe){:target="\_blank"} | `36F915D917DF6461CB52C1524F3E7373EC0BC40D3A48E9D28E3D02BAA416E369` |
17+
| [Portable](https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.12.20.0/NETworkManager_2022.12.20.0_Portable.zip){:target="\_blank"} | `5A5553BF3609749C1214B8B724857AE954C4F8881907BD0DE5F1C44E48D2CEFA` |
18+
| [Archive](https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.12.20.0/NETworkManager_2022.12.20.0_Archive.zip){:target="\_blank"} | `29D6EE0FD1A822E5CF45F0A175A0CECAE22C64F5551CCBB117C5EE76DC07DF61` |
19+
20+
**System requirements**
21+
22+
- Windows 10 / Server x64 (1809 or later)
23+
- [.NET Desktop Runtime 6.x (LTS)](https://dotnet.microsoft.com/download/dotnet/6.0){:target="\_blank"}
24+
25+
## What's new?
26+
27+
New Feature
28+
{: .label .label-green }
29+
30+
- Bit Calculator [#1684](https://github.com/BornToBeRoot/NETworkManager/pull/1684){:target="\_blank"} (See [documentation](https://borntoberoot.net/NETworkManager/Documentation/Application/BitCalculator){:target="\_blank"} for more details)
31+
- Global application DNS settings under `Settings > Network > DNS` added [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
32+
33+
## Improvements
34+
35+
- Performance of DNS resolutions improved [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
36+
- Detect new DNS servers if they have been changed e.g. by a new network connection (LAN, WLAN) or VPN connection [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
37+
- Error messages for failed DNS resolution improved [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
38+
- Check if folder exists in export dialog [#1760](https://github.com/BornToBeRoot/NETworkManager/pull/1760){:target="\_blank"}
39+
- AWS Sesdsion Manager, PowerShell, PuTTY & TigerVNC
40+
- Validate path to required tool [#1771](https://github.com/BornToBeRoot/NETworkManager/pull/1771){:target="\_blank"}
41+
- Settings
42+
- Remove second dialog (restart the app immediately) [#1770](https://github.com/BornToBeRoot/NETworkManager/pull/1770){:target="\_blank"}
43+
- First run dialog
44+
- PowerShell theme added [#1761](https://github.com/BornToBeRoot/NETworkManager/pull/1761){:target="\_blank"}
45+
46+
## Bugfixes
47+
48+
- IP Scanner & Port scanner
49+
- Error message was not displayed when a single hostname could not be resolved [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
50+
- Fixed a bug in Dragablz that in certain circumstances locks the tab when you right-click on it and try to move it (See [#132](https://github.com/ButchersBoy/Dragablz/issues/132) & [#1702](https://github.com/BornToBeRoot/NETworkManager/issues/1702) for more details) [#1712](https://github.com/BornToBeRoot/NETworkManager/pull/1712){:target="\_blank"}
51+
- Lookup - OUI, Lookup
52+
- Input cannot end with ";" [#1515](https://github.com/BornToBeRoot/NETworkManager/pull/1515){:target="\_blank"}
53+
- Installer
54+
- Encoding für chinese language files fixed [#1413](https://github.com/BornToBeRoot/NETworkManager/issues/1413){:target="\_blank"} [#1769](https://github.com/BornToBeRoot/NETworkManager/pull/1769){:target="\_blank"}
55+
56+
## Deprecated
57+
58+
Deprecated
59+
{: .label .label-red }
60+
61+
- IP Scanner
62+
- Custom DNS server settings have been replaced by the global application DNS settings under `Settings > Network > DNS`. [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
63+
64+
## Other
65+
66+
- Language files updated [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration){:target="\_blank"}
67+
- Dependencies updated [#dependencies](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot){:target="\_blank"}
68+
- Docs improved
69+
- Code cleanup

docs/Changelog/next-release.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16,46 +16,11 @@ permalink: /Changelog/next-release
1616

1717
## What's new?
1818

19-
New Feature
20-
{: .label .label-green }
21-
22-
- Bit Calculator [#1684](https://github.com/BornToBeRoot/NETworkManager/pull/1684){:target="\_blank"} (See [documentation](https://borntoberoot.net/NETworkManager/Documentation/Application/BitCalculator){:target="\_blank"} for more details)
23-
- Global application DNS settings under `Settings > Network > DNS` added [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
24-
2519
## Improvements
2620

27-
- Performance of DNS resolutions improved [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
28-
- Detect new DNS servers if they have been changed e.g. by a new network connection (LAN, WLAN) or VPN connection [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
29-
- Error messages for failed DNS resolution improved [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
30-
- Check if folder exists in export dialog [#1760](https://github.com/BornToBeRoot/NETworkManager/pull/1760){:target="\_blank"}
31-
- AWS Sesdsion Manager, PowerShell, PuTTY & TigerVNC
32-
- Validate path to required tool [#1771](https://github.com/BornToBeRoot/NETworkManager/pull/1771){:target="\_blank"}
33-
- Settings
34-
- Remove second dialog (restart the app immediately) [#1770](https://github.com/BornToBeRoot/NETworkManager/pull/1770){:target="\_blank"}
35-
- First run dialog
36-
- PowerShell theme added [#1761](https://github.com/BornToBeRoot/NETworkManager/pull/1761){:target="\_blank"}
37-
3821
## Bugfixes
3922

40-
- IP Scanner & Port scanner
41-
- Error message was not displayed when a single hostname could not be resolved [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
42-
- Fixed a bug in Dragablz that in certain circumstances locks the tab when you right-click on it and try to move it (See [#132](https://github.com/ButchersBoy/Dragablz/issues/132) & [#1702](https://github.com/BornToBeRoot/NETworkManager/issues/1702) for more details) [#1712](https://github.com/BornToBeRoot/NETworkManager/pull/1712){:target="\_blank"}
43-
- Lookup - OUI, Lookup
44-
- Input cannot end with ";" [#1515](https://github.com/BornToBeRoot/NETworkManager/pull/1515){:target="\_blank"}
45-
- Installer
46-
- Encoding für chinese language files fixed [#1413](https://github.com/BornToBeRoot/NETworkManager/issues/1413){:target="\_blank"} [#1769](https://github.com/BornToBeRoot/NETworkManager/pull/1769){:target="\_blank"}
47-
48-
## Deprecated
49-
50-
Deprecated
51-
{: .label .label-red }
52-
53-
- IP Scanner
54-
- Custom DNS server settings have been replaced by the global application DNS settings under `Settings > Network > DNS`. [#1733](https://github.com/BornToBeRoot/NETworkManager/pull/1733){:target="\_blank"}
55-
5623
## Other
5724

5825
- Language files updated [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration){:target="\_blank"}
5926
- Dependencies updated [#dependencies](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot){:target="\_blank"}
60-
- Docs improved
61-
- Code cleanup

docs/Documentation/01_Application/20_BitCalculator.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ permalink: /Documentation/Application/BitCalculator
1010

1111
# Bit Calculator
1212

13-
Coming soon
14-
{: .label .label-yellow }
13+
New Feature
14+
{: .label .label-green }
15+
16+
2022.12.20.0
17+
{: .label .label-purple }
1518

1619
With the Bit Calculator different data units can be converted. Based on the input number and the selected unit the different units like bits, bytes, kilobits, kilobytes, megabits, megabytes, etc. are calculated.
1720

0 commit comments

Comments
 (0)