Skip to content

Commit

Permalink
Larimar 7.5.0 drop
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed Jun 24, 2024
1 parent 66d33e2 commit 006e666
Show file tree
Hide file tree
Showing 31 changed files with 32 additions and 31 deletions.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Version of Radiance (latest release is 7.5-SNAPSHOT)
### Version of Radiance (latest release is 7.5.0)

### Sub-project (Common, Animation, Theming, Component, ...)

Expand Down
4 changes: 2 additions & 2 deletions docs/tools/laf-benchmark/laf-benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Now configure the specific version of Java runtime that you want to test under a

``` export JAVA_HOME=`/usr/libexec/java_home -v 9` ```

`RADIANCE_VERSION=7.5-SNAPSHOT`
`RADIANCE_VERSION=7.5.0`

`CLASSPATH=./drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:./build/libs-tools/jgoodies-forms-1.9.0.jar:./build/libs-tools/jgoodies-common-1.8.1.jar`

Expand Down Expand Up @@ -49,7 +49,7 @@ With this, you can compare the performance of your look-and-feel with that of co

``` export JAVA_HOME=`/usr/libexec/java_home -v 9` ```

`RADIANCE_VERSION=7.5-SNAPSHOT`
`RADIANCE_VERSION=7.5.0`

`CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar`

Expand Down
2 changes: 1 addition & 1 deletion docs/tools/screenshot/screenshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For example, to run Screenshot to create screenshots for all Radiance core skins

`alias JAVA="java"`

`RADIANCE_VERSION=7.5-SNAPSHOT`
`RADIANCE_VERSION=7.5.0`

`KOTLIN_VERSION=2.0.0`

Expand Down
2 changes: 1 addition & 1 deletion docs/tools/svg-transcoder/svg-transcoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following table summarizes the level of support for different SVG elements.

### Dependency versions for the Radiance SVG transcoder

* For **7.5-SNAPSHOT**, use
* For **7.5.0**, use
* `batik-all-1.17.jar`
* `xml-apis-1.4.01.jar`
* `xml-apis-ext-1.3.04.jar`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

GROUP=org.pushing-pixels
VERSION_NAME=7.5-SNAPSHOT
VERSION_NAME=7.5.0
CODENAME=Larimar

POM_DESCRIPTION=Building modern, elegant and fast Swing applications
Expand Down
2 changes: 1 addition & 1 deletion scripts/convert-svg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
CLASSPATH=../drop/$RADIANCE_VERSION/tools/radiance-svg-transcoder-$RADIANCE_VERSION.jar:../build/libs-tools/batik-all-1.17.jar:../build/libs-tools/xml-apis-1.4.01.jar:../build/libs-tools/xml-apis-ext-1.3.04.jar:../build/libs-tools/xmlgraphics-commons-2.9.jar

java -Djava.awt.headless=true -cp $CLASSPATH org.pushingpixels.radiance.tools.svgtranscoder.api.SvgBatchConverter sourceFolder=../demos/component-ktx-demo/src/main/kotlin/org/pushingpixels/radiance/demo/component/ktx outputPackageName=org.pushingpixels.radiance.demo.component.ktx templateFile=/org/pushingpixels/radiance/tools/svgtranscoder/api/kotlin/SvgTranscoderTemplateRadiance.templ outputLanguage=kotlin
Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-darklaf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=7.5-SNAPSHOT
set RADIANCE_VERSION=7.5.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set DARKLAF_CLASSPATH=../../../thirdparty/darklaf/*

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-darklaf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
DARKLAF_CLASSPATH=../../../thirdparty/darklaf/*

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-flatlaf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=7.5-SNAPSHOT
set RADIANCE_VERSION=7.5.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set FLATLAF_CLASSPATH=../../../thirdparty/flatlaf-3.4.1.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-flatlaf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
FLATLAF_CLASSPATH=../../../thirdparty/flatlaf-3.4.1.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-metal.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=7.5-SNAPSHOT
set RADIANCE_VERSION=7.5.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar

"%JAVA_HOME%"\bin\java -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -cp %CLASSPATH% org.pushingpixels.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-metal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar

java -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -cp $CLASSPATH org.pushingpixels.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-nimbus.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=7.5-SNAPSHOT
set RADIANCE_VERSION=7.5.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar

"%JAVA_HOME%"\bin\java -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -cp %CLASSPATH% org.pushingpixels.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-nimbus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar

java -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -cp $CLASSPATH org.pushingpixels.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-plasticxp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=7.5-SNAPSHOT
set RADIANCE_VERSION=7.5.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set PLASTIC_CLASSPATH=../../../thirdparty/jgoodies/jgoodies-looks-2.5.3.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-plasticxp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
PLASTIC_CLASSPATH=../../../thirdparty/jgoodies/jgoodies-looks-2.5.3.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-radiance.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=7.5-SNAPSHOT
set RADIANCE_VERSION=7.5.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set RADIANCE_CLASSPATH=../../drop/%RADIANCE_VERSION%/core/radiance-theming-%RADIANCE_VERSION%.jar;../../drop/%RADIANCE_VERSION%/core/radiance-animation-%RADIANCE_VERSION%.jar;../../drop/%RADIANCE_VERSION%/core/radiance-common-%RADIANCE_VERSION%.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-radiance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
RADIANCE_CLASSPATH=../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-synthetica.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=7.5-SNAPSHOT
set RADIANCE_VERSION=7.5.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set SYNTHETICA_CLASSPATH=../../../thirdparty/synthetica3.5/synthetica.jar;../../../thirdparty/synthetica3.5/syntheticaStandard.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-synthetica.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
SYNTHETICA_CLASSPATH=../../../thirdparty/synthetica3.5/synthetica.jar:../../../thirdparty/synthetica3.5/syntheticaStandard.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-system.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=7.5-SNAPSHOT
set RADIANCE_VERSION=7.5.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar

"%JAVA_HOME%"\bin\java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel -cp %CLASSPATH% org.pushingpixels.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar

java -cp $CLASSPATH org.pushingpixels.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-weblaf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=7.5-SNAPSHOT
set RADIANCE_VERSION=7.5.0
set WEBLAF_VERSION=1.3.0-SNAPSHOT
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set WEBLAF_CLASSPATH=../../../thirdparty/weblaf-core-%WEBLAF_VERSION%.jar;../../../thirdparty/weblaf-plugin-%WEBLAF_VERSION%.jar;../../../thirdparty/weblaf-ui-%WEBLAF_VERSION%.jar;../../../thirdparty/weblaf-deps/*
Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-weblaf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
WEBLAF_VERSION=1.3.0-SNAPSHOT
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
WEBLAF_CLASSPATH=../../../thirdparty/weblaf-core-$WEBLAF_VERSION.jar:../../../thirdparty/weblaf-plugin-$WEBLAF_VERSION.jar:../../../thirdparty/weblaf-ui-$WEBLAF_VERSION.jar:../../../thirdparty/weblaf-deps/*
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-extras-schemes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 22`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
KOTLIN_VERSION=2.0.0
KOTLIN_COROUTINES_VERSION=1.8.1
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-extras-skins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 22`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
KOTLIN_VERSION=2.0.0
KOTLIN_COROUTINES_VERSION=1.8.1
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-ribbon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 22`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
KOTLIN_VERSION=2.0.0
KOTLIN_COROUTINES_VERSION=1.8.1
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-component-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-component-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-schemes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 22`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
KOTLIN_VERSION=2.0.0
KOTLIN_COROUTINES_VERSION=1.8.1
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-skins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 22`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
KOTLIN_VERSION=2.0.0
KOTLIN_COROUTINES_VERSION=1.8.1
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-texthighlights.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 22`
alias JAVA="java"

RADIANCE_VERSION=7.5-SNAPSHOT
RADIANCE_VERSION=7.5.0
KOTLIN_VERSION=2.0.0
KOTLIN_COROUTINES_VERSION=1.8.1
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
1 change: 1 addition & 0 deletions versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| 6.0 | **Iridium** | September 1, 2022 | Java 9+ | [Announcement](https://www.pushing-pixels.org/2022/09/02/radiance-6-0-0-and-looking-ahead-into-the-future.html) |
| 6.5 | **Jade** | December 1, 2022 | Java 9+ | [Announcement](https://www.pushing-pixels.org/2022/12/01/radiance-6-5-0.html) |
| 7.0 | **Karat** | January 20, 2024 | Java 9+ | [Announcement](https://www.pushing-pixels.org/2024/01/20/radiance-7-0-0.html) |
| 7.5 | **Larimar** | June 24, 2024 | Java 9+ | |

<p align="center">
<img src="https://raw.githubusercontent.com/kirill-grouchnikov/radiance/sunshine/docs/images/icon/radiance_product_256.png" width="128" height="128" border=0>
Expand Down

0 comments on commit 006e666

Please sign in to comment.