Skip to content

Commit 8fe0f6c

Browse files
committed
* Added release details for Opal 1.0.2
* Dependency upgrades
1 parent d405860 commit 8fe0f6c

File tree

5 files changed

+522
-444
lines changed

5 files changed

+522
-444
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919
"@mui/icons-material": "^5.5.1",
2020
"@mui/material": "^5.5.3",
2121
"axios": "^0.26.1",
22-
"gatsby": "^4.10.3",
23-
"gatsby-plugin-catch-links": "^4.10.0",
24-
"gatsby-plugin-google-gtag": "^4.10.0",
25-
"gatsby-plugin-image": "^2.10.1",
26-
"gatsby-plugin-react-helmet": "^5.10.0",
22+
"gatsby": "^4.11.1",
23+
"gatsby-plugin-catch-links": "^4.11.0",
24+
"gatsby-plugin-google-gtag": "^4.11.0",
25+
"gatsby-plugin-image": "^2.11.1",
26+
"gatsby-plugin-react-helmet": "^5.11.0",
2727
"gatsby-plugin-robots-txt": "^1.7.0",
28-
"gatsby-plugin-sharp": "^4.10.2",
29-
"gatsby-plugin-sitemap": "^5.10.2",
30-
"gatsby-remark-images": "^6.10.2",
31-
"gatsby-source-filesystem": "^4.10.1",
28+
"gatsby-plugin-sharp": "^4.11.1",
29+
"gatsby-plugin-sitemap": "^5.11.1",
30+
"gatsby-remark-images": "^6.11.1",
31+
"gatsby-source-filesystem": "^4.11.1",
3232
"gatsby-theme-material-ui": "^5.1.0",
33-
"gatsby-transformer-remark": "^5.10.2",
34-
"gatsby-transformer-sharp": "^4.10.0",
35-
"react": "^17.0.2",
36-
"react-dom": "^17.0.2",
33+
"gatsby-transformer-remark": "^5.11.1",
34+
"gatsby-transformer-sharp": "^4.11.0",
35+
"react": "^18.0.0",
36+
"react-dom": "^18.0.0",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
@@ -42,7 +42,7 @@
4242
"eslint-plugin-import": "^2.25.4",
4343
"eslint-plugin-jsx-a11y": "^6.5.1",
4444
"eslint-plugin-react": "^7.29.4",
45-
"eslint-plugin-react-hooks": "^4.3.0"
45+
"eslint-plugin-react-hooks": "^4.4.0"
4646
},
4747
"repository": {
4848
"type": "git",
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
path: "/blog/2022/04/04/opal-1.0.2"
3+
title: "Opal 1.0.2 - Release"
4+
author: "CodeDead"
5+
date: "2022-04-04"
6+
abstract: "Opal v1.0.2 has just been released. We've added a couple of new sounds that you can listen to, along with some user-experience related..."
7+
categories: "Java, News"
8+
---
9+
## Information
10+
11+
![Opal](https://i.imgur.com/tNBWTPS.png)
12+
13+
Opal v1.0.2 has just been released. We've added a couple of new tracks to enjoy while relaxing and application translations.
14+
For a full list of changes, please take a look at the changelog below.
15+
16+
## What's Changed
17+
18+
* Feature/upgrades by @CodeDead in https://github.com/CodeDead/opal/pull/17
19+
* feature/coffee-sound by @CodeDead in https://github.com/CodeDead/opal/pull/20
20+
* feature/refactoring by @CodeDead in https://github.com/CodeDead/opal/pull/22
21+
* feature/zoo-sound by @CodeDead in https://github.com/CodeDead/opal/pull/23
22+
* feature/upgrades by @CodeDead in https://github.com/CodeDead/opal/pull/24
23+
* * Added Spanish translations by @CodeDead in https://github.com/CodeDead/opal/pull/25
24+
* feature/russian by @CodeDead in https://github.com/CodeDead/opal/pull/26
25+
* feature/upgrades by @CodeDead in https://github.com/CodeDead/opal/pull/28
26+
* Release/v1.0.2 by @CodeDead in https://github.com/CodeDead/opal/pull/29
27+
28+
**Full Changelog**: https://github.com/CodeDead/opal/compare/v1.0.1...v1.0.2
29+
30+
## Download
31+
32+
You can download the latest version of Opal by clicking on the following link:
33+
[Opal](https://codedead.com/software/opal)
34+
35+
## Other
36+
37+
Feel free to [contact us](/contact) if you have any questions or if you need help.

src/pages/software/opal/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const OpalPage = () => {
167167
style={{ width: '100%' }}
168168
variant="contained"
169169
color="primary"
170-
href="https://codedead.com/Software/Opal/Opal-1.0.1.msi"
170+
href="https://codedead.com/Software/Opal/Opal-1.0.2.msi"
171171
>
172172
Installer
173173
</Button>
@@ -178,7 +178,7 @@ const OpalPage = () => {
178178
}}
179179
variant="contained"
180180
color="primary"
181-
href="https://codedead.com/Software/Opal/Opal-1.0.1.zip"
181+
href="https://codedead.com/Software/Opal/Opal-1.0.2.zip"
182182
>
183183
Portable
184184
</Button>
@@ -191,7 +191,7 @@ const OpalPage = () => {
191191
style={{ width: '100%' }}
192192
variant="contained"
193193
color="primary"
194-
href="https://codedead.com/Software/Opal/Opal-x86_64-1.0.1.AppImage"
194+
href="https://codedead.com/Software/Opal/Opal-x86_64-1.0.2.AppImage"
195195
>
196196
AppImage
197197
</Button>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const Requirements = () => {
9696
<Button
9797
fullWidth
9898
variant="contained"
99-
href="https://www.virustotal.com/gui/file/ace99dbb325f82a995c9be152dda70548f9431e5ac4da870fcf5edb449015751?nocache=1"
99+
href="https://www.virustotal.com/gui/file/539513c50766c0631844f68aed147ba267596cc866772dc8f8b5b223a7e4e055?nocache=1"
100100
target="_blank"
101101
>
102102
Installer
@@ -105,7 +105,7 @@ const Requirements = () => {
105105
style={{ marginTop: 10 }}
106106
variant="contained"
107107
fullWidth
108-
href="https://www.virustotal.com/gui/file/c74591405c4d897b1192a4af779e81dffee5c60b75fd8f5820be30e332bcd11c?nocache=1"
108+
href="https://www.virustotal.com/gui/file/42d380c5b8ebb04b39f7b3c333bf21b109f89826ecdf770a005752b7e34b1610?nocache=1"
109109
target="_blank"
110110
>
111111
Portable
@@ -118,7 +118,7 @@ const Requirements = () => {
118118
<Button
119119
fullWidth
120120
variant="contained"
121-
href="https://www.virustotal.com/gui/file/c6deecf662c293944dc01819fb8f0e6a2415dc293ae591b9a26b9189f2214294?nocache=1"
121+
href="https://www.virustotal.com/gui/file/3e41ccc23266143bf0e56820eb74f8bdd84f4cdc85333ce0f4ebc02e499f33b7?nocache=1"
122122
target="_blank"
123123
>
124124
AppImage

0 commit comments

Comments
 (0)