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/2022/12/16/advanced-passgen-2.2.1"
3+ title : " Advanced PassGen 2.2.1 - Release"
4+ author : " CodeDead"
5+ date : " 2022-12-16"
6+ abstract : " Advanced PassGen 2.2.1 has just been released. This is a small hotfix release that fixes an important bug with number parsing..."
7+ categories : " Tauri, React, News"
8+ ---
9+ ## Information
10+
11+ ![ Advanced PassGen] ( https://i.imgur.com/bVTaGO7.png )
12+
13+ Advanced PassGen 2.2.1 has just been released. This is a small hotfix release that fixes an important bug with number parsing. It is recommended to upgrade to this version.
14+
15+ ## What's Changed
16+
17+ * feature/fix-number-parsing by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/34
18+ * Release/v2.2.1 by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/35
19+
20+ ** Full Changelog** : https://github.com/CodeDead/Advanced-PassGen/compare/v2.2.0...v2.2.1
21+
22+ ## Download
23+
24+ You can download the latest version of Advanced PassGen by clicking on the following link:
25+ [ Advanced PassGen] ( https://codedead.com/software/advanced-passgen )
26+
27+ ## Other
28+
29+ 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 @@ -150,7 +150,7 @@ const AdvancedPassGenPage = () => {
150150 color = "primary"
151151 variant = "contained"
152152 style = { { width : '100%' } }
153- href = "https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.2.0_x64_en -US.msi"
153+ href = "https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.2.1_x64_en -US.msi"
154154 >
155155 Installer
156156 </ Button >
@@ -164,7 +164,7 @@ const AdvancedPassGenPage = () => {
164164 color = "primary"
165165 variant = "contained"
166166 style = { { width : '100%' } }
167- href = "https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.2.0_amd64 .AppImage"
167+ href = "https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.2.1_amd64 .AppImage"
168168 >
169169 AppImage
170170 </ Button >
@@ -178,7 +178,7 @@ const AdvancedPassGenPage = () => {
178178 color = "primary"
179179 variant = "contained"
180180 style = { { width : '100%' } }
181- href = "https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.2.0_x64 .dmg"
181+ href = "https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.2.1_x64 .dmg"
182182 >
183183 dmg
184184 </ Button >
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const Requirements = () => {
106106 style = { { width : '100%' } }
107107 variant = "contained"
108108 color = "primary"
109- href = "https://www.virustotal.com/gui/file/e057bd2e31fb5be4539237584870b238086ae46da8426cdca743e81cfff9376e ?nocache=1"
109+ href = "https://www.virustotal.com/gui/file/4a2baf1f6ea8aa16b5c32c430048cce54ff130631818eb8b45b7c60da70f9227 ?nocache=1"
110110 target = "_blank"
111111 >
112112 Windows Installer
@@ -117,7 +117,7 @@ const Requirements = () => {
117117 style = { { width : '100%' } }
118118 variant = "contained"
119119 color = "primary"
120- href = "https://www.virustotal.com/gui/file/ba0ace5b5e1ece745ef478cae7c9258e595e6c12f705cf92e7291450fca1268b ?nocache=1"
120+ href = "https://www.virustotal.com/gui/file/d74f64c176cc7f5ae05090cda3aff40f8fe34d70d2909f295a9760dcd2e600bf ?nocache=1"
121121 target = "_blank"
122122 >
123123 Linux AppImage
@@ -128,7 +128,7 @@ const Requirements = () => {
128128 style = { { width : '100%' } }
129129 variant = "contained"
130130 color = "primary"
131- href = "https://www.virustotal.com/gui/file/7992a06ce0cb7d0ea2cfe0b336fcfb1811b3adb9a1a3c73890b29bd8397fb1e5 ?nocache=1"
131+ href = "https://www.virustotal.com/gui/file/c5629188e267f8becf2dd8cea22477bd01ccad651b5809bffffed64f3b003887 ?nocache=1"
132132 target = "_blank"
133133 >
134134 macOS dmg
You can’t perform that action at this time.
0 commit comments