Skip to content

Commit 0a4274f

Browse files
committed
feat: dependency upgrades, added release notes
1 parent 9477fa5 commit 0a4274f

5 files changed

Lines changed: 242 additions & 195 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"@emotion/react": "^11.11.1",
1919
"@emotion/styled": "^11.11.0",
20-
"@mui/icons-material": "^5.14.19",
21-
"@mui/material": "^5.14.20",
20+
"@mui/icons-material": "^5.15.0",
21+
"@mui/material": "^5.15.0",
2222
"axios": "^1.6.2",
2323
"gatsby": "^5.12.12",
2424
"gatsby-plugin-catch-links": "^5.12.0",
@@ -38,9 +38,9 @@
3838
"react-helmet": "^6.1.0"
3939
},
4040
"devDependencies": {
41-
"eslint": "^8.55.0",
41+
"eslint": "^8.56.0",
4242
"eslint-config-airbnb": "^19.0.4",
43-
"eslint-plugin-import": "^2.29.0",
43+
"eslint-plugin-import": "^2.29.1",
4444
"eslint-plugin-jsx-a11y": "^6.8.0",
4545
"eslint-plugin-react": "^7.33.2",
4646
"eslint-plugin-react-hooks": "^4.6.0"
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
path: "/blog/2023/12/18/advanced-passgen-2.5.0"
3+
title: "Advanced PassGen 2.5.0 - Release"
4+
author: "CodeDead"
5+
date: "2023-12-18"
6+
abstract: "Advanced PassGen v2.5.0 has been released. With this release, we've added two new features..."
7+
categories: "Tauri, React, News"
8+
---
9+
## Information
10+
11+
![Advanced PassGen](https://i.imgur.com/WcaJL2t.png)
12+
13+
Advanced PassGen v2.5.0 has been released. With this release, we've added two new features:
14+
15+
- The ability to use emoji's to generate passwords
16+
- Include extra symbols in addition to the character set
17+
18+
For a full list of changes, please see the changelog below.
19+
20+
## What's Changed
21+
22+
* feat: dependency upgrades, yarn upgrade by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/87
23+
* feat: dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/88
24+
* feat: Yarn upgrade, dependency upgrades, bumped Rust version by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/89
25+
* feature/ui-improvements by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/90
26+
* feature/include-symbols by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/91
27+
* feat: dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/92
28+
* feat: added Spanish, fixed Turkish language variable, dependency upgr… by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/93
29+
* feat: minor refactoring by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/94
30+
* feat: dependency upgrades, rust version bump by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/97
31+
* Feature/graphemes by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/98
32+
* feat: include emojis by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/99
33+
* Feature/upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/100
34+
* feat: dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/101
35+
* Release/v2.5.0 by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/102
36+
37+
**Full Changelog**: https://github.com/CodeDead/Advanced-PassGen/compare/v2.4.3...v2.5.0
38+
39+
## Download
40+
41+
You can download the latest version of Advanced PassGen by clicking on the following link:
42+
[Advanced PassGen](https://codedead.com/software/advanced-passgen)
43+
44+
## Other
45+
46+
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.4.3_x64_en-US.msi');
165+
openLink('https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.5.0_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.3_amd64.AppImage');
182+
openLink('https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.5.0_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.3_x64.dmg');
199+
openLink('https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.5.0_x64.dmg');
200200
setDonateOpen(true);
201201
}}
202202
>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const Requirements = () => {
5858
<TableRow>
5959
<TableCell><b>Disk space</b></TableCell>
6060
<TableCell>At least 5MB</TableCell>
61-
<TableCell>At least 75MB</TableCell>
61+
<TableCell>At least 85MB</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/c94fcec37e2188a6eec996192ef9a763c224fce269125ecd1201133626ad7e8b?nocache=1"
109+
href="https://www.virustotal.com/gui/file/63b7a2b61d481bd9c90b02390875a2620c8b6e2e5428db990711b56c4f0b24f2?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/05123ba3ea05219ba2a9676b114927da0de105af4b9e6090d43407f82450cdc1?nocache=1"
120+
href="https://www.virustotal.com/gui/file/746dd6de5224ae4112c13c4506f9ffbfd3d52890b6599ece78e41dd1759ce5f2?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/55ca9d7329b1c9b0ea128b5d2abb076704eb718ec3b5dd3a6ce36c0a585b9626?nocache=1"
131+
href="https://www.virustotal.com/gui/file/ad7400a3e8fef5c5d5c7b6e7e3699a1dd194264496f34ee0c73ee0a0ee5b014a?nocache=1"
132132
target="_blank"
133133
>
134134
macOS dmg

0 commit comments

Comments
 (0)