Skip to content

Commit

Permalink
Upcoming (#688)
Browse files Browse the repository at this point in the history
* Added 1/8" jack

* Release 4.20

* Merge traces and wires into "Wiring" layer

* Add shabang to run.sh

* Added gray theme

* Prevent the donation label from wrapping into several lines

* Use Backspace key to delete selection in Mac OS

* Upgrade xstream to fix java 16 compatibility

* Add exec to run.sh

* Added regulator pinouts to transistor body components

* Release 4.21.1
  • Loading branch information
bancika authored Feb 19, 2022
1 parent d245a63 commit 30dc7ce
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
20 changes: 20 additions & 0 deletions diylc/diylc-core/src/org/diylc/presenter/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3637,5 +3637,25 @@
</changes>
<url>https://github.com/bancika/diy-layout-creator/releases</url>
</org.diylc.appframework.update.Version>
<org.diylc.appframework.update.Version>
<versionNumber>
<major>4</major>
<minor>21</minor>
<build>1</build>
</versionNumber>
<releaseDate>2022-02-19 00:00:00.000 CET</releaseDate>
<name></name>
<changes>
<org.diylc.appframework.update.Change>
<changeType>BUG_FIX</changeType>
<description>Fixed broken OSX app package</description>
</org.diylc.appframework.update.Change>
<org.diylc.appframework.update.Change>
<changeType>NEW_FEATURE</changeType>
<description>Added regulator pinouts to transistor body components</description>
</org.diylc.appframework.update.Change>
</changes>
<url>https://github.com/bancika/diy-layout-creator/releases</url>
</org.diylc.appframework.update.Version>
</a>
</java.util.Arrays_-ArrayList>
Binary file modified diylc/diylc-library/lib/diylc-core.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public enum TransistorPinout {

BJT_EBC, BJT_CBE, JFET_DSG, JFET_GSD, JFET_DGS, JFET_SGD, JFET_GDS, MOSFET_DSG, MOSFET_GSD, MOSFET_DGS, MOSFET_SGD, MOSFET_GDS;
BJT_EBC, BJT_CBE, JFET_DSG, JFET_GSD, JFET_DGS, JFET_SGD, JFET_GDS, MOSFET_DSG, MOSFET_GSD, MOSFET_DGS, MOSFET_SGD, MOSFET_GDS, REGULATOR_IGO, REGULATOR_OGI, REGULATOR_GOI, REGULATOR_AOI;

@Override
public String toString() {
Expand Down
7 changes: 1 addition & 6 deletions diylc/diylc-swing/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<property name="jar.dir" value="${build.dir}/jar" />
<property name="report.dir" value="${build.dir}/junitreport" />
<property name="main.class" value="org.diylc.DIYLCStarter" />
<property name="diylc.version" value="4.21.0" />
<property name="diylc.version" value="4.21.1" />

<property name="osx.jre8.path" value="jre\osx\jdk8u275-b01-jre\Contents\Home\" />

Expand Down Expand Up @@ -116,11 +116,6 @@
<option value="-Dcom.apple.smallTabs=true"/>
<option value="-Xdock:name=DIY Layout Creator"/>
<option value="-Xdock:icon=Contents/Resources/diylc.icns"/>

<option value="--add-opens java.base/java.util=ALL-UNNAMED"/>
<option value="--add-opens java.base/java.lang=ALL-UNNAMED"/>
<option value="--add-opens java.base/java.text=ALL-UNNAMED"/>
<option value="--add-opens java.desktop/java.awt=ALL-UNNAMED"/>
</bundleapp>
<zip destfile="${build.dir}/diylc-${diylc.version}-osx.zip">
<zipfileset filemode="755" dir="${build.dir}/DIYLC.app" prefix="DIYLC.app" />
Expand Down
3 changes: 3 additions & 0 deletions diylc/diylc-swing/dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ Espa
Fran�ais
G-D-S JFET
G-D-S MOSFET
G-O-I REGULATOR
G-S-D JFET
G-S-D MOSFET
Gray
I-G-O REGULATOR
Import Netlist
Italiano
Lin
Expand All @@ -67,6 +69,7 @@ Numeric (1-11)
Numeric (1-12)
Numeric (Even, No Ticks)
Numeric (Even, With Ticks)
O-G-I REGULATOR
Or
PAF
PCB
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 30dc7ce

Please sign in to comment.