Skip to content

Commit a3efac4

Browse files
committed
feat: added Opal release notes, dependency upgrades
1 parent 6ed2ec7 commit a3efac4

5 files changed

Lines changed: 92 additions & 66 deletions

File tree

File renamed without changes.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
path: "/blog/2024/03/28/opal-1.3.1"
3+
title: "Opal 1.3.1 - Release"
4+
author: "CodeDead"
5+
date: "2024-03-28"
6+
abstract: "Opal v1.3.1 has just been released. We've mainly focused on bringing you dependency upgrades and security upgrades for the included Java runtime. Some minor UI..."
7+
categories: "Java, News, Opal"
8+
---
9+
## Information
10+
11+
![Opal](https://i.imgur.com/UAxfclq.png)
12+
13+
Opal v1.3.1 has just been released. We've mainly focused on bringing you dependency upgrades and security upgrades for the included Java runtime. Some minor UI changes were made to make the user-experience more enjoyable.
14+
In addition, this release should now also work on more modern Linux distributions like the upcoming Fedora 40 release.
15+
16+
## What's Changed
17+
18+
* feat: Gradle upgrade, dependency upgrades by @CodeDead in https://github.com/CodeDead/opal/pull/116
19+
* Feature/upgrades by @CodeDead in https://github.com/CodeDead/opal/pull/117
20+
* feat: refactoring by @CodeDead in https://github.com/CodeDead/opal/pull/118
21+
* feat: updated help docs, Gradle upgrade, dependency upgrades by @CodeDead in https://github.com/CodeDead/opal/pull/119
22+
* Release/v1.3.1 by @CodeDead in https://github.com/CodeDead/opal/pull/120
23+
24+
**Full Changelog**: https://github.com/CodeDead/opal/compare/v1.3.0...v1.3.1
25+
26+
## Download
27+
28+
You can download the latest version of Opal by clicking on the following link:
29+
[Opal](https://codedead.com/software/opal)
30+
31+
## Other
32+
33+
Feel free to [contact us](/contact) if you have any questions or if you need help.

src/pages/software/opal/index.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const OpalPage = () => {
114114
<Grid item xs={12} md={6} lg={6}>
115115
<GatsbyImage
116116
image={data.opalTimer.childImageSharp.gatsbyImageData}
117-
alt="Opal Timer"
117+
alt="Opal timer"
118118
/>
119119
</Grid>
120120
<Grid item xs={12} md={6} lg={6}>
@@ -178,7 +178,7 @@ const OpalPage = () => {
178178
variant="contained"
179179
color="primary"
180180
onClick={() => {
181-
openLink('https://codedead.com/Software/Opal/Opal-1.3.0.msi');
181+
openLink('https://codedead.com/Software/Opal/Opal-1.3.1.msi');
182182
setDonateOpen(true);
183183
}}
184184
>
@@ -190,7 +190,7 @@ const OpalPage = () => {
190190
variant="contained"
191191
color="primary"
192192
onClick={() => {
193-
openLink('https://codedead.com/Software/Opal/Opal-win-portable-1.3.0.zip');
193+
openLink('https://codedead.com/Software/Opal/Opal-win-portable-1.3.1.zip');
194194
setDonateOpen(true);
195195
}}
196196
>
@@ -206,7 +206,7 @@ const OpalPage = () => {
206206
variant="contained"
207207
color="primary"
208208
onClick={() => {
209-
openLink('https://codedead.com/Software/Opal/Opal-1.3.0.dmg');
209+
openLink('https://codedead.com/Software/Opal/Opal-1.3.1.dmg');
210210
setDonateOpen(true);
211211
}}
212212
>
@@ -222,7 +222,7 @@ const OpalPage = () => {
222222
variant="contained"
223223
color="primary"
224224
onClick={() => {
225-
openLink('https://codedead.com/Software/Opal/Opal-x86_64-1.3.0.AppImage');
225+
openLink('https://codedead.com/Software/Opal/Opal-x86_64-1.3.1.AppImage');
226226
setDonateOpen(true);
227227
}}
228228
>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const Requirements = () => {
9494
<Button
9595
fullWidth
9696
variant="contained"
97-
href="https://www.virustotal.com/gui/file/b37fc6efb5754aa3dcf287d273d9126e04c3db7946b6c63c1663c4e04355ecf5?nocache=1"
97+
href="https://www.virustotal.com/gui/file/46dfafd0b21e5fb4a2b44050f87bfd23f9061c83a7f89bc1c5b6e75b82ad2a1e?nocache=1"
9898
target="_blank"
9999
>
100100
Installer
@@ -103,7 +103,7 @@ const Requirements = () => {
103103
style={{ marginTop: 10 }}
104104
variant="contained"
105105
fullWidth
106-
href="https://www.virustotal.com/gui/file/39454e8c0fa64e31d2b862220ceba817d981b67d6b72ac1184fb7538faffcd42?nocache=1"
106+
href="https://www.virustotal.com/gui/file/233bc884d244ae0ab4bfaab46c75f00adce5905f934ad26dd5149e172ba4cc12?nocache=1"
107107
target="_blank"
108108
>
109109
Portable
@@ -116,7 +116,7 @@ const Requirements = () => {
116116
<Button
117117
fullWidth
118118
variant="contained"
119-
href="https://www.virustotal.com/gui/file/1eb5b7c5bb45569794b3fae533400755961e9cd344e47b2d557cdaf64e43918b?nocache=1"
119+
href="https://www.virustotal.com/gui/file/29d2060315e12de0c169077275eea55fc5281fe0f4b61e9ceac77f6e8792c371?nocache=1"
120120
target="_blank"
121121
>
122122
dmg
@@ -129,7 +129,7 @@ const Requirements = () => {
129129
<Button
130130
fullWidth
131131
variant="contained"
132-
href="https://www.virustotal.com/gui/file/4f5fb19cf085c3f160f373100c89a4ff67dc1bff5b270db852df115b658328ef?nocache=1"
132+
href="https://www.virustotal.com/gui/file/9d7d008f94cdf13ef3e9628d2e5a671f8fc830c532c6a0af52ee5380329d2bdc?nocache=1"
133133
target="_blank"
134134
>
135135
AppImage

yarn.lock

Lines changed: 50 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -3627,9 +3627,9 @@ __metadata:
36273627
linkType: hard
36283628

36293629
"@types/prop-types@npm:*, @types/prop-types@npm:^15.7.11":
3630-
version: 15.7.11
3631-
resolution: "@types/prop-types@npm:15.7.11"
3632-
checksum: 10c0/e53423cf9d510515ef8b47ff42f4f1b65a7b7b37c8704e2dbfcb9a60defe0c0e1f3cb1acfdeb466bad44ca938d7c79bffdd51b48ffb659df2432169d0b27a132
3630+
version: 15.7.12
3631+
resolution: "@types/prop-types@npm:15.7.12"
3632+
checksum: 10c0/1babcc7db6a1177779f8fde0ccc78d64d459906e6ef69a4ed4dd6339c920c2e05b074ee5a92120fe4e9d9f1a01c952f843ebd550bee2332fc2ef81d1706878f8
36333633
languageName: node
36343634
linkType: hard
36353635

@@ -3652,13 +3652,12 @@ __metadata:
36523652
linkType: hard
36533653

36543654
"@types/react@npm:*":
3655-
version: 18.2.67
3656-
resolution: "@types/react@npm:18.2.67"
3655+
version: 18.2.73
3656+
resolution: "@types/react@npm:18.2.73"
36573657
dependencies:
36583658
"@types/prop-types": "npm:*"
3659-
"@types/scheduler": "npm:*"
36603659
csstype: "npm:^3.0.2"
3661-
checksum: 10c0/d8c49476ca8c96cbbcd8b1fd1bf881396dbf548fdadb0b6463d0bb262e5013e0a239994842d09e74f9c21dcaf620555bc1f1485f8578b0498af87bc06291f5a2
3660+
checksum: 10c0/b6645ab3c20efa41cfccf58ce0be45419517a0ba4594e323dd400342fb1c1f9589d169cf9bfa85b5b0605e9097fe9de7734b6d0c533f5b9bc32aaadb624537a4
36623661
languageName: node
36633662
linkType: hard
36643663

@@ -3690,13 +3689,6 @@ __metadata:
36903689
languageName: node
36913690
linkType: hard
36923691

3693-
"@types/scheduler@npm:*":
3694-
version: 0.16.8
3695-
resolution: "@types/scheduler@npm:0.16.8"
3696-
checksum: 10c0/f86de504945b8fc41b1f391f847444d542e2e4067cf7e5d9bfeb5d2d2393d3203b1161bc0ef3b1e104d828dabfb60baf06e8d2c27e27ff7e8258e6e618d8c4ec
3697-
languageName: node
3698-
linkType: hard
3699-
37003692
"@types/semver@npm:^7.3.12":
37013693
version: 7.5.8
37023694
resolution: "@types/semver@npm:7.5.8"
@@ -5199,9 +5191,9 @@ __metadata:
51995191
linkType: hard
52005192

52015193
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001587, caniuse-lite@npm:^1.0.30001599":
5202-
version: 1.0.30001599
5203-
resolution: "caniuse-lite@npm:1.0.30001599"
5204-
checksum: 10c0/8b3b9610b5be88533a3c8d0770d6896f7b1a9fee3dbeb7339e4ee119a514c81e5e07a628a5a289a6541ca291ac78a9402f5a99cf6012139e91f379083488a8eb
5194+
version: 1.0.30001600
5195+
resolution: "caniuse-lite@npm:1.0.30001600"
5196+
checksum: 10c0/b4f764db5d4f8cb3eb2827a170a20e6b2f4b8c3d80169efcf56bf3d6b8b3e6dd1c740141f0d0b10b2233f49ee8b496e2d1e044a36c54750a106bad2f6477f2db
52055197
languageName: node
52065198
linkType: hard
52075199

@@ -6585,9 +6577,9 @@ __metadata:
65856577
linkType: hard
65866578

65876579
"electron-to-chromium@npm:^1.4.668":
6588-
version: 1.4.713
6589-
resolution: "electron-to-chromium@npm:1.4.713"
6590-
checksum: 10c0/eb28bb64f61c79bae53fa094f31611d938cf21067123e2ceb04e6617c0ffca37e45c1e08fbad4f196178917c3395a576aa4e4db03d12389244fea50d4316f68f
6580+
version: 1.4.719
6581+
resolution: "electron-to-chromium@npm:1.4.719"
6582+
checksum: 10c0/2122c89609f54c40aee932161edd2b1c84e0196e9f01ead023ef033b1b1c80a58ef79f43e7e7c32e0c52454299886ba62be275eefedd3f92003f46d94ae8a193
65916583
languageName: node
65926584
linkType: hard
65936585

@@ -6850,9 +6842,9 @@ __metadata:
68506842
linkType: hard
68516843

68526844
"es-module-lexer@npm:^1.2.1":
6853-
version: 1.4.2
6854-
resolution: "es-module-lexer@npm:1.4.2"
6855-
checksum: 10c0/a506ebd78d0d263d257e2d75d6214d71a07d19ad7bea9f4a396104e6c81a6b1b2f71bcd6eff0a9f4ad658d3014ef2b533eea85b5756b588fd34e7078598e9f42
6845+
version: 1.5.0
6846+
resolution: "es-module-lexer@npm:1.5.0"
6847+
checksum: 10c0/d199853404f3381801eb102befb84a8fc48f93ed86b852c2461c2c4ad4bbbc91128f3d974ff9b8718628260ae3f36e661295ab3e419222868aa31269284e34c9
68566848
languageName: node
68576849
linkType: hard
68586850

@@ -7505,8 +7497,8 @@ __metadata:
75057497
linkType: hard
75067498

75077499
"express@npm:^4.18.2":
7508-
version: 4.19.1
7509-
resolution: "express@npm:4.19.1"
7500+
version: 4.19.2
7501+
resolution: "express@npm:4.19.2"
75107502
dependencies:
75117503
accepts: "npm:~1.3.8"
75127504
array-flatten: "npm:1.1.1"
@@ -7539,7 +7531,7 @@ __metadata:
75397531
type-is: "npm:~1.6.18"
75407532
utils-merge: "npm:1.0.1"
75417533
vary: "npm:~1.1.2"
7542-
checksum: 10c0/1cf6d3c095131f0d730105fac23a713083604d4f3ad9364df53cade50662abcfee2f6f8a955fdf164a5ee63f09f457da0b70cbed435ad302fa6f14162a9757f9
7534+
checksum: 10c0/e82e2662ea9971c1407aea9fc3c16d6b963e55e3830cd0ef5e00b533feda8b770af4e3be630488ef8a752d7c75c4fcefb15892868eeaafe7353cb9e3e269fdcb
75437535
languageName: node
75447536
linkType: hard
75457537

@@ -10914,7 +10906,7 @@ __metadata:
1091410906
languageName: node
1091510907
linkType: hard
1091610908

10917-
"lru-cache@npm:^10.0.1, lru-cache@npm:^9.1.1 || ^10.0.0":
10909+
"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0":
1091810910
version: 10.2.0
1091910911
resolution: "lru-cache@npm:10.2.0"
1092010912
checksum: 10c0/c9847612aa2daaef102d30542a8d6d9b2c2bb36581c1bf0dc3ebf5e5f3352c772a749e604afae2e46873b930a9e9523743faac4e5b937c576ab29196774712ee
@@ -11877,8 +11869,8 @@ __metadata:
1187711869
linkType: hard
1187811870

1187911871
"node-gyp@npm:latest":
11880-
version: 10.0.1
11881-
resolution: "node-gyp@npm:10.0.1"
11872+
version: 10.1.0
11873+
resolution: "node-gyp@npm:10.1.0"
1188211874
dependencies:
1188311875
env-paths: "npm:^2.2.0"
1188411876
exponential-backoff: "npm:^3.1.1"
@@ -11892,7 +11884,7 @@ __metadata:
1189211884
which: "npm:^4.0.0"
1189311885
bin:
1189411886
node-gyp: bin/node-gyp.js
11895-
checksum: 10c0/abddfff7d873312e4ed4a5fb75ce893a5c4fb69e7fcb1dfa71c28a6b92a7f1ef6b62790dffb39181b5a82728ba8f2f32d229cf8cbe66769fe02cea7db4a555aa
11887+
checksum: 10c0/9cc821111ca244a01fb7f054db7523ab0a0cd837f665267eb962eb87695d71fb1e681f9e21464cc2fd7c05530dc4c81b810bca1a88f7d7186909b74477491a3c
1189611888
languageName: node
1189711889
linkType: hard
1189811890

@@ -12115,12 +12107,13 @@ __metadata:
1211512107
linkType: hard
1211612108

1211712109
"object.hasown@npm:^1.1.3":
12118-
version: 1.1.3
12119-
resolution: "object.hasown@npm:1.1.3"
12110+
version: 1.1.4
12111+
resolution: "object.hasown@npm:1.1.4"
1212012112
dependencies:
12121-
define-properties: "npm:^1.2.0"
12122-
es-abstract: "npm:^1.22.1"
12123-
checksum: 10c0/8a41ba4fb1208a85c2275e9b5098071beacc24345b9a71ab98ef0a1c61b34dc74c6b460ff1e1884c33843d8f2553df64a10eec2b74b3ed009e3b2710c826bd2c
12113+
define-properties: "npm:^1.2.1"
12114+
es-abstract: "npm:^1.23.2"
12115+
es-object-atoms: "npm:^1.0.0"
12116+
checksum: 10c0/f23187b08d874ef1aea060118c8259eb7f99f93c15a50771d710569534119062b90e087b92952b2d0fb1bb8914d61fb0b43c57fb06f622aaad538fe6868ab987
1212412117
languageName: node
1212512118
linkType: hard
1212612119

@@ -12568,12 +12561,12 @@ __metadata:
1256812561
linkType: hard
1256912562

1257012563
"path-scurry@npm:^1.10.1":
12571-
version: 1.10.1
12572-
resolution: "path-scurry@npm:1.10.1"
12564+
version: 1.10.2
12565+
resolution: "path-scurry@npm:1.10.2"
1257312566
dependencies:
12574-
lru-cache: "npm:^9.1.1 || ^10.0.0"
12567+
lru-cache: "npm:^10.2.0"
1257512568
minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0"
12576-
checksum: 10c0/e5dc78a7348d25eec61ab166317e9e9c7b46818aa2c2b9006c507a6ff48c672d011292d9662527213e558f5652ce0afcc788663a061d8b59ab495681840c0c1e
12569+
checksum: 10c0/d723777fbf9627f201e64656680f66ebd940957eebacf780e6cce1c2919c29c116678b2d7dbf8821b3a2caa758d125f4444005ccec886a25c8f324504e48e601
1257712570
languageName: node
1257812571
linkType: hard
1257912572

@@ -14841,13 +14834,13 @@ __metadata:
1484114834
linkType: hard
1484214835

1484314836
"string.prototype.trimstart@npm:^1.0.7":
14844-
version: 1.0.7
14845-
resolution: "string.prototype.trimstart@npm:1.0.7"
14837+
version: 1.0.8
14838+
resolution: "string.prototype.trimstart@npm:1.0.8"
1484614839
dependencies:
14847-
call-bind: "npm:^1.0.2"
14848-
define-properties: "npm:^1.2.0"
14849-
es-abstract: "npm:^1.22.1"
14850-
checksum: 10c0/0bcf391b41ea16d4fda9c9953d0a7075171fe090d33b4cf64849af94944c50862995672ac03e0c5dba2940a213ad7f53515a668dac859ce22a0276289ae5cf4f
14840+
call-bind: "npm:^1.0.7"
14841+
define-properties: "npm:^1.2.1"
14842+
es-object-atoms: "npm:^1.0.0"
14843+
checksum: 10c0/d53af1899959e53c83b64a5fd120be93e067da740e7e75acb433849aa640782fb6c7d4cd5b84c954c84413745a3764df135a8afeb22908b86a835290788d8366
1485114844
languageName: node
1485214845
linkType: hard
1485314846

@@ -15117,15 +15110,15 @@ __metadata:
1511715110
linkType: hard
1511815111

1511915112
"table@npm:^6.0.9":
15120-
version: 6.8.1
15121-
resolution: "table@npm:6.8.1"
15113+
version: 6.8.2
15114+
resolution: "table@npm:6.8.2"
1512215115
dependencies:
1512315116
ajv: "npm:^8.0.1"
1512415117
lodash.truncate: "npm:^4.4.2"
1512515118
slice-ansi: "npm:^4.0.0"
1512615119
string-width: "npm:^4.2.3"
1512715120
strip-ansi: "npm:^6.0.1"
15128-
checksum: 10c0/591ed84b2438b01c9bc02248e2238e21e8bfb73654bc5acca0d469053eb39be3db2f57d600dcf08ac983b6f50f80842c44612c03877567c2afee3aec4a033e5f
15121+
checksum: 10c0/f8b348af38ee34e419d8ce7306ba00671ce6f20e861ccff22555f491ba264e8416086063ce278a8d81abfa8d23b736ec2cca7ac4029b5472f63daa4b4688b803
1512915122
languageName: node
1513015123
linkType: hard
1513115124

@@ -15197,16 +15190,16 @@ __metadata:
1519715190
linkType: hard
1519815191

1519915192
"tar@npm:^6.1.11, tar@npm:^6.1.2":
15200-
version: 6.2.0
15201-
resolution: "tar@npm:6.2.0"
15193+
version: 6.2.1
15194+
resolution: "tar@npm:6.2.1"
1520215195
dependencies:
1520315196
chownr: "npm:^2.0.0"
1520415197
fs-minipass: "npm:^2.0.0"
1520515198
minipass: "npm:^5.0.0"
1520615199
minizlib: "npm:^2.1.1"
1520715200
mkdirp: "npm:^1.0.3"
1520815201
yallist: "npm:^4.0.0"
15209-
checksum: 10c0/02ca064a1a6b4521fef88c07d389ac0936730091f8c02d30ea60d472e0378768e870769ab9e986d87807bfee5654359cf29ff4372746cc65e30cbddc352660d8
15202+
checksum: 10c0/a5eca3eb50bc11552d453488344e6507156b9193efd7635e98e867fab275d527af53d8866e2370cd09dfe74378a18111622ace35af6a608e5223a7d27fe99537
1521015203
languageName: node
1521115204
linkType: hard
1521215205

@@ -15233,16 +15226,16 @@ __metadata:
1523315226
linkType: hard
1523415227

1523515228
"terser@npm:^5.2.0, terser@npm:^5.26.0":
15236-
version: 5.29.2
15237-
resolution: "terser@npm:5.29.2"
15229+
version: 5.30.0
15230+
resolution: "terser@npm:5.30.0"
1523815231
dependencies:
1523915232
"@jridgewell/source-map": "npm:^0.3.3"
1524015233
acorn: "npm:^8.8.2"
1524115234
commander: "npm:^2.20.0"
1524215235
source-map-support: "npm:~0.5.20"
1524315236
bin:
1524415237
terser: bin/terser
15245-
checksum: 10c0/a6f1e26725e3dc99943d7173a3fca8bee21418a3ff39f37053fecd6a988b5341432d535721642807e9c24604aff64410577e9aed3200d9345c89b176b0ba3d65
15238+
checksum: 10c0/f648e4ad775a04ea89c6f935762a78ad41adf6d65b69f793dfa8d995b12accefd261ccc06965d15ae2b62b8b6bc52029adf90d2193c5e850a230ff89ea9a7518
1524615239
languageName: node
1524715240
linkType: hard
1524815241

@@ -15535,16 +15528,16 @@ __metadata:
1553515528
linkType: hard
1553615529

1553715530
"typed-array-length@npm:^1.0.5":
15538-
version: 1.0.5
15539-
resolution: "typed-array-length@npm:1.0.5"
15531+
version: 1.0.6
15532+
resolution: "typed-array-length@npm:1.0.6"
1554015533
dependencies:
1554115534
call-bind: "npm:^1.0.7"
1554215535
for-each: "npm:^0.3.3"
1554315536
gopd: "npm:^1.0.1"
1554415537
has-proto: "npm:^1.0.3"
1554515538
is-typed-array: "npm:^1.1.13"
1554615539
possible-typed-array-names: "npm:^1.0.0"
15547-
checksum: 10c0/5cc0f79196e70a92f8f40846cfa62b3de6be51e83f73655e137116cf65e3c29a288502b18cc8faf33c943c2470a4569009e1d6da338441649a2db2f135761ad5
15540+
checksum: 10c0/74253d7dc488eb28b6b2711cf31f5a9dcefc9c41b0681fd1c178ed0a1681b4468581a3626d39cd4df7aee3d3927ab62be06aa9ca74e5baf81827f61641445b77
1554815541
languageName: node
1554915542
linkType: hard
1555015543

0 commit comments

Comments
 (0)