Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ This library is maintained by CodeDead. You can find more about us using the fol
* [Facebook](https://facebook.com/deadlinecodedead)
* [Reddit](https://reddit.com/r/CodeDead/)

Copyright © 2021 CodeDead
Copyright © 2022 CodeDead
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jlink {
'--win-menu-group', 'CodeDead',
'--win-shortcut',
'--win-dir-chooser',
'--copyright', 'Copyright (c) 2021 CodeDead',
'--copyright', 'Copyright (c) 2022 CodeDead',
'--description', 'Opal is a free and open-source JavaFX application that can play relaxing music in the background',
'--vendor', 'CodeDead',
'--license-file', 'LICENSE'
Expand All @@ -53,7 +53,7 @@ jlink {
'--linux-shortcut',
'--linux-package-name', 'opal-codedead',
'--linux-rpm-license-type', 'GPLv3',
'--copyright', 'Copyright (c) 2021 CodeDead',
'--copyright', 'Copyright (c) 2022 CodeDead',
'--description', 'Opal is a free and open-source JavaFX application that can play relaxing music in the background',
'--vendor', 'CodeDead',
'--license-file', 'LICENSE'
Expand Down Expand Up @@ -118,7 +118,7 @@ dependencies {
implementation "org.openjfx:javafx-fxml:17.0.1:${platform}"
implementation "org.openjfx:javafx-media:17.0.1:${platform}"
implementation 'org.apache.logging.log4j:log4j-core:2.17.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion src/main/resources/translations/OpalApplication.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
About=About
AboutText=Opal was created by DeadLine\n\nAudio: ZapSplat.com\nImages: Remix Icon\nTheme: Modena\nVersion: 1.0.1\n\nCopyright © 2021 CodeDead
AboutText=Opal was created by DeadLine\n\nAudio: ZapSplat.com\nImages: Remix Icon\nTheme: Modena\nVersion: 1.0.1\n\nCopyright � 2022 CodeDead
AboutWindowError=Unable to open the About Window!
AboutWindowTitle=Opal - About
AutoUpdate=Automatically check for updates
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
About=About
AboutText=Opal was created by DeadLine\n\nAudio: ZapSplat.com\nImages: Remix Icon\nTheme: Modena\nVersion: 1.0.1\n\nCopyright © 2021 CodeDead
AboutText=Opal was created by DeadLine\n\nAudio: ZapSplat.com\nImages: Remix Icon\nTheme: Modena\nVersion: 1.0.1\n\nCopyright � 2022 CodeDead
AboutWindowError=Unable to open the About Window!
AboutWindowTitle=Opal - About
AutoUpdate=Automatically check for updates
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
About=À propos
AboutText=Opal a été créé par DeadLine\n\nAudio: ZapSplat.com\nImages: Remix Icon\nThème: Modena\nVersion: 1.0.1\n\nCopyright © 2021 CodeDead
AboutText=Opal a été créé par DeadLine\n\nAudio: ZapSplat.com\nImages: Remix Icon\nThème: Modena\nVersion: 1.0.1\n\nCopyright � 2022 CodeDead
AboutWindowError=Impossible d'ouvrir la fenêtre À propos!
AboutWindowTitle=Opal - À propos
AutoUpdate=Rechercher automatiquement les mises à jour
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
About=Over
AboutText=Opal is gemaakt door DeadLine\n\nAudio: ZapSplat.com\nAfbeeldingen: Remix Icon\nThema: Modena\nVersie: 1.0.1\n\nCopyright © 2021 CodeDead
AboutText=Opal is gemaakt door DeadLine\n\nAudio: ZapSplat.com\nAfbeeldingen: Remix Icon\nThema: Modena\nVersie: 1.0.1\n\nCopyright � 2022 CodeDead
AboutWindowError=Kan het Over venster niet openen!
AboutWindowTitle=Opal - Over
AutoUpdate=Automatisch controleren op updates
Expand Down Expand Up @@ -54,11 +54,11 @@ Static=Witte ruis
Other=Varia
Timer=Timer
Enabled=Actief
Delay=Timervertraging
Delay=Tijdvertraging
Seconds=Second(en)
Minutes=Minuut/Minuten
Hours=Uur/Uren
TimerDelayTooSmall=Timervertraging kan niet kleiner zijn dan 1!
TimerDelayTooSmall=Tijdvertraging kan niet kleiner zijn dan 1!
Fantasy=Fantasie
Fan=Ventilator
TimerApplicationShutdown=Opal afsluiten
Expand Down