Skip to content

Commit e1a7521

Browse files
committed
feat: yarn upgrade, dependency upgrades, added advanced passgen release notes
1 parent 8558a4c commit e1a7521

7 files changed

Lines changed: 362 additions & 324 deletions

File tree

Lines changed: 254 additions & 254 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.2.1.cjs
3+
yarnPath: .yarn/releases/yarn-4.2.2.cjs

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"@emotion/react": "^11.11.4",
1919
"@emotion/styled": "^11.11.5",
20-
"@mui/icons-material": "^5.15.16",
21-
"@mui/material": "^5.15.16",
20+
"@mui/icons-material": "^5.15.17",
21+
"@mui/material": "^5.15.17",
2222
"axios": "^1.6.8",
2323
"gatsby": "^5.13.4",
2424
"gatsby-plugin-catch-links": "^5.13.1",
@@ -52,5 +52,5 @@
5252
"bugs": {
5353
"url": "https://github.com/CodeDead/codedead.com/issues"
5454
},
55-
"packageManager": "yarn@4.2.1"
55+
"packageManager": "yarn@4.2.2"
5656
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
path: "/blog/2024/05/12/advanced-passgen-2.5.1"
3+
title: "Advanced PassGen 2.5.1 - Release"
4+
author: "CodeDead"
5+
date: "2024-05-12"
6+
abstract: "Advanced PassGen v2.5.1 has been released. This release includes dependency upgrades..."
7+
categories: "Tauri, React, News"
8+
---
9+
## Information
10+
11+
![Advanced PassGen](https://i.imgur.com/WcaJL2t.png)
12+
13+
Advanced PassGen v2.5.1 has been released. This release includes dependency upgrades, minor refactoring, and other improvements.
14+
We now have an `aarch64` build for macOS, for newer macOS devices, which is available for download right now. This will replace the x86_64 build for macOS going forward.
15+
16+
## What's Changed
17+
18+
* feat: dependency upgrades, rust version bump by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/103
19+
* feat: dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/104
20+
* feat: dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/105
21+
* feat: dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/106
22+
* feat: yarn upgrade, dependency upgrade, rust version bump by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/107
23+
* Hotfix/dependencies by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/108
24+
* feat: dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/109
25+
* feat: dependency upgrades, Yarn upgrade, rustc min version bump by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/110
26+
* feat: dependency upgrades, rust version bump by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/111
27+
* feat: dependency upgrades, Yarn upgrade, updated workflow dependencie… by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/113
28+
* feat: version bump by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/114
29+
30+
31+
**Full Changelog**: https://github.com/CodeDead/Advanced-PassGen/compare/v2.5.0...v2.5.1
32+
33+
## Download
34+
35+
You can download the latest version of Advanced PassGen by clicking on the following link:
36+
[Advanced PassGen](https://codedead.com/software/advanced-passgen)
37+
38+
## Other
39+
40+
Feel free to [contact us](/contact) if you have any questions or if you need help.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.5.0_x64_en-US.msi');
165+
openLink('https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.5.1_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.5.0_amd64.AppImage');
182+
openLink('https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.5.1_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.5.0_x64.dmg');
199+
openLink('https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.5.1_aarch64.dmg');
200200
setDonateOpen(true);
201201
}}
202202
>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ const Requirements = () => {
5151
<TableCell>#</TableCell>
5252
<TableCell>Windows 10 and later (x64)</TableCell>
5353
<TableCell>GNU/Linux(x64)</TableCell>
54-
<TableCell>macOS</TableCell>
54+
<TableCell>macOS (aarch64)</TableCell>
5555
</TableRow>
5656
</TableHead>
5757
<TableBody>
5858
<TableRow>
5959
<TableCell><b>Disk space</b></TableCell>
6060
<TableCell>At least 5MB</TableCell>
61-
<TableCell>At least 85MB</TableCell>
61+
<TableCell>At least 120MB</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/63b7a2b61d481bd9c90b02390875a2620c8b6e2e5428db990711b56c4f0b24f2?nocache=1"
109+
href="https://www.virustotal.com/gui/file/09ad6cbf29175404adaab0a278cbbf2c71535f1beb1fb55c8fc124d9d94aa9b3?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/746dd6de5224ae4112c13c4506f9ffbfd3d52890b6599ece78e41dd1759ce5f2?nocache=1"
120+
href="https://www.virustotal.com/gui/file/97327914131f79faba4d27d4e0e69bb87ff6c56382868378b77619a641e53c04?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/ad7400a3e8fef5c5d5c7b6e7e3699a1dd194264496f34ee0c73ee0a0ee5b014a?nocache=1"
131+
href="https://www.virustotal.com/gui/file/fcef32243dea616e50790865bcaddf82a95a6e6f42c30b65d04db035e4c70faf?nocache=1"
132132
target="_blank"
133133
>
134134
macOS dmg

0 commit comments

Comments
 (0)