Increment version

pull/140/head v1.32.0
James Ball 2022-11-15 20:58:52 +00:00 zatwierdzone przez James H Ball
rodzic dd5f498409
commit b72d382135
3 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,3 +1,11 @@
- 1.32.0
- Added two new audio effects: Delay/Echo and Bulge
- Delay effect can be used to create an echo of the audio signal
- Controllable with both the echo length and the decay of the echo
- Bulge effect makes the image bulge outwards
- If you change the minimum slider value to something negative using the Slider settings, you can make the image bulge inwards
- 1.31.0
- Support audio input from microphone/sound card as an audio source
- Just click the microphone button next to where you choose a file to open

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.31.0" />
<Label fx:id="versionLabel" minWidth="42.0" prefHeight="18.0" prefWidth="42.0" text="v1.32.0" />
<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>