You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abstract: "For our first update of 2024 (late happy new year, by the way), we've remade Advanced PortChecker in Rust + JavaScript. We've completely revamped the..."
For our first update of 2024 (late happy new year, by the way), we've remade Advanced PortChecker in Rust + JavaScript. We've completely revamped the user interface and made
14
+
it a lot easier to use and navigate.
15
+
16
+
The Rust rewrite allows us to now offer a Windows, Linux and macOS version of Advanced PortChecker AND improved scanning speeds. Whereas the old
17
+
version might have taken minutes to scan for open ports, the new version can do it in seconds!
18
+
19
+
If that's not enough, we've also made the binaries much smaller, less memory intensive and much more efficient, compared to the previous version, since you no longer need the .NET Framework
20
+
or the included libraries in order to run Advanced PortChecker.
21
+
22
+
For a full list of changes, please take a look at the change log below.
23
+
24
+
## What's Changed
25
+
26
+
* Feature/rust rewrite by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/2
27
+
* feat: added test badge by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/3
28
+
* feat: added Dutch, refactoring by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/5
29
+
* feat: added French, minor English typo fixes by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/6
30
+
* feat: added Spanish translations, dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/7
31
+
* feat: added Chinese translations, added missing translation keys, ref… by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/8
32
+
* feat: added theme toggle button, dependency upgrades, added ability t… by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/9
33
+
* Release/v2.0.0 by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/10
Copy file name to clipboardExpand all lines: src/pages/software/index.jsx
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,8 @@ const Software = () => {
101
101
},{
102
102
name: 'Advanced PortChecker',
103
103
url: '/software/advanced-portchecker',
104
-
description: 'Scanning TCP and UDP ports has never been this easy. Watch how Advanced PortChecker updates you with real-time information while it’s scanning!',
105
-
tags: ['Advanced PortChecker','scanner'],
104
+
description: 'Scanning TCP/IP ports has never been this easy. Watch how Advanced PortChecker scans for open ports in seconds!',
0 commit comments