Skip to content

Commit

Permalink
Update version and gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jan 13, 2023
1 parent 6db6b8d commit a90c2ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "modules/JUCE"]
path = modules/JUCE
url = https://github.com/juce-framework/JUCE.git
url = https://github.com/jatinchowdhury18/JUCE.git
[submodule "modules/chowdsp_utils"]
path = modules/chowdsp_utils
url = https://github.com/Chowdhury-DSP/chowdsp_utils.git
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

All notable changes to this project will be documented in this file.

## [UNRELEASED]
## [1.1.3] - 2023-01-13
- Added "Muff Clipper" module.
- Added "Smoothing" parameter for "Muff Drive" module.
- Added new factory presets.
- Added option to skip parameter tree refreshes for AUv3 hosts.
- Fixed parameter name changes not showing up in some CLAP hosts.

## [1.1.0] 2022-11-21
## [1.1.0] - 2022-11-21
- Added support for the CLAP plugin format (with parameter modulation).
- Added modulation ports so modules with internal modulation can share modulation signals.
- Added "Rotary" module.
Expand Down Expand Up @@ -38,13 +38,13 @@ All notable changes to this project will be documented in this file.
- Fixed gain normalization across sample-rates for IR modules.
- Fixed undo/redo not restoring preset name.

## [1.0.1] 2022-03-15
## [1.0.1] - 2022-03-15
- Changed UI rendering to use OpenGL by default on Windows/Linux, unless OpenGL 2.0+ is not available on the host system.
- Fixed YenDrive giving NaN output when Gain parameter set to zero.
- Fixed Spring Reverb "pop" when switching from mono to stereo input.
- Fixed Metal Face "stuttering" behaviour at higher sample rates.
- Fixed plugin state not saving/loading correctly in VST2.
- Fixed noise spikes in King Of Tone, RONN, and Muff Drive processors.

## [1.0.0] 2022-03-11
## [1.0.0] - 2022-03-11
- Initial release.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment target")
project(BYOD VERSION 1.1.2)
project(BYOD VERSION 1.1.3)

if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit a90c2ab

Please sign in to comment.