Increment version number

pull/137/head v1.30.3
James Ball 2022-11-05 21:42:19 +00:00 zatwierdzone przez James H Ball
rodzic c536b9d59c
commit a6c665a9cb
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.30.2</version>
<version>1.30.3</version>
<name>osci-render</name>

Wyświetl plik

@ -1,3 +1,9 @@
- 1.30.3
- Dramatically improved MIDI performance! Should now be pretty resilient to anything you throw at it
- Renamed decay to release in MIDI settings
- Version number is now saved with .osci project file
- 1.30.2
- Allow text size to be specified when creating .txt files
- Write "$text_size=" followed by a number to change the text size for that line

Wyświetl plik

@ -43,7 +43,7 @@
<CheckBox fx:id="startMutedCheckBox" mnemonicParsing="false" text="Start muted" />
<HBox alignment="CENTER" spacing="20.0">
<children>
<Label fx:id="versionLabel" minWidth="42.0" prefHeight="18.0" prefWidth="42.0" text="v1.30.2" />
<Label fx:id="versionLabel" minWidth="42.0" prefHeight="18.0" prefWidth="42.0" text="v1.30.3" />
<Label prefHeight="54.0" prefWidth="379.0" text="Email me at james@ball.sh or create an issue on GitHub for feature suggestions, issues, or opportunites I might be interested in!" textAlignment="CENTER" wrapText="true" />
<Button fx:id="logButton" minWidth="102.0" mnemonicParsing="false" prefWidth="102.0" text="Open log folder" />
</children>