Increment version number and update changelog

pull/114/head v1.28.1
James Ball 2022-08-27 16:08:54 +01:00 zatwierdzone przez James H Ball
rodzic e17a400f73
commit de1c9ffd54
3 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -6,7 +6,7 @@
<groupId>sh.ball</groupId>
<artifactId>osci-render</artifactId>
<version>1.28.0</version>
<version>1.28.1</version>
<name>osci-render</name>

Wyświetl plik

@ -1,3 +1,9 @@
- 1.28.1
- Remove the scrollability of the translation effect text boxes since they are on a scrollable pane making them confusing to use
- Fixes [#111](https://github.com/jameshball/osci-render/issues/111)
- Thank you [Kar-3kn](https://github.com/Kar-3kn) for this fix and for your first ever open-source contribution!
- 1.28.0
- Add buttons next to 3D rotation effects to change the rotation in the selected axis to be fixed
- These appear next to the 3 sliders for 3D object rotation, as well as the 3 sliders for the 3D perspective effect rotation

Wyświetl plik

@ -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.28.0" />
<Label layoutX="14.0" layoutY="700.0" text="v1.28.1" />
<Label layoutX="752.0" layoutY="19.0" styleClass="title" text="Changelog" />
<AnchorPane layoutX="582.0" layoutY="65.0" prefHeight="200.0" prefWidth="380.0">
<children>