Skip to content

Commit f3921a7

Browse files
committed
Added advanced passgen release notes, dependency upgrades
1 parent 3f20137 commit f3921a7

11 files changed

Lines changed: 1006 additions & 912 deletions

File tree

.yarn/releases/yarn-3.2.3.cjs

Lines changed: 0 additions & 783 deletions
This file was deleted.

.yarn/releases/yarn-3.2.4.cjs

Lines changed: 801 additions & 0 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-3.2.3.cjs
3+
yarnPath: .yarn/releases/yarn-3.2.4.cjs

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"dependencies": {
1717
"@emotion/react": "^11.10.4",
1818
"@emotion/styled": "^11.10.4",
19-
"@mui/icons-material": "^5.10.6",
20-
"@mui/material": "^5.10.8",
21-
"axios": "^0.27.2",
22-
"gatsby": "^4.24.1",
19+
"@mui/icons-material": "^5.10.9",
20+
"@mui/material": "^5.10.9",
21+
"axios": "^1.1.3",
22+
"gatsby": "^4.24.4",
2323
"gatsby-plugin-catch-links": "^4.24.0",
2424
"gatsby-plugin-google-gtag": "^4.24.0",
2525
"gatsby-plugin-image": "^2.24.0",
@@ -37,11 +37,11 @@
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.24.0",
40+
"eslint": "^8.25.0",
4141
"eslint-config-airbnb": "^19.0.4",
4242
"eslint-plugin-import": "^2.26.0",
4343
"eslint-plugin-jsx-a11y": "^6.6.1",
44-
"eslint-plugin-react": "^7.31.8",
44+
"eslint-plugin-react": "^7.31.10",
4545
"eslint-plugin-react-hooks": "^4.6.0"
4646
},
4747
"repository": {
@@ -51,5 +51,5 @@
5151
"bugs": {
5252
"url": "https://github.com/CodeDead/codedead.com/issues"
5353
},
54-
"packageManager": "yarn@3.2.3"
54+
"packageManager": "yarn@3.2.4"
5555
}

src/images/Advanced PassGen/ap.png

29.8 KB
Loading
27.5 KB
Loading
34.6 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
path: "/blog/2022/10/17/advanced-passgen-2.0"
3+
title: "Advanced PassGen 2.0 - Release"
4+
author: "CodeDead"
5+
date: "2022-10-17"
6+
abstract: ""
7+
categories: "Tauri, React, News"
8+
---
9+
## Information
10+
11+
As time goes on, so do our applications. We've just released Advanced PassGen 2.0, which is a complete rewrite of the application.
12+
We've removed the .NET dependency and instead opted for a Tauri application.
13+
This means that Advanced PassGen is now a native application, which is much faster and more lightweight than the previous version. In addition, it will
14+
run on macOS, Windows and Linux without requiring the .NET Framework to be installed at all!
15+
16+
## Changelog
17+
18+
* Complete rewrite in Tauri + React
19+
* Added Dutch translation
20+
* Added French translation
21+
* Simplified Settings window
22+
* Fixed https://github.com/CodeDead/Advanced-PassGen/issues/4
23+
* Fixed https://github.com/CodeDead/Advanced-PassGen/issues/3
24+
25+
**Full Changelog**: https://github.com/CodeDead/Advanced-PassGen/compare/1.7.1...v2.0.0
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.

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

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const AdvancedPassGenPage = () => {
113113
</Typography>
114114
<Typography paragraph>
115115
Advanced PassGen can export any and all data that it generates for you in a
116-
couple of different formats including: HTML, CSV, JSON, Excel and of course
116+
couple of different formats including: CSV, JSON and of course
117117
plain text. A simple copy is also available!
118118
</Typography>
119119
</Grid>
@@ -143,26 +143,46 @@ const AdvancedPassGenPage = () => {
143143
</Grid>
144144

145145
<Grid container spacing={2} style={{ marginTop: 10 }}>
146-
<Grid item xs={12} md={6} lg={6}>
146+
<Grid item xs={12} md={4} lg={4}>
147+
<Typography variant="h6" align="center">
148+
Windows
149+
</Typography>
147150
<Button
148151
size="large"
149152
color="primary"
150153
variant="contained"
151154
style={{ width: '100%' }}
152-
href="https://codedead.com/Software/Advanced%20PassGen/AP_setup.exe"
155+
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.0.0_x64_en-US.msi"
153156
>
154157
Installer
155158
</Button>
156159
</Grid>
157-
<Grid item xs={12} md={6} lg={6}>
160+
<Grid item xs={12} md={4} lg={4}>
161+
<Typography variant="h6" align="center">
162+
Linux
163+
</Typography>
158164
<Button
159165
size="large"
160166
color="primary"
161167
variant="contained"
162168
style={{ width: '100%' }}
163-
href="https://codedead.com/Software/Advanced%20PassGen/AP_portable.zip"
169+
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.0.0_amd64.AppImage"
170+
>
171+
AppImage
172+
</Button>
173+
</Grid>
174+
<Grid item xs={12} md={4} lg={4}>
175+
<Typography variant="h6" align="center">
176+
Web
177+
</Typography>
178+
<Button
179+
size="large"
180+
color="primary"
181+
variant="contained"
182+
style={{ width: '100%' }}
183+
href="https://advancedpassgen.codedead.com"
164184
>
165-
Portable
185+
Web version
166186
</Button>
167187
</Grid>
168188
</Grid>

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

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ const Requirements = () => {
3333
<Grid item xs={12} md={12} lg={12}>
3434
<Typography variant="h5" color="textPrimary">
3535
<InfoIcon color="inherit" />
36-
{' '}
37-
General
36+
{' General'}
3837
</Typography>
3938
</Grid>
4039
<Grid item xs={12} md={12} lg={12}>
@@ -50,21 +49,18 @@ const Requirements = () => {
5049
<TableRow>
5150
<TableCell><b>Operating System</b></TableCell>
5251
<TableCell>
53-
Windows 7 SP1 (x86 and x64), Windows 8.1 (x86 and x64),
54-
Windows 10 (x86 and x64), Windows Server 2008 R2 SP1 (x64),
55-
Windows Server 2012 (x64), Windows Server 2012 R2 (x64),
56-
Windows Server 2016 (x64), Windows Server 2019 (x64)
52+
Windows 10 (x64), Windows 11 (x64), Linux (x64)
5753
</TableCell>
5854
</TableRow>
5955
<TableRow>
6056
<TableCell><b>Disk space</b></TableCell>
6157
<TableCell>
62-
At least 45 MB free disk space
58+
At least 70 MB free disk space
6359
</TableCell>
6460
</TableRow>
6561
<TableRow>
6662
<TableCell><b>Memory</b></TableCell>
67-
<TableCell>At least 50 MB free RAM memory</TableCell>
63+
<TableCell>At least 30 MB free RAM memory</TableCell>
6864
</TableRow>
6965
<TableRow>
7066
<TableCell><b>Internet connection</b></TableCell>
@@ -73,15 +69,6 @@ const Requirements = () => {
7369
settings menu
7470
</TableCell>
7571
</TableRow>
76-
<TableRow>
77-
<TableCell><b>Other</b></TableCell>
78-
<TableCell>
79-
<a href="https://dotnet.microsoft.com/download/dotnet-framework/net48" rel="noreferrer" target="_blank">
80-
.NET
81-
Framework 4.8
82-
</a>
83-
</TableCell>
84-
</TableRow>
8572
</TableBody>
8673
</Table>
8774
</TableContainer>
@@ -107,21 +94,21 @@ const Requirements = () => {
10794
style={{ width: '100%' }}
10895
variant="contained"
10996
color="primary"
110-
href="https://www.virustotal.com/gui/file/ef9aceb92fa47d5a9b38b04e29ccc08428b487cf41719bf2cbaf5651d11f113c/detection"
97+
href="https://www.virustotal.com/gui/file/1b63c174d5b8d289dbea1d1b868b98fd4055c015771cca26a9ecda9c5b0b9963?nocache=1"
11198
target="_blank"
11299
>
113-
Installer
100+
Windows Installer
114101
</Button>
115102
</Grid>
116103
<Grid item xs={12} md={6} lg={6}>
117104
<Button
118105
style={{ width: '100%' }}
119106
variant="contained"
120107
color="primary"
121-
href="https://www.virustotal.com/gui/file/c3806088bb64514a128a26e490fe01993fb8ae997a3b367be4e2e65e8fbeafdb/detection"
108+
href="https://www.virustotal.com/gui/file/ad27b7dd276bebe844f425bb124b1e47a0f08aa349a52703698ec33097618068?nocache=1"
122109
target="_blank"
123110
>
124-
Portable
111+
Linux AppImage
125112
</Button>
126113
</Grid>
127114
</Grid>

0 commit comments

Comments
 (0)