Skip to content

Commit a90c2ab

Browse files
Update version and gitmodules
1 parent 6db6b8d commit a90c2ab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "modules/JUCE"]
22
path = modules/JUCE
3-
url = https://github.com/juce-framework/JUCE.git
3+
url = https://github.com/jatinchowdhury18/JUCE.git
44
[submodule "modules/chowdsp_utils"]
55
path = modules/chowdsp_utils
66
url = https://github.com/Chowdhury-DSP/chowdsp_utils.git

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

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

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

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

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

49-
## [1.0.0] 2022-03-11
49+
## [1.0.0] - 2022-03-11
5050
- Initial release.

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.15)
22
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment target")
3-
project(BYOD VERSION 1.1.2)
3+
project(BYOD VERSION 1.1.3)
44

55
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
66
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)