Skip to content

Commit 6ed2ec7

Browse files
committed
feat: added release notes for advanced portchecker v2.0.1
1 parent 9a267be commit 6ed2ec7

3 files changed

Lines changed: 43 additions & 6 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
path: "/blog/2024/03/21/advanced-portchecker-2.0.1"
3+
title: "Advanced PortChecker 2.0.1 - Release"
4+
author: "CodeDead"
5+
date: "2024-03-21"
6+
abstract: "Advanced PortChecker v2.0.1 has been released! This release includes a number of bug fixes in Chinese translations and dependency..."
7+
categories: "Tauri, React, News"
8+
---
9+
## Information
10+
11+
![Advanced PortChecker](https://i.imgur.com/vdt1sXZ.png)
12+
13+
Advanced PortChecker v2.0.1 has been released! This release includes a number of bug fixes in Chinese translations and dependency upgrades to improve security.
14+
15+
For a full list of changes, please take a look at the change log below.
16+
17+
## What's Changed
18+
19+
* hotfix: dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/11
20+
* feat: dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/12
21+
* Update zh_cn.json by @2031301686 in https://github.com/CodeDead/Advanced-PortChecker/pull/15
22+
* feat: dependency upgrades, added translation credits, yarn upgrade by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/16
23+
* Release/v2.0.1 by @CodeDead in https://github.com/CodeDead/Advanced-PortChecker/pull/17
24+
25+
## New Contributors
26+
* @2031301686 made their first contribution in https://github.com/CodeDead/Advanced-PortChecker/pull/15
27+
28+
**Full Changelog**: https://github.com/CodeDead/Advanced-PortChecker/compare/v2.0.0...v2.0.1
29+
30+
## Download
31+
32+
You can download the latest version of Advanced PassGen by clicking on the following link:
33+
[Advanced PortChecker](https://codedead.com/software/advanced-portchecker)
34+
35+
## Other
36+
37+
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.0_x64_en-US.msi');
171+
openLink('https://codedead.com/Software/Advanced%20PortChecker/advanced-portchecker_2.0.1_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.0_amd64.AppImage');
188+
openLink('https://codedead.com/Software/Advanced%20PortChecker/advanced-portchecker_2.0.1_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.0_x64.dmg');
205+
openLink('https://codedead.com/Software/Advanced%20PortChecker/advanced-portchecker_2.0.1_x64.dmg');
206206
setDonateOpen(true);
207207
}}
208208
>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const Requirements = () => {
106106
fullWidth
107107
variant="contained"
108108
color="primary"
109-
href="https://www.virustotal.com/gui/file/270036cf50c700a6a80af837699aac89a4f42f06b575989ae008e4496d46ff43?nocache=1"
109+
href="https://www.virustotal.com/gui/file/5af9766164c131ddcef6b5f9fcd68927c3b101fbbc8184fe77f178f57d33bfa6?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/b4af8674623890f42513da6556a1538046e33e8f8b55d7e3dfd3d2d1965e8ce8?nocache=1"
120+
href="https://www.virustotal.com/gui/file/fc97c3262546c5454cab64b2be06c6ae575d2458ab98c9767dcc5c088904cb78?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/2b675b25d9e6e43c0c9662a92e277f1dd9c3385db15cb261b340d9bab24741e2?nocache=1"
131+
href="https://www.virustotal.com/gui/file/202e323d57f4537296f49496e4ead4176cbb1bdbbac8e69800621faa8f07c8ec?nocache=1"
132132
target="_blank"
133133
>
134134
macOS dmg

0 commit comments

Comments
 (0)