kopia lustrzana https://github.com/jameshball/osci-render
Increment version number and update changelog
rodzic
be2d51c440
commit
26edff0908
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>sh.ball</groupId>
|
||||
<artifactId>osci-render</artifactId>
|
||||
<version>1.27.1</version>
|
||||
<version>1.27.2</version>
|
||||
|
||||
<name>osci-render</name>
|
||||
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
- 1.27.2
|
||||
- Add reset 2D rotation button to effects
|
||||
- Add reset 3D perspective rotation button to effects
|
||||
- Minor changes to perspective effect
|
||||
- Added a new '3D Distance' effect that functions the same as the '3D Perspective' effect in the previous version
|
||||
- Changed the '3D Perspective' effect so that a value of 0 applies no change to the image
|
||||
- This makes it in-line with most other effects, where a value of 0 doesn't affect the image
|
||||
- Default value is 1.0 which has the depth effect fully applied
|
||||
- Values between 0.0 and 1.0 mix the effect to make a cool image!
|
||||
|
||||
|
||||
- 1.27.1
|
||||
- Improve performance of project select screen by only starting main osci-render program after a project is opened/created
|
||||
- Fix bug where images could be drawn so slowly that the frame would never finish drawing
|
||||
|
|
|
@ -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.1" />
|
||||
<Label layoutX="14.0" layoutY="700.0" text="v1.27.2" />
|
||||
<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