kopia lustrzana https://github.com/jameshball/osci-render
Release new version
rodzic
6a453aa242
commit
f1b06f0ad1
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>sh.ball</groupId>
|
<groupId>sh.ball</groupId>
|
||||||
<artifactId>osci-render</artifactId>
|
<artifactId>osci-render</artifactId>
|
||||||
<version>1.28.3</version>
|
<version>1.28.4</version>
|
||||||
|
|
||||||
<name>osci-render</name>
|
<name>osci-render</name>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
- 1.28.4
|
||||||
|
- Fix calculation of line length
|
||||||
|
- Use rotation for Ellipse shapes
|
||||||
|
- Thank you [DJLevel3](https://github.com/DJLevel3) for the contributions!
|
||||||
|
- Use setReuseAddr(true) for server socket
|
||||||
|
|
||||||
|
|
||||||
- 1.28.3
|
- 1.28.3
|
||||||
- Fixed bug: Update animator minimum and maximum values whenever the slider min/max changes
|
- Fixed bug: Update animator minimum and maximum values whenever the slider min/max changes
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<Button fx:id="newProjectButton" layoutX="222.0" layoutY="562.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="131.0" text="Start new project" />
|
<Button fx:id="newProjectButton" layoutX="222.0" layoutY="562.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="131.0" text="Start new project" />
|
||||||
<CheckBox fx:id="startMutedCheckBox" layoutX="240.0" layoutY="623.0" mnemonicParsing="false" text="Start muted" />
|
<CheckBox fx:id="startMutedCheckBox" layoutX="240.0" layoutY="623.0" mnemonicParsing="false" text="Start muted" />
|
||||||
<Label layoutX="188.0" layoutY="247.0" styleClass="title" text="Recently opened projects" />
|
<Label layoutX="188.0" layoutY="247.0" styleClass="title" text="Recently opened projects" />
|
||||||
<Label layoutX="14.0" layoutY="700.0" text="v1.28.3" />
|
<Label layoutX="14.0" layoutY="700.0" text="v1.28.4" />
|
||||||
<Label layoutX="752.0" layoutY="19.0" styleClass="title" text="Changelog" />
|
<Label layoutX="752.0" layoutY="19.0" styleClass="title" text="Changelog" />
|
||||||
<AnchorPane layoutX="582.0" layoutY="65.0" prefHeight="200.0" prefWidth="380.0">
|
<AnchorPane layoutX="582.0" layoutY="65.0" prefHeight="200.0" prefWidth="380.0">
|
||||||
<children>
|
<children>
|
||||||
|
|
Ładowanie…
Reference in New Issue