Skip to content

Commit b396f96

Browse files
committed
Release notes for Advanced PassGen
1 parent e8a98c3 commit b396f96

5 files changed

Lines changed: 409 additions & 357 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1515
},
1616
"dependencies": {
17-
"@emotion/react": "^11.10.4",
18-
"@emotion/styled": "^11.10.4",
17+
"@emotion/react": "^11.10.5",
18+
"@emotion/styled": "^11.10.5",
1919
"@mui/icons-material": "^5.10.9",
20-
"@mui/material": "^5.10.10",
20+
"@mui/material": "^5.10.12",
2121
"axios": "^1.1.3",
22-
"gatsby": "^4.24.4",
22+
"gatsby": "^4.24.7",
2323
"gatsby-plugin-catch-links": "^4.24.0",
2424
"gatsby-plugin-google-gtag": "^4.24.0",
2525
"gatsby-plugin-image": "^2.24.0",
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
path: "/blog/2022/11/03/advanced-passgen-2.1.0"
3+
title: "Advanced PassGen 2.1.0 - Release"
4+
author: "CodeDead"
5+
date: "2022-11-03"
6+
abstract: "Advanced PassGen 2.1.0 has just been released. We've made a couple of significant changes to the application, especially the desktop version, that will improve the performance and usability..."
7+
categories: "Tauri, React, News"
8+
---
9+
## Information
10+
11+
![Advanced PassGen](https://i.imgur.com/bVTaGO7.png)
12+
13+
Advanced PassGen 2.1.0 has just been released. We've made a couple of significant changes to the application, especially the desktop version, that will improve the performance and usability of the application.
14+
In addition, new translations have been made available, including for our German, Russian and Japanese users.
15+
16+
We would like to thank [uDEV2019](https://github.com/uDEV2019) for his continued help translating our applications.
17+
18+
For a full list of changes, please take a look at the change log below.
19+
20+
## What's Changed
21+
* Fixed an issue that caused incorrect number parsing, generate passwor… by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/15
22+
* German translation by @uDEV2019 in https://github.com/CodeDead/Advanced-PassGen/pull/16
23+
* Added a language menu in the top bar and a setting to disable it by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/17
24+
* Feature/native password generator by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/18
25+
* UI improvements for mobile by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/19
26+
* Added Russian, refactoring by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/20
27+
* Added Japanese by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/21
28+
* Added a setting to make the clipped drawer always visible by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/22
29+
* Update rust version by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/23
30+
* Release/v2.1.0 by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/24
31+
32+
## New Contributors
33+
* @uDEV2019 made their first contribution in https://github.com/CodeDead/Advanced-PassGen/pull/16
34+
35+
**Full Changelog**: https://github.com/CodeDead/Advanced-PassGen/compare/v2.0.0...v2.1.0
36+
37+
## Download
38+
39+
You can download the latest version of Advanced PassGen by clicking on the following link:
40+
[Advanced PassGen](https://codedead.com/software/advanced-passgen)
41+
42+
## Other
43+
44+
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: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ const AdvancedPassGenPage = () => {
5050
<Grid item xs={12} md={12} lg={12}>
5151
<Typography variant="h5" color="textPrimary">
5252
<InfoIcon color="inherit" />
53-
{' '}
54-
General
53+
{' General'}
5554
</Typography>
5655
</Grid>
5756
<Grid item xs={12} md={12} lg={12}>
@@ -133,8 +132,7 @@ const AdvancedPassGenPage = () => {
133132
<Grid item xs={12} md={12} lg={12}>
134133
<Typography variant="h5" color="textPrimary">
135134
<GetAppIcon color="inherit" />
136-
{' '}
137-
Download
135+
{' Download'}
138136
</Typography>
139137
</Grid>
140138
<Grid item xs={12} md={12} lg={12}>
@@ -152,7 +150,7 @@ const AdvancedPassGenPage = () => {
152150
color="primary"
153151
variant="contained"
154152
style={{ width: '100%' }}
155-
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.0.0_x64_en-US.msi"
153+
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.1.0_x64_en-US.msi"
156154
>
157155
Installer
158156
</Button>
@@ -166,7 +164,7 @@ const AdvancedPassGenPage = () => {
166164
color="primary"
167165
variant="contained"
168166
style={{ width: '100%' }}
169-
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.0.0_amd64.AppImage"
167+
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.1.0_amd64.AppImage"
170168
>
171169
AppImage
172170
</Button>
@@ -180,7 +178,7 @@ const AdvancedPassGenPage = () => {
180178
color="primary"
181179
variant="contained"
182180
style={{ width: '100%' }}
183-
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.0.0_x64.dmg"
181+
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.1.0_x64.dmg"
184182
>
185183
dmg
186184
</Button>
@@ -205,8 +203,7 @@ const AdvancedPassGenPage = () => {
205203
<Grid item xs={12} md={12} lg={12}>
206204
<Typography variant="h5" color="textPrimary">
207205
<FormatQuoteIcon color="inherit" />
208-
{' '}
209-
What others say
206+
{' What others say'}
210207
</Typography>
211208
</Grid>
212209
<Grid item xs={12} md={12} lg={12}>

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ const Requirements = () => {
9292
<Grid item xs={12} md={12} lg={12}>
9393
<Typography variant="h5" color="textPrimary">
9494
<SecurityIcon color="inherit" />
95-
{' '}
96-
Malware scan
95+
{' Malware scan'}
9796
</Typography>
9897
</Grid>
9998
<Grid item xs={12} md={12} lg={12}>
@@ -107,7 +106,7 @@ const Requirements = () => {
107106
style={{ width: '100%' }}
108107
variant="contained"
109108
color="primary"
110-
href="https://www.virustotal.com/gui/file/1245f84352e2f1f7575ac1066ad288aa8f4a94b008e5671ed6b3547bad5fe18a?nocache=1"
109+
href="https://www.virustotal.com/gui/file/14dba4314efe760e365344ca14cccce1d68d01f63751783176d45e85f1e09f20?nocache=1"
111110
target="_blank"
112111
>
113112
Windows Installer
@@ -118,7 +117,7 @@ const Requirements = () => {
118117
style={{ width: '100%' }}
119118
variant="contained"
120119
color="primary"
121-
href="https://www.virustotal.com/gui/file/a9e314ebcdad4ee19988ef52c3167bdfad866597b39990491bb5f680cfd484b7?nocache=1"
120+
href="https://www.virustotal.com/gui/file/b9ae2cd3f0618c4ce31674b9b1bbd8614f1784e941bc7093127b5a89924f556b?nocache=1"
122121
target="_blank"
123122
>
124123
Linux AppImage
@@ -129,7 +128,7 @@ const Requirements = () => {
129128
style={{ width: '100%' }}
130129
variant="contained"
131130
color="primary"
132-
href="https://www.virustotal.com/gui/file/8bee2efd6b2da7254507e786bd289cdb3d25082125241ff375178745642cc808?nocache=1"
131+
href="https://www.virustotal.com/gui/file/5d412f098134c14846f61dbb24eb069454cde280b8825bccc8b2eb30dec8321c?nocache=1"
133132
target="_blank"
134133
>
135134
macOS dmg

0 commit comments

Comments
 (0)