Skip to content

Commit f77a78d

Browse files
committed
Yarn upgrade, new release details
1 parent ed8fe06 commit f77a78d

7 files changed

Lines changed: 319 additions & 15770 deletions

File tree

Lines changed: 263 additions & 247 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.3.0.cjs
3+
yarnPath: .yarn/releases/yarn-3.3.1.cjs

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@emotion/react": "^11.10.5",
1818
"@emotion/styled": "^11.10.5",
1919
"@mui/icons-material": "^5.11.0",
20-
"@mui/material": "^5.11.0",
21-
"axios": "^1.2.1",
22-
"gatsby": "^5.3.2",
20+
"@mui/material": "^5.11.3",
21+
"axios": "^1.2.2",
22+
"gatsby": "^5.3.3",
2323
"gatsby-plugin-catch-links": "^5.3.0",
2424
"gatsby-plugin-google-gtag": "^5.3.0",
2525
"gatsby-plugin-image": "^3.3.2",
@@ -30,14 +30,14 @@
3030
"gatsby-remark-images": "^7.3.1",
3131
"gatsby-source-filesystem": "^5.3.1",
3232
"gatsby-theme-material-ui": "^5.3.0",
33-
"gatsby-transformer-remark": "^6.3.1",
33+
"gatsby-transformer-remark": "^6.3.2",
3434
"gatsby-transformer-sharp": "^5.3.1",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.29.0",
40+
"eslint": "^8.31.0",
4141
"eslint-config-airbnb": "^19.0.4",
4242
"eslint-plugin-import": "^2.26.0",
4343
"eslint-plugin-jsx-a11y": "^6.6.1",
@@ -51,5 +51,5 @@
5151
"bugs": {
5252
"url": "https://github.com/CodeDead/codedead.com/issues"
5353
},
54-
"packageManager": "yarn@3.3.0"
54+
"packageManager": "yarn@3.3.1"
5555
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
path: "/blog/2023/01/08/advanced-passgen-2.3.0"
3+
title: "Advanced PassGen 2.3.0 - Release"
4+
author: "CodeDead"
5+
date: "2023-01-08"
6+
abstract: "Great news, we've just made Advanced PassGen 2.3.0 available for download! This release comes with a new feature..."
7+
categories: "Tauri, React, News"
8+
---
9+
## Information
10+
11+
![Advanced PassGen](https://i.imgur.com/bVTaGO7.png)
12+
13+
Great news, we've just made Advanced PassGen 2.3.0 available for download! This release comes with a new feature: `The vault`, a safe and secure way to store and manage your passwords.
14+
The password vault encrypts your data using AES-265 and stores a file locally that can be transferred to other devices. This allows you to easily manage your passwords on multiple devices and even on the web!
15+
16+
Do note that we do not store any of your data on our servers, so you can be sure that your data is safe and secure. We cannot recover your data if you lose your password, so make sure to remember it!
17+
18+
For a full list of changes, please take a look at the change log below.
19+
20+
## What's Changed
21+
22+
* feature/refactoring by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/36
23+
* Feature/password vault by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/38
24+
* Feature/vault improvements by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/39
25+
* Enable vaults inside the browser by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/40
26+
* feature/refactoring by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/41
27+
* feature/vault-fix by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/42
28+
* Require double key entry when creating a vault by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/43
29+
* feature/vault-user by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/44
30+
* release/v2.3.0 by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/46
31+
32+
33+
**Full Changelog**: https://github.com/CodeDead/Advanced-PassGen/compare/v2.2.1...v2.3.0
34+
35+
## Download
36+
37+
You can download the latest version of Advanced PassGen by clicking on the following link:
38+
[Advanced PassGen](https://codedead.com/software/advanced-passgen)
39+
40+
## Other
41+
42+
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
@@ -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.1_x64_en-US.msi"
153+
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.3.0_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.1_amd64.AppImage"
167+
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.3.0_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.1_x64.dmg"
181+
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.3.0_x64.dmg"
182182
>
183183
dmg
184184
</Button>

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 70MB</TableCell>
61+
<TableCell>At least 75MB</TableCell>
6262
<TableCell>At least 5MB</TableCell>
6363
</TableRow>
6464
<TableRow>
@@ -106,7 +106,7 @@ const Requirements = () => {
106106
style={{ width: '100%' }}
107107
variant="contained"
108108
color="primary"
109-
href="https://www.virustotal.com/gui/file/4a2baf1f6ea8aa16b5c32c430048cce54ff130631818eb8b45b7c60da70f9227?nocache=1"
109+
href="https://www.virustotal.com/gui/file/a60183a21b31ee19299786298dad362dbc8843b9d0a648a36f3e4165f9029996?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/d74f64c176cc7f5ae05090cda3aff40f8fe34d70d2909f295a9760dcd2e600bf?nocache=1"
120+
href="https://www.virustotal.com/gui/file/5195266971a8c2b215ee8f4fb87ee635e3331d3e2dbc7048afd025a4fc7a21af?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/c5629188e267f8becf2dd8cea22477bd01ccad651b5809bffffed64f3b003887?nocache=1"
131+
href="https://www.virustotal.com/gui/file/8d4ae9297c1f3a8583439b3dbf9c23fdb210eb7b5bdbee64a7bcf0ffc7671ef4?nocache=1"
132132
target="_blank"
133133
>
134134
macOS dmg

0 commit comments

Comments
 (0)