Browse Source

Bump version to 24.05, add surge nimbus to mini

Signed-off-by: falkTX <falktx@falktx.com>
tags/24.05^0
falkTX 11 months ago
parent
commit
fe1e7d3311
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
7 changed files with 7 additions and 7 deletions
  1. +1
    -1
      .github/ISSUE_TEMPLATE/bug.yaml
  2. +1
    -1
      Makefile
  3. +1
    -1
      plugins/plugins-mini.cpp
  4. +1
    -1
      src/CardinalCommon.cpp
  5. +1
    -1
      src/CardinalPlugin.cpp
  6. +1
    -1
      utils/macOS/Info_JACK.plist
  7. +1
    -1
      utils/macOS/Info_Native.plist

+ 1
- 1
.github/ISSUE_TEMPLATE/bug.yaml View File

@@ -5,7 +5,7 @@ body:
id: version
attributes:
label: Version
value: "24.04"
value: "24.05"
validations:
required: true
- type: dropdown


+ 1
- 1
Makefile View File

@@ -15,7 +15,7 @@ include $(ROOT)/Makefile.base.mk
# src/CardinalPlugin.cpp `getVersion`
# utils/macOS/Info_{JACK,Native}.plist
# .github/ISSUE_TEMPLATE/bug.yaml src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
VERSION = 24.04
VERSION = 24.05

# --------------------------------------------------------------
# Build targets


+ 1
- 1
plugins/plugins-mini.cpp View File

@@ -575,6 +575,7 @@ static void initStatic__surgext()
spl.removeModule("SurgeXTDigitalRingMod");
spl.removeModule("SurgeXTVCF");

p->addModel(modelFXNimbus);
spl.removeModule("SurgeXTFXBonsai");
spl.removeModule("SurgeXTFXChorus");
spl.removeModule("SurgeXTFXChow");
@@ -586,7 +587,6 @@ static void initStatic__surgext()
spl.removeModule("SurgeXTFXFlanger");
spl.removeModule("SurgeXTFXFrequencyShifter");
spl.removeModule("SurgeXTFXNeuron");
spl.removeModule("SurgeXTFXNimbus");
spl.removeModule("SurgeXTFXPhaser");
spl.removeModule("SurgeXTFXResonator");
spl.removeModule("SurgeXTFXReverb");


+ 1
- 1
src/CardinalCommon.cpp View File

@@ -99,7 +99,7 @@ void destroyStaticPlugins();
}
}

const std::string CARDINAL_VERSION = "24.04";
const std::string CARDINAL_VERSION = "24.05";

// -----------------------------------------------------------------------------------------------------------



+ 1
- 1
src/CardinalPlugin.cpp View File

@@ -414,7 +414,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(0, 24, 4);
return d_version(0, 24, 5);
}
int64_t getUniqueId() const override


+ 1
- 1
utils/macOS/Info_JACK.plist View File

@@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>studio.kx.distrho.cardinal.jack</string>
<key>CFBundleShortVersionString</key>
<string>23.04</string>
<string>24.05</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>


+ 1
- 1
utils/macOS/Info_Native.plist View File

@@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>studio.kx.distrho.cardinal.native</string>
<key>CFBundleShortVersionString</key>
<string>24.04</string>
<string>24.05</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>


Loading…
Cancel
Save