Skip to content

Commit

Permalink
release 4.39
Browse files Browse the repository at this point in the history
  • Loading branch information
bancika committed Jan 25, 2025
1 parent c9d3f66 commit 8b32fa0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
8 changes: 4 additions & 4 deletions diylc/diylc-core/src/org/diylc/presenter/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4418,11 +4418,11 @@
<changeType>IMPROVEMENT</changeType>
<description>Upgraded JRE version of Mac builds to Themurin 17 and switched OpenGL to Metal rendering engine for improved performance</description>
</org.diylc.appframework.update.Change>
<org.diylc.appframework.update.Change>
<changeType>BUG_FIX</changeType>
<description>Choosing "Print" option from the menu starts printing immediately before choosing printing preferences</description>
</org.diylc.appframework.update.Change>
</changes>
<org.diylc.appframework.update.Change>
<changeType>BUG_FIX</changeType>
<description>Choosing "Print" option from the menu starts printing immediately before choosing printing preferences</description>
</org.diylc.appframework.update.Change>
<url>https://github.com/bancika/diy-layout-creator/releases</url>
</org.diylc.appframework.update.Version>
</a>
Expand Down
Binary file modified diylc/diylc-library/lib/diylc-core.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions diylc/diylc-swing/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<property name="main.class" value="org.diylc.DIYLCStarter" />
<property name="diylc.version" value="4.39.0" />

<property name="osx.jre8.x64.path" value="tools\jre\osx\jre8u321\Contents\Home\" />
<property name="osx.jre8.arm.path" value="tools\jre\osx\temurin17-arm\Contents\Home\" />
<property name="osx.jre8.x64.path" value="tools\jre\osx\x86\jre8u321\Contents\Home\" />
<property name="osx.jre8.arm.path" value="tools\jre\osx\arm\temurin17\Contents\Home\" />

<property name="classes.dir" value="${build.dir}/temp/${ant.project.name}/classes" />
<property name="test.classes.dir" value="${build.dir}/temp/${ant.project.name}/test.classes" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@
<update_contact>nbenitezl_AT_gmail.com</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="4.38.0" date="2023-12-23">
<release version="4.39.0" date="2025-01-25">
<description>
<ul>
<li>[Improvement] Upgraded JRE version of Mac builds to Themurin 17 and switched OpenGL to Metal rendering engine for improved performance</li>
<li>[Bug Fix] Choosing "Print" option from the menu starts printing immediately before choosing printing preferences</li>
</ul>
</description>
<url>https://github.com/bancika/diy-layout-creator/releases/tag/v4.39.0</url>
</release>
<release version="4.38.0" date="2024-12-23">
<description>
<ul>
<li>[New Feature] Buzzer component and symbol added (thanks M0JXD)</li>
Expand Down
Binary file modified diylc/diylc-swing/lib/diylc-core.jar
Binary file not shown.
Binary file modified diylc/diylc-swing/library/main.jar
Binary file not shown.

0 comments on commit 8b32fa0

Please sign in to comment.