Skip to content

Commit 9dba63e

Browse files
committed
* Added DeadHash 2.2.0 released details
1 parent 27df40d commit 9dba63e

File tree

6 files changed

+39
-6
lines changed

6 files changed

+39
-6
lines changed

src/images/DeadHash/DeadHash.png

1.77 KB
Loading
-1.15 KB
Loading
-1.65 KB
Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
path: "/blog/2021/10/01/deadhash-2.2.0"
3+
title: "DeadHash 2.2.0 - Release"
4+
author: "CodeDead"
5+
date: "2021-10-01"
6+
abstract: "DeadHash 2.2.0 has just been released. This release comes with a new and improved design, using the latest mui v5 theme base..."
7+
categories: "JavaScript, News"
8+
---
9+
## Information
10+
11+
DeadHash 2.2.0 has just been released. This release comes with a new and improved design, using the latest mui v5 theme base.
12+
In addition to the improved design, a lot of security issues have been fixed in terms of dependencies and the overall performance of the user-interface has also been improved.
13+
14+
For a full list of changes, please take a look at the changelog below.
15+
16+
## Changelog
17+
18+
* Yarn upgrade
19+
* Dependency upgrades
20+
* Upgraded to mui v5
21+
* Refactoring of components and reducing screen space requirements for improved user experience
22+
* Many tiny design changes to improve UX
23+
* Removed unneeded files
24+
* Performance improvements
25+
26+
## Download
27+
28+
You can download the latest version of DeadHash by clicking on the following link:
29+
[DeadHash](https://codedead.com/software/deadhash)
30+
31+
## Other
32+
33+
Feel free to [contact us](/contact) if you have any questions or if you need help.

src/pages/software/deadhash/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const DeadHashPage = () => {
174174
style={{ width: '100%' }}
175175
variant="contained"
176176
color="primary"
177-
href="https://codedead.com/Software/DeadHash/DeadHash%20Setup%202.1.3.exe"
177+
href="https://codedead.com/Software/DeadHash/DeadHash%20Setup%202.2.0.exe"
178178
>
179179
Installer
180180
</Button>
@@ -185,7 +185,7 @@ const DeadHashPage = () => {
185185
}}
186186
variant="contained"
187187
color="primary"
188-
href="https://codedead.com/Software/DeadHash/DeadHash%202.1.3.exe"
188+
href="https://codedead.com/Software/DeadHash/DeadHash%202.2.0.exe"
189189
>
190190
Portable
191191
</Button>
@@ -198,7 +198,7 @@ const DeadHashPage = () => {
198198
style={{ width: '100%' }}
199199
variant="contained"
200200
color="primary"
201-
href="https://codedead.com/Software/DeadHash/DeadHash-2.1.3.AppImage"
201+
href="https://codedead.com/Software/DeadHash/DeadHash-2.2.0.AppImage"
202202
>
203203
AppImage
204204
</Button>

src/pages/software/deadhash/requirements/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const Requirements = () => {
9797
style={{ width: '100%' }}
9898
variant="contained"
9999
color="primary"
100-
href="https://www.virustotal.com/gui/file/427e3ef043665b2b181254e2cfedde666d24789291b933077561aa65936fb38f/detection"
100+
href="https://www.virustotal.com/gui/file/e7b3fee8a926309d35ca4560b37163966d81babf61f1aa46b75d4fc13491b0d9?nocache=1"
101101
target="_blank"
102102
>
103103
Installer
@@ -106,7 +106,7 @@ const Requirements = () => {
106106
style={{ width: '100%', marginTop: 10 }}
107107
variant="contained"
108108
color="primary"
109-
href="https://www.virustotal.com/gui/file/5b303f2206f10146f4f60d8b8c91524cf2d869ef425b36faa55c02d1c5be25c4/detection"
109+
href="https://www.virustotal.com/gui/file/42208966718fdd24f1996a0d92bd38b0398ab2cc23bc0ba30feb631ff4bb30da?nocache=1"
110110
target="_blank"
111111
>
112112
Portable
@@ -120,7 +120,7 @@ const Requirements = () => {
120120
style={{ width: '100%' }}
121121
variant="contained"
122122
color="primary"
123-
href="https://www.virustotal.com/gui/file/63d06f86eca527ac28847671879de153240008a349554c38e25d3dcb8a9bef76/detection"
123+
href="https://www.virustotal.com/gui/file/dd113a17f0c349d2abcb4edc5b6dcbe95b36097fc97de483a319d94a184a11a9?nocache=1"
124124
target="_blank"
125125
>
126126
AppImage

0 commit comments

Comments
 (0)