Skip to content

Commit 9e69d78

Browse files
committed
feat: added release notes, dependency upgrades, Yarn upgrade
1 parent c49b95a commit 9e69d78

7 files changed

Lines changed: 1347 additions & 1397 deletions

File tree

Lines changed: 367 additions & 358 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.5.0.cjs
3+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "gatsby build",
99
"develop": "gatsby develop",
1010
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
11-
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
11+
"lint": "eslint .",
1212
"start": "yarn run develop",
1313
"serve": "gatsby serve",
1414
"clean": "gatsby clean",
@@ -18,8 +18,8 @@
1818
"@emotion/react": "^11.13.3",
1919
"@emotion/styled": "^11.13.0",
2020
"@fontsource/roboto": "^5.1.0",
21-
"@mui/icons-material": "^6.1.1",
22-
"@mui/material": "^6.1.1",
21+
"@mui/icons-material": "^6.1.4",
22+
"@mui/material": "^6.1.4",
2323
"axios": "^1.7.7",
2424
"gatsby": "^5.13.7",
2525
"gatsby-plugin-catch-links": "^5.13.1",
@@ -39,12 +39,12 @@
3939
"react-helmet": "^6.1.0"
4040
},
4141
"devDependencies": {
42-
"eslint": "^9.11.1",
42+
"eslint": "^9.13.0",
4343
"eslint-config-airbnb": "^19.0.4",
44-
"eslint-plugin-import": "^2.30.0",
44+
"eslint-plugin-import": "^2.31.0",
4545
"eslint-plugin-jsx-a11y": "^6.10.0",
46-
"eslint-plugin-react": "^7.37.0",
47-
"eslint-plugin-react-hooks": "^4.6.2"
46+
"eslint-plugin-react": "^7.37.1",
47+
"eslint-plugin-react-hooks": "^5.0.0"
4848
},
4949
"repository": {
5050
"type": "git",
@@ -53,5 +53,5 @@
5353
"bugs": {
5454
"url": "https://github.com/CodeDead/codedead.com/issues"
5555
},
56-
"packageManager": "yarn@4.5.0"
56+
"packageManager": "yarn@4.5.1"
5757
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
path: "/blog/2024/10/20/advanced-portchecker-2.1.0"
3+
title: "Advanced PortChecker 2.1.0 - Release"
4+
author: "CodeDead"
5+
date: "2024-10-20"
6+
abstract: "Advanced PortChecker v2.1.0 has just been released. We've put a lot of effort into this release to try and make it the best version yet..."
7+
categories: "Tauri, React, News"
8+
---
9+
## Information
10+
11+
![Advanced PortChecker](https://i.imgur.com/vdt1sXZ.png)
12+
13+
Advanced PortChecker v2.1.0 has just been released. We've put a lot of effort into this release to try and make it the best version yet. This release includes a number of bug fixes, dependency upgrades, and new features to improve the overall experience.
14+
15+
For instance, you can now scan multiple IP addresses at once, which can save you a lot of time. In addition, you can now also add a subnet mask to the IP address, which can be useful for scanning a range of IP addresses.
16+
We've also fixed a number of bugs and made some improvements to the user interface to make it more user-friendly.
17+
18+
Please note that starting with this release, macOS builds will be provided for aarch64 instead of x86_64. This change was made to better support the latest Apple hardware.
19+
20+
For a full list of changes, please see the changelog below.
21+
22+
## What's Changed
23+
24+
* feat: added translation notes by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/19
25+
* Update Italian language by @bovirus in https://github.com/CodeDead/Advanced-PortChecker/pull/20
26+
* Feature/italian by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/23
27+
* feat: Rust version bump, dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/25
28+
* feat: upgraded to tauri v2, dependency upgrades, rust version bump by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/26
29+
* feat: added subnet scanning, dependency upgrades, refactoring by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/27
30+
* feat: added an option to only export open ports by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/28
31+
* feat: migrated to RouterProvider, dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/29
32+
* feat: improved code quality, improved thread IO by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/30
33+
* feat: added an option to hide unknown ports in the ui and in exports by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/31
34+
* feat: dependency upgrades, added ability to scan multiple entries, ru… by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/32
35+
* feat: Yarn upgrade, dependency upgrades, improved error handling, imp… by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/33
36+
* Feature/refactoring by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/35
37+
* Release/v2.1.0 by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/36
38+
39+
## New Contributors
40+
41+
* @bovirus made their first contribution in https://github.com/CodeDead/Advanced-PortChecker/pull/20
42+
43+
**Full Changelog**: https://github.com/CodeDead/Advanced-PortChecker/compare/v2.0.1...v2.1.0
44+
45+
## Download
46+
47+
You can download the latest version of Advanced PassGen by clicking on the following link:
48+
[Advanced PortChecker](https://codedead.com/software/advanced-portchecker)
49+
50+
## Other
51+
52+
Feel free to [contact us](/contact) if you have any questions or if you need help.

src/pages/software/advanced-portchecker/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const AdvancedPortCheckerPage = () => {
168168
variant="contained"
169169
fullWidth
170170
onClick={() => {
171-
openLink('https://codedead.com/Software/Advanced%20PortChecker/advanced-portchecker_2.0.1_x64_en-US.msi');
171+
openLink('https://codedead.com/Software/Advanced%20PortChecker/advanced-portchecker_2.1.0_x64_en-US.msi');
172172
setDonateOpen(true);
173173
}}
174174
>
@@ -185,7 +185,7 @@ const AdvancedPortCheckerPage = () => {
185185
variant="contained"
186186
fullWidth
187187
onClick={() => {
188-
openLink('https://codedead.com/Software/Advanced%20PortChecker/advanced-portchecker_2.0.1_amd64.AppImage');
188+
openLink('https://codedead.com/Software/Advanced%20PortChecker/advanced-portchecker_2.1.0_amd64.AppImage');
189189
setDonateOpen(true);
190190
}}
191191
>
@@ -202,7 +202,7 @@ const AdvancedPortCheckerPage = () => {
202202
variant="contained"
203203
fullWidth
204204
onClick={() => {
205-
openLink('https://codedead.com/Software/Advanced%20PortChecker/advanced-portchecker_2.0.1_x64.dmg');
205+
openLink('https://codedead.com/Software/Advanced%20PortChecker/advanced-portchecker_2.1.0_aarch64.dmg');
206206
setDonateOpen(true);
207207
}}
208208
>

src/pages/software/advanced-portchecker/requirements/index.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const Requirements = () => {
5858
<TableRow>
5959
<TableCell><b>Disk space</b></TableCell>
6060
<TableCell>At least 5MB</TableCell>
61-
<TableCell>At least 80MB</TableCell>
61+
<TableCell>At least 85MB</TableCell>
6262
<TableCell>At least 5MB</TableCell>
6363
</TableRow>
6464
<TableRow>
@@ -106,7 +106,7 @@ const Requirements = () => {
106106
fullWidth
107107
variant="contained"
108108
color="primary"
109-
href="https://www.virustotal.com/gui/file/5af9766164c131ddcef6b5f9fcd68927c3b101fbbc8184fe77f178f57d33bfa6?nocache=1"
109+
href="https://www.virustotal.com/gui/file/be652b842b0a6933067fcb471e79bd110e4ed64346e9ec8b5acb66810f372593?nocache=1"
110110
target="_blank"
111111
>
112112
Windows Installer
@@ -117,7 +117,7 @@ const Requirements = () => {
117117
fullWidth
118118
variant="contained"
119119
color="primary"
120-
href="https://www.virustotal.com/gui/file/fc97c3262546c5454cab64b2be06c6ae575d2458ab98c9767dcc5c088904cb78?nocache=1"
120+
href="https://www.virustotal.com/gui/file/727b9c8c83717f448ac03d9d7e9920ac18226fc1edec7f3cafb1ecf383e23840?nocache=1"
121121
target="_blank"
122122
>
123123
Linux AppImage
@@ -128,7 +128,7 @@ const Requirements = () => {
128128
fullWidth
129129
variant="contained"
130130
color="primary"
131-
href="https://www.virustotal.com/gui/file/202e323d57f4537296f49496e4ead4176cbb1bdbbac8e69800621faa8f07c8ec?nocache=1"
131+
href="https://www.virustotal.com/gui/file/605c7b8bf290452c6999a1bd414d089f2c8eca3813b48f7e2d3300036a644c54?nocache=1"
132132
target="_blank"
133133
>
134134
macOS dmg

0 commit comments

Comments
 (0)