Skip to content

Commit 191de7b

Browse files
committed
feat: dependency upgrades, Gradle upgrade, updated copyright notices
1 parent 21125fd commit 191de7b

14 files changed

+21
-23
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,9 @@ All images have been provided by [Remix Icon](https://remixicon.com/).
111111
## About
112112

113113
This library is maintained by CodeDead. You can find more about us using the following links:
114-
* [Website](https://codedead.com)
115-
* [Twitter](https://twitter.com/C0DEDEAD)
114+
* [Website](https://codedead.com
115+
* [Bluesky](https://bsky.app/profile/codedead.com)
116116
* [Facebook](https://facebook.com/deadlinecodedead)
117117
* [Reddit](https://reddit.com/r/CodeDead)
118-
* [ X ](https://x.com/C0DEDEAD)
119118

120-
Copyright © 2024 CodeDead
119+
Copyright © 2025 CodeDead

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jlink {
4848
'--win-upgrade-uuid', '876c5464-9a66-4913-89a4-c63a4b8b4bb9',
4949
'--win-help-url', 'https://codedead.com/contact',
5050
'--win-dir-chooser',
51-
'--copyright', 'Copyright (c) 2024 CodeDead',
51+
'--copyright', 'Copyright (c) 2025 CodeDead',
5252
'--description', 'Opal is a free and open-source JavaFX application that can play relaxing music in the background',
5353
'--vendor', 'CodeDead',
5454
'--license-file', 'LICENSE',
@@ -64,7 +64,7 @@ jlink {
6464
'--linux-shortcut',
6565
'--linux-package-name', 'opal-codedead',
6666
'--linux-rpm-license-type', 'GPLv3',
67-
'--copyright', 'Copyright (c) 2024 CodeDead',
67+
'--copyright', 'Copyright (c) 2025 CodeDead',
6868
'--description', 'Opal is a free and open-source JavaFX application that can play relaxing music in the background',
6969
'--vendor', 'CodeDead',
7070
'--license-file', 'LICENSE',
@@ -80,7 +80,7 @@ jlink {
8080
'--mac-package-name', 'Opal',
8181
'--mac-package-identifier', 'com.codedead.opal',
8282
'--mac-app-category', 'public.app-category.music',
83-
'--copyright', 'Copyright (c) 2024 CodeDead',
83+
'--copyright', 'Copyright (c) 2025 CodeDead',
8484
'--description', 'Opal is a free and open-source JavaFX application that can play relaxing music in the background',
8585
'--vendor', 'CodeDead',
8686
'--license-file', 'LICENSE',
@@ -133,11 +133,11 @@ repositories {
133133
}
134134

135135
dependencies {
136-
implementation 'org.apache.logging.log4j:log4j-core:2.24.2'
136+
implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
137137
implementation 'io.github.mkpaz:atlantafx-base:2.0.1'
138138
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
139-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
140-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
139+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
140+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
141141
}
142142

143143
tasks.named('test') {

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

src/main/resources/translations/OpalApplication.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About=About
2-
AboutText=Opal was created by DeadLine\n\nAudio: ZapSplat.com\nImages: Remix Icon\nTheme: AtlantaFX\nVersion: 1.4.0\n\nCopyright © 2024 CodeDead
2+
AboutText=Opal was created by DeadLine\n\nAudio: ZapSplat.com\nImages: Remix Icon\nTheme: AtlantaFX\nVersion: 1.4.0\n\nCopyright © 2025 CodeDead
33
AboutWindowError=Unable to open the About Window!
44
AboutWindowTitle=Opal - About
55
AutoUpdate=Automatically check for updates

src/main/resources/translations/OpalApplication_de_DE.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About=Über
2-
AboutText=Opal wurde erstellt von: DeadLine\n\nAudio: ZapSplat.com\nBilder: Remix Icon\nDesign: AtlantaFX\nÜbersetzung: github.com/uDEV2019\nVersion: 1.4.0\n\nCopyright © 2024 CodeDead
2+
AboutText=Opal wurde erstellt von: DeadLine\n\nAudio: ZapSplat.com\nBilder: Remix Icon\nDesign: AtlantaFX\nÜbersetzung: github.com/uDEV2019\nVersion: 1.4.0\n\nCopyright © 2025 CodeDead
33
AboutWindowError=Über-Dialog konnte nicht geöffnet werden!
44
AboutWindowTitle=Opal - Über
55
AutoUpdate=Automatisch auf Aktualisierungen prüfen

src/main/resources/translations/OpalApplication_es_ES.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About=Acerca de
2-
AboutText=Opal fue creado por DeadLine\n\nAudio: ZapSplat.com\nImágenes: Remix Icon\nTema: AtlantaFX\nVersión: 1.4.0\n\nCopyright © 2024 CodeDead
2+
AboutText=Opal fue creado por DeadLine\n\nAudio: ZapSplat.com\nImágenes: Remix Icon\nTema: AtlantaFX\nVersión: 1.4.0\n\nCopyright © 2025 CodeDead
33
AboutWindowError=¡No se puede abrir la ventana Acerca de!
44
AboutWindowTitle=Opal - Acerca de
55
AutoUpdate=Buscar actualizaciones automáticamente

src/main/resources/translations/OpalApplication_fr_FR.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About=À propos
2-
AboutText=Opal a été créé par DeadLine\n\nAudio: ZapSplat.com\nImages: Remix Icon\nThème: AtlantaFX\nVersion: 1.4.0\n\nCopyright © 2024 CodeDead
2+
AboutText=Opal a été créé par DeadLine\n\nAudio: ZapSplat.com\nImages: Remix Icon\nThème: AtlantaFX\nVersion: 1.4.0\n\nCopyright © 2025 CodeDead
33
AboutWindowError=Impossible d'ouvrir la fenêtre À propos!
44
AboutWindowTitle=Opal - À propos
55
AutoUpdate=Rechercher automatiquement les mises à jour

src/main/resources/translations/OpalApplication_hi_IN.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About=के बारे में
2-
AboutText=ओपल को डेडलाइन द्वारा बनाया गया था\n\nऑडियो: ZapSplat.com\nछवियाँ: रीमिक्स आइकन\nथीम: अटलांटाFX\nसंस्करण: 1.4.0\n\nकॉपीराइट © 2024 कोडडेड
2+
AboutText=ओपल को डेडलाइन द्वारा बनाया गया था\n\nऑडियो: ZapSplat.com\nछवियाँ: रीमिक्स आइकन\nथीम: अटलांटाFX\nसंस्करण: 1.4.0\n\nCopyright © 2025 CodeDead
33
AboutWindowError=About विंडो खोलने में असमर्थ!
44
AboutWindowTitle=Opal - के बारे में
55
AutoUpdate=अपडेट के लिए स्वचालित रूप से जाँच करें

src/main/resources/translations/OpalApplication_jp_JP.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About=このアプリについて
2-
AboutText=Opal は DeadLine によって作成されました\n\nオーディオ: ZapSplat.com\n画像: リミックス アイコン\nテーマ: AtlantaFX\nバージョン: 1.4.0\n\nCopyright © 2024 CodeDead
2+
AboutText=Opal は DeadLine によって作成されました\n\nオーディオ: ZapSplat.com\n画像: リミックス アイコン\nテーマ: AtlantaFX\nバージョン: 1.4.0\n\nCopyright © 2025 CodeDead
33
AboutWindowError=バージョン情報ウィンドウを開けません!
44
AboutWindowTitle=Opal - このアプリについて
55
AutoUpdate=アップデートを自動的に確認する

src/main/resources/translations/OpalApplication_nl_NL.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About=Over
2-
AboutText=Opal is gemaakt door DeadLine\n\nAudio: ZapSplat.com\nAfbeeldingen: Remix Icon\nThema: AtlantaFX\nVersie: 1.4.0\n\nCopyright © 2024 CodeDead
2+
AboutText=Opal is gemaakt door DeadLine\n\nAudio: ZapSplat.com\nAfbeeldingen: Remix Icon\nThema: AtlantaFX\nVersie: 1.4.0\n\nCopyright © 2025 CodeDead
33
AboutWindowError=Kan het Over venster niet openen!
44
AboutWindowTitle=Opal - Over
55
AutoUpdate=Automatisch controleren op updates

src/main/resources/translations/OpalApplication_ru_RU.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About
2-
AboutText=Opal был создан DeadLine\n\nАудио: ZapSplat.com\nИзображения: Remix Icon\nТема: AtlantaFX\nВерсия: 1.4.0\n\nАвторские права © 2024 CodeDead
2+
AboutText=Opal был создан DeadLine\n\nАудио: ZapSplat.com\nИзображения: Remix Icon\nТема: AtlantaFX\nВерсия: 1.4.0\n\nАвторские права © 2025 CodeDead
33
AboutWindowError=Не удается открыть окно «О программе»!
44
AboutWindowTitle=Opal - О компании
55
AutoUpdate=Автоматически проверять наличие обновлений

src/main/resources/translations/OpalApplication_tr_TR.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About=Hakkında
2-
AboutText=Opal, DeadLine tarafından oluşturuldu\n\nSes: ZapSplat.com\nGörüntüler: Remix Simgesi\nTema: AtlantaFX\nSürüm: 1.4.0\n\nTelif hakkı © 2024 CodeDead
2+
AboutText=Opal, DeadLine tarafından oluşturuldu\n\nSes: ZapSplat.com\nGörüntüler: Remix Simgesi\nTema: AtlantaFX\nSürüm: 1.4.0\n\nTelif hakkı © 2025 CodeDead
33
AboutWindowError=Hakkında Penceresi açılamıyor!
44
AboutWindowTitle=Opal - Hakkında
55
AutoUpdate=Güncellemeleri otomatik olarak kontrol et

src/main/resources/translations/OpalApplication_zh_CN.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About=关于
2-
AboutText=Opal 由 DeadLine 创建\n\n音频:ZapSplat.com\n图像:Remix Icon\n主题:AtlantaFX\n版本:1.4.0\n\n版权所有 © 2024 CodeDead
2+
AboutText=Opal 由 DeadLine 创建\n\n音频:ZapSplat.com\n图像:Remix Icon\n主题:AtlantaFX\n版本:1.4.0\n\n版权所有 © 2025 CodeDead
33
AboutWindowError=无法打开“关于”窗口!
44
AboutWindowTitle=Opal - 关于
55
AutoUpdate=自动检查更新

0 commit comments

Comments
 (0)