Releases: JohT/speclet
Releases · JohT/speclet
v1.0.1 Linux support, continuous integration & modularized compile options
Changes:
- Support Linux (#11)
- Enable continuous integration with github actions (#11)
- Modularize CMake CompilerOptions and Environment (#11
- Compile all elements with position-independent code (-fPIC) to overcome linking error (#11)
- Remove unused dependency to deprecated library VLD (Visual Leak Detector) (#12)
- Remove "memory" sanitizer since it only works with CLang on Linux, which isn't used (#12)
- Optimize Continuous Integration ZIP Archive Creation (#13)
v1.0.0 Apple, M1, VST3 and AU support
Changes (#1)
- Supports Windows and MacOS
- Supports Apple(™) M1
- Supports VST3
- Supports AU
- Added Tooltips
- Hide unused controls based on the selected transformation
Modernization (#1)
- Use the current JUCE version 6.1.6
- Use CMake as build system
- Use Ninja and CLang to build and compile for MacOs
- Use Visual Studio Build Tools to compile for Windows
- Use Catch2 for Unit Tests
- Use Catch2 benchmark for Performance Unit Tests
- New performance log compatible with google chrome tracing
- Use AudioProcessorValueTreeState for parameter management
Breaking Changes (#1)
- VST2 is no longer supported since it had been discontinued by Steinberg(™)
v0.9.1 Not working yet
Added a notice to README.md that this Initial version with the source code from 2011 is not working yet.