File tree Expand file tree Collapse file tree
pages/software/advanced-passgen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ path : " /blog/2023/10/08/advanced-passgen-2.4.3"
3+ title : " Advanced PassGen 2.4.3 - Release"
4+ author : " CodeDead"
5+ date : " 2023-10-08"
6+ abstract : " Advanced PassGen v2.4.3 has been released. This release contains a few bug fixes. Most notably, dependency upgrades for security reasons..."
7+ categories : " Tauri, React, News"
8+ ---
9+ ## Information
10+
11+ ![ Advanced PassGen] ( https://i.imgur.com/WcaJL2t.png )
12+
13+ Advanced PassGen v2.4.3 has been released. This release contains a few bug fixes. Most notably, dependency upgrades for security reasons.
14+ It is recommended to upgrade to this version as soon as possible.
15+
16+ For a full list of changes, please see the changelog below.
17+
18+ ## What's Changed
19+
20+ * feature/vault_password_generator_fix by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/78
21+ * feat: dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/80
22+ * feat: dependency upgrades, Yarn upgrade by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/82
23+ * Release/v2.4.3 by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/83
24+
25+ ** Full Changelog** : https://github.com/CodeDead/Advanced-PassGen/compare/v2.4.2...v2.4.3
26+
27+ ## Download
28+
29+ You can download the latest version of Advanced PassGen by clicking on the following link:
30+ [ Advanced PassGen] ( https://codedead.com/software/advanced-passgen )
31+
32+ ## Other
33+
34+ Feel free to [ contact us] ( /contact ) if you have any questions or if you need help.
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ const AdvancedPassGenPage = () => {
162162 variant = "contained"
163163 fullWidth
164164 onClick = { ( ) => {
165- openLink ( 'https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.4.2_x64_en -US.msi' ) ;
165+ openLink ( 'https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.4.3_x64_en -US.msi' ) ;
166166 setDonateOpen ( true ) ;
167167 } }
168168 >
@@ -179,7 +179,7 @@ const AdvancedPassGenPage = () => {
179179 variant = "contained"
180180 fullWidth
181181 onClick = { ( ) => {
182- openLink ( 'https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.4.2_amd64 .AppImage' ) ;
182+ openLink ( 'https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.4.3_amd64 .AppImage' ) ;
183183 setDonateOpen ( true ) ;
184184 } }
185185 >
@@ -196,7 +196,7 @@ const AdvancedPassGenPage = () => {
196196 variant = "contained"
197197 fullWidth
198198 onClick = { ( ) => {
199- openLink ( 'https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.4.2_x64 .dmg' ) ;
199+ openLink ( 'https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.4.3_x64 .dmg' ) ;
200200 setDonateOpen ( true ) ;
201201 } }
202202 >
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const Requirements = () => {
106106 fullWidth
107107 variant = "contained"
108108 color = "primary"
109- href = "https://www.virustotal.com/gui/file/613ea98f860efce7662ce8da0bf896bbc449b28321837581c61c249a70722616 ?nocache=1"
109+ href = "https://www.virustotal.com/gui/file/c94fcec37e2188a6eec996192ef9a763c224fce269125ecd1201133626ad7e8b ?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/dc8ff9096c889e139c88bc42869932c4c4ed9d9ad3809ba405c0e2cfa145ec1f ?nocache=1"
120+ href = "https://www.virustotal.com/gui/file/05123ba3ea05219ba2a9676b114927da0de105af4b9e6090d43407f82450cdc1 ?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/9f13aa2f774305d7b8156c8d2c4f81582484a6fe7b7a42e38261ff443689077b ?nocache=1"
131+ href = "https://www.virustotal.com/gui/file/55ca9d7329b1c9b0ea128b5d2abb076704eb718ec3b5dd3a6ce36c0a585b9626 ?nocache=1"
132132 target = "_blank"
133133 >
134134 macOS dmg
You can’t perform that action at this time.
0 commit comments