Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9df3a33
Updated PK Finder info
CodeDead Jul 26, 2022
0f08247
Yarn upgrade, dependency upgrades
CodeDead Aug 28, 2022
3f20137
Dependency upgrades
CodeDead Oct 4, 2022
f3921a7
Added advanced passgen release notes, dependency upgrades
CodeDead Oct 17, 2022
a9f5f52
Minor typing change
CodeDead Oct 17, 2022
d84b627
Added an abstract
CodeDead Oct 17, 2022
924b1de
Improved requirements page, improved release notes
CodeDead Oct 17, 2022
3491719
Increased blog size, fixed macOS download button
CodeDead Oct 17, 2022
b7fa8d3
Updated urls
CodeDead Oct 17, 2022
e8a98c3
Dependency upgrades and added more donation info
CodeDead Oct 24, 2022
b396f96
Release notes for Advanced PassGen
CodeDead Nov 3, 2022
8275825
Upgraded to gatsby 5, fixed an issue with trailing slashes
CodeDead Nov 18, 2022
411e718
Dependency upgrades, updated EGLD text
CodeDead Dec 15, 2022
80c0296
updated EGLD text
CodeDead Dec 15, 2022
8f7adda
updated EGLD text
CodeDead Dec 15, 2022
00ca461
Added release notes
CodeDead Dec 15, 2022
ed8fe06
Added new release notes
CodeDead Dec 16, 2022
f77a78d
Yarn upgrade, new release details
CodeDead Jan 8, 2023
da20f8b
Dependency upgrades
CodeDead Jan 8, 2023
8889ab3
Dependency upgrades
torvalds Jan 13, 2023
d09885a
Linus messed it up..
CodeDead Jan 13, 2023
8cd5ef0
Dependency upgrades
CodeDead Jan 31, 2023
100f9c4
Updated copyright notice
CodeDead Jan 31, 2023
ae3d352
Merge pull request #19 from CodeDead/feature/upgrades
CodeDead Jan 31, 2023
6bd1cf7
Version bump
CodeDead Jan 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.2.cjs

This file was deleted.

823 changes: 823 additions & 0 deletions .yarn/releases/yarn-3.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.2.cjs
yarnPath: .yarn/releases/yarn-3.3.1.cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ yarn build

This website is maintained by [CodeDead](https://codedead.com).

Copyright © 2022 CodeDead
Copyright © 2023 CodeDead
3 changes: 3 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const path = require('path');

module.exports = {
polyfill: false,
trailingSlash: 'ignore',
siteMetadata: {
title: 'CodeDead',
description: 'Solving problems using code',
Expand Down Expand Up @@ -35,6 +36,8 @@ module.exports = {
{
resolve: 'gatsby-transformer-remark',
options: {
footnotes: true,
gfm: true,
plugins: [
{
resolve: 'gatsby-remark-images',
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codedead.com",
"private": true,
"description": "CodeDead Website",
"version": "1.0.3",
"version": "1.0.4",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
Expand All @@ -14,34 +14,34 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.1",
"axios": "^0.27.2",
"gatsby": "^4.19.2",
"gatsby-plugin-catch-links": "^4.19.0",
"gatsby-plugin-google-gtag": "^4.19.0",
"gatsby-plugin-image": "^2.19.0",
"gatsby-plugin-react-helmet": "^5.19.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-plugin-sitemap": "^5.19.0",
"gatsby-remark-images": "^6.19.0",
"gatsby-source-filesystem": "^4.19.0",
"gatsby-theme-material-ui": "^5.2.0",
"gatsby-transformer-remark": "^5.19.0",
"gatsby-transformer-sharp": "^4.19.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"axios": "^1.2.6",
"gatsby": "^5.5.0",
"gatsby-plugin-catch-links": "^5.5.0",
"gatsby-plugin-google-gtag": "^5.5.0",
"gatsby-plugin-image": "^3.5.0",
"gatsby-plugin-react-helmet": "^6.5.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.5.0",
"gatsby-plugin-sitemap": "^6.5.0",
"gatsby-remark-images": "^7.5.0",
"gatsby-source-filesystem": "^5.5.0",
"gatsby-theme-material-ui": "^5.3.0",
"gatsby-transformer-remark": "^6.5.0",
"gatsby-transformer-sharp": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"repository": {
Expand All @@ -51,5 +51,5 @@
"bugs": {
"url": "https://github.com/CodeDead/codedead.com/issues"
},
"packageManager": "yarn@3.2.2"
"packageManager": "yarn@3.3.1"
}
1 change: 0 additions & 1 deletion src/components/AlertDialog/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useState } from 'react';
import DialogTitle from '@mui/material/DialogTitle';
import DialogContent from '@mui/material/DialogContent';
import DialogContentText from '@mui/material/DialogContentText';
import DialogActions from '@mui/material/DialogActions';
import Button from '@mui/material/Button';
import Dialog from '@mui/material/Dialog';
Expand Down
Binary file modified src/images/Advanced PassGen/ap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/Advanced PassGen/ap_advanced_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/Advanced PassGen/ap_theme_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/markdown/blog/2021/03/23/egld-price-calculator.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
path: "/blog/2021/03/23/egld-price-calculator"
title: "Elrond (EGLD) Price Calculator"
title: "MultiversX (EGLD) Price Calculator"
author: "CodeDead"
date: "2021-03-23"
abstract: "We've added a new tool to our website. This time, a cryptocurrency price calculator, specifically made for Elrond (EGLD)..."
abstract: "We've added a new tool to our website. This time, a cryptocurrency price calculator, specifically made for MultiversX (EGLD)..."
categories: "JavaScript, News, Cryptocurrency"
---
## Information

We've added a new tool to our website. This time, a cryptocurrency price calculator, specifically made for [Elrond (EGLD)](https://elrond.com).
We've added a new tool to our website. This time, a cryptocurrency price calculator, specifically made for [MultiversX (EGLD)](https://multiversx.com).
With this tool, you can retrieve the current simple price for the EGLD currency, using data retrieved from [CoinGecko](https://coingecko.com).

## EGLD Price Calculator

You can find the Elrond (EGLD) price calculator here:
You can find the MultiversX (EGLD) price calculator here:
[EGLD Price Calculator](/software/egld-price-calculator)

## Other
Expand Down
33 changes: 33 additions & 0 deletions src/markdown/blog/2022/07/26/pk-finder-2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
path: "/blog/2022/07/26/pk-finder-2.0"
title: "PK Finder 2.0 - Release"
author: "CodeDead"
date: "2022-07-26"
abstract: "PK Finder 2.0 has just been released. We've put a bit of love in our product key finder, by upgrading it to .NET 6..."
categories: "C#, News"
---
## Information

PK Finder 2.0 has just been released. We've put a bit of love in our product key finder, by upgrading it to .NET 6.
As it is now a self-contained application, you no longer need to have the .NET Framework installed in order for PK Finder to run!

For a full list of changes, please take a look at the changelog below.

## Changelog

* Upgraded to .NET 6
* Removed deprecated features and dependencies
* Refactoring
* Simplified Settings window
* Simplified JSON exporting
* Upgraded dependencies
* Added many new Syncfusion themes

## Download

You can download the latest version of PK Finder by clicking on the following link:
[PK Finder](https://codedead.com/software/pk-finder)

## Other

Feel free to [contact us](/contact) if you have any questions or if you need help.
42 changes: 42 additions & 0 deletions src/markdown/blog/2022/10/17/advanced-passgen-2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
path: "/blog/2022/10/17/advanced-passgen-2.0"
title: "Advanced PassGen 2.0 - Release"
author: "CodeDead"
date: "2022-10-17"
abstract: "As time goes on, so do our applications. We've just released Advanced PassGen 2.0, which is a complete rewrite of the application..."
categories: "Tauri, React, News"
---
## Information

![Advanced PassGen](https://i.imgur.com/bVTaGO7.png)

As time goes on, so do our applications. We've just released Advanced PassGen 2.0, which is a complete rewrite of the application.
We've removed the .NET dependency and instead opted to rewrite it into a Tauri application.

The reason behind this is that we want to be able to create applications that are cross-platform, without having to use Electron or .NET.
.NET does not offer cross-platform UI tools, which is why we've opted to use Tauri. Tauri is a great alternative to Electron, as it is a lot faster and uses less resources.

This means that Advanced PassGen is now a native application, which runs in your system's WebView, which is much faster and more lightweight than
what the previous version used (e.g. the .NET Framework).

In addition, because we are using Tauri, Advanced PassGen will run on macOS, Windows and Linux without requiring any dependencies to be installed!

## Changelog

* Complete rewrite in Tauri + React
* Added Dutch translation
* Added French translation
* Simplified Settings window
* Fixed https://github.com/CodeDead/Advanced-PassGen/issues/4
* Fixed https://github.com/CodeDead/Advanced-PassGen/issues/3

**Full Changelog**: https://github.com/CodeDead/Advanced-PassGen/compare/1.7.1...v2.0.0

## Download

You can download the latest version of Advanced PassGen by clicking on the following link:
[Advanced PassGen](https://codedead.com/software/advanced-passgen)

## Other

Feel free to [contact us](/contact) if you have any questions or if you need help.
44 changes: 44 additions & 0 deletions src/markdown/blog/2022/11/03/advanced-passgen-2.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
path: "/blog/2022/11/03/advanced-passgen-2.1.0"
title: "Advanced PassGen 2.1.0 - Release"
author: "CodeDead"
date: "2022-11-03"
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..."
categories: "Tauri, React, News"
---
## Information

![Advanced PassGen](https://i.imgur.com/bVTaGO7.png)

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.
In addition, new translations have been made available, including for our German, Russian and Japanese users.

We would like to thank [uDEV2019](https://github.com/uDEV2019) for his continued help translating our applications.

For a full list of changes, please take a look at the change log below.

## What's Changed
* Fixed an issue that caused incorrect number parsing, generate passwor… by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/15
* German translation by @uDEV2019 in https://github.com/CodeDead/Advanced-PassGen/pull/16
* 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
* Feature/native password generator by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/18
* UI improvements for mobile by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/19
* Added Russian, refactoring by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/20
* Added Japanese by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/21
* Added a setting to make the clipped drawer always visible by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/22
* Update rust version by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/23
* Release/v2.1.0 by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/24

## New Contributors
* @uDEV2019 made their first contribution in https://github.com/CodeDead/Advanced-PassGen/pull/16

**Full Changelog**: https://github.com/CodeDead/Advanced-PassGen/compare/v2.0.0...v2.1.0

## Download

You can download the latest version of Advanced PassGen by clicking on the following link:
[Advanced PassGen](https://codedead.com/software/advanced-passgen)

## Other

Feel free to [contact us](/contact) if you have any questions or if you need help.
45 changes: 45 additions & 0 deletions src/markdown/blog/2022/12/15/advanced-passgen-2.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
path: "/blog/2022/12/15/advanced-passgen-2.2.0"
title: "Advanced PassGen 2.2.0 - Release"
author: "CodeDead"
date: "2022-12-15"
abstract: "Advanced PassGen 2.2.0 has just been released. This release contains a couple of quality of life features that should greatly enhance the user experience..."
categories: "Tauri, React, News"
---
## Information

![Advanced PassGen](https://i.imgur.com/bVTaGO7.png)

Advanced PassGen 2.2.0 has just been released. This release contains a couple of quality of life features that should greatly enhance the user experience.
One such example is the way exporting is done. In previous versions, exporting was done by clicking a button and then selecting the export type in a popup. This has now been changed to a dropdown menu that allows you to select the export type before clicking the export button.

Thanks to the community, the following languages have been added to Advanced PassGen:
* Chinese (Simplified)

For a full list of changes, please take a look at the change log below.

## What's Changed

* Add Simplified Chinese translation by @wcxu21 in https://github.com/CodeDead/Advanced-PassGen/pull/25
* Made Simplified Chinese translations available in the app by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/26
* Yarn upgrade, tauri upgrade, dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/28
* Yarn upgrade, tauri upgrade, dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/29
* Dependency upgrades by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/30
* Added a dialog that displays a message when no updates are available by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/31
* Improved the user experience for exporting data by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/32
* Release/v2.2.0 by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/33

## New Contributors

* @wcxu21 made their first contribution in https://github.com/CodeDead/Advanced-PassGen/pull/25

**Full Changelog**: https://github.com/CodeDead/Advanced-PassGen/compare/v2.1.0...v2.2.0

## Download

You can download the latest version of Advanced PassGen by clicking on the following link:
[Advanced PassGen](https://codedead.com/software/advanced-passgen)

## Other

Feel free to [contact us](/contact) if you have any questions or if you need help.
29 changes: 29 additions & 0 deletions src/markdown/blog/2022/12/16/advanced-passgen-2.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
path: "/blog/2022/12/16/advanced-passgen-2.2.1"
title: "Advanced PassGen 2.2.1 - Release"
author: "CodeDead"
date: "2022-12-16"
abstract: "Advanced PassGen 2.2.1 has just been released. This is a small hotfix release that fixes an important bug with number parsing..."
categories: "Tauri, React, News"
---
## Information

![Advanced PassGen](https://i.imgur.com/bVTaGO7.png)

Advanced PassGen 2.2.1 has just been released. This is a small hotfix release that fixes an important bug with number parsing. It is recommended to upgrade to this version.

## What's Changed

* feature/fix-number-parsing by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/34
* Release/v2.2.1 by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/35

**Full Changelog**: https://github.com/CodeDead/Advanced-PassGen/compare/v2.2.0...v2.2.1

## Download

You can download the latest version of Advanced PassGen by clicking on the following link:
[Advanced PassGen](https://codedead.com/software/advanced-passgen)

## Other

Feel free to [contact us](/contact) if you have any questions or if you need help.
42 changes: 42 additions & 0 deletions src/markdown/blog/2023/01/08/advanced-passgen-2.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
path: "/blog/2023/01/08/advanced-passgen-2.3.0"
title: "Advanced PassGen 2.3.0 - Release"
author: "CodeDead"
date: "2023-01-08"
abstract: "Great news, we've just made Advanced PassGen 2.3.0 available for download! This release comes with a new feature..."
categories: "Tauri, React, News"
---
## Information

![Advanced PassGen](https://i.imgur.com/bVTaGO7.png)

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.
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!

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!

For a full list of changes, please take a look at the change log below.

## What's Changed

* feature/refactoring by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/36
* Feature/password vault by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/38
* Feature/vault improvements by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/39
* Enable vaults inside the browser by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/40
* feature/refactoring by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/41
* feature/vault-fix by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/42
* Require double key entry when creating a vault by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/43
* feature/vault-user by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/44
* release/v2.3.0 by @CodeDead in https://github.com/CodeDead/Advanced-PassGen/pull/46


**Full Changelog**: https://github.com/CodeDead/Advanced-PassGen/compare/v2.2.1...v2.3.0

## Download

You can download the latest version of Advanced PassGen by clicking on the following link:
[Advanced PassGen](https://codedead.com/software/advanced-passgen)

## Other

Feel free to [contact us](/contact) if you have any questions or if you need help.
Loading