kopia lustrzana https://github.com/jameshball/osci-render
rodzic
568e773da0
commit
b9fc9db290
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>sh.ball</groupId>
|
||||
<artifactId>osci-render</artifactId>
|
||||
<version>1.27.4</version>
|
||||
<version>1.27.5</version>
|
||||
|
||||
<name>osci-render</name>
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
- 1.27.5
|
||||
- Add additional decimal place on effect spinners so that the values change correctly
|
||||
- Fixes [#80](https://github.com/jameshball/osci-render/issues/80)
|
||||
|
||||
|
||||
- 1.27.4
|
||||
- Allow the 3D perspective effect to be live-programmed with Lua
|
||||
- By default, the behaviour is the same as before and the image is not modified
|
||||
|
|
|
@ -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" />
|
||||
<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="14.0" layoutY="700.0" text="v1.27.4" />
|
||||
<Label layoutX="14.0" layoutY="700.0" text="v1.27.5" />
|
||||
<Label layoutX="727.0" layoutY="20.0" styleClass="title" text="Changelog" />
|
||||
<AnchorPane layoutX="582.0" layoutY="65.0" prefHeight="200.0" prefWidth="380.0">
|
||||
<children>
|
||||
|
|
Ładowanie…
Reference in New Issue