Increment version number

pull/98/head
James Ball 2022-07-07 18:48:30 +01:00 zatwierdzone przez James H Ball
rodzic 3f5e4b3af0
commit 75e94233f7
3 zmienionych plików z 13 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,3 +1,14 @@
- 1.27.0
- PRE-RELEASE BUILD - NOT FULLY TESTED!
- Add project select screen!
- Includes this changelog
- Adds toggle that is permanently saved to start osci-render muted
- Adds button to easily open the folder where logs are saved
- Shows last 20 previously opened projects
- These can be clicked on to open a previous project
- Allow any font that has been installed on your machine to be used with text files
- 1.26.4
- Make GPU rendering toggleable to prevent crashes due to bad initialisation
- Can be toggled under View > Render Using GPU

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.26.4" />
<Label layoutX="14.0" layoutY="700.0" text="v1.27.0" />
<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>