diff --git a/pom.xml b/pom.xml index 7281885..e335aa9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ sh.ball osci-render - 1.27.7 + 1.28.0 osci-render diff --git a/src/main/resources/CHANGELOG.md b/src/main/resources/CHANGELOG.md index e2255ff..7ec7444 100644 --- a/src/main/resources/CHANGELOG.md +++ b/src/main/resources/CHANGELOG.md @@ -1,3 +1,23 @@ +- 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 + - This means that it will never move in this axis when the rotation speed is non-zero + - Allows you to rotate one axis, whilst specifying the exact rotation of the object in another axis + - Thanks again to [@javierplano_videonix](https://www.instagram.com/javierplano_videonix/) for the suggestion! + - Update all sliders (except frequency slider) to use the same (updated) design with the following: + - Slider + - Value spinner + - MIDI button + - Animation type dropdown + - Mic button + - This has been changed to a mic icon rather than a checkbox + - This means that the 3D object sliders and Lua sliders can now all be animated and controlled with a microphone! + - Various project-related bugfixes + - Backwards compatibility with old project files should be better + - Opening projects should be more consistent with how it would look if you opened the project right after starting osci-render + - Project files that don't exist are removed from the list when you try and open them + + - 1.27.7 - Change audio selection and text font selection to be lists rather than dropdowns diff --git a/src/main/resources/fxml/projectSelect.fxml b/src/main/resources/fxml/projectSelect.fxml index 48edb11..8d3ace1 100644 --- a/src/main/resources/fxml/projectSelect.fxml +++ b/src/main/resources/fxml/projectSelect.fxml @@ -27,7 +27,7 @@