kopia lustrzana https://github.com/jameshball/osci-render
Increment version number
rodzic
3f5e4b3af0
commit
75e94233f7
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue