Skip to content

Releases: darwinscat/orbitcab

OrbitCab v1.3.0

23 Jun 14:11
16dd434

Choose a tag to compare

What's Changed

  • fix(recents): make the recent-IR list system-wide (not session-only) by @tsyma in #72
  • docs(readme): SEO keywords (VST3/AU/CLAP) in opening paragraph by @tsyma in #74
  • feat(presets): bundled factory presets + OrbitCab submenu; default = Roche Limit (1.3.0) by @tsyma in #73

Full Changelog: v1.2.1...v1.3.0

OrbitCab v1.2.1

22 Jun 22:21
f531495

Choose a tag to compare

What's Changed

  • fix(presets): exclude A/B/C/D compare registers from shared presets by @tsyma in #66
  • ci: add Dependabot config for GitHub Actions updates by @tsyma in #67
  • ci: bump actions/checkout from 6 to 7 in the github-actions group by @dependabot[bot] in #68
  • build: bump JUCE to 8.0.14 by @tsyma in #70
  • build: pin clap-juce-extensions to a commit instead of tracking main by @tsyma in #69
  • fix(state): v4 single source of truth — IR name, A/B/C/D, undo, recents (v1.2.1) by @tsyma in #71

New Contributors

Full Changelog: v1.2.0...v1.2.1

OrbitCab v1.2.0

22 Jun 13:36
55ec0f7

Choose a tag to compare

What's Changed

  • feat(slots): clear a slot to "no cabinet" (empty → dry passthrough) by @tsyma in #63
  • feat(ui): Save/Save As icons + A/B/C/D 1–4 shortcuts; restore undo/redo by @tsyma in #64
  • release: bump version to 1.2.0 by @tsyma in #65

Full Changelog: v1.1.0...v1.2.0

OrbitCab v1.1.0

21 Jun 22:32
15d7366

Choose a tag to compare

What's Changed

  • Gear settings panel — HEAD / Dry-Wet / Spectrum + global view-prefs by @tsyma in #55
  • chore: gitignore Claude Code's local .claude/ dir by @tsyma in #56
  • fix(state): migrate pre-1.1 sessions — absent headTrim → off by @tsyma in #57
  • WF: log/linear (dB) amplitude scale + ms marks + TRIM magnet by @tsyma in #58
  • feat(presets): versioned block in .orbitcab + preset metadata schema by @tsyma in #59
  • feat(presets): land preset-centric UX on main (completes #60) by @tsyma in #61
  • release: bump version to 1.1.0 by @tsyma in #62

Full Changelog: v1.0.1...v1.1.0

OrbitCab v1.0.1

20 Jun 19:11
65b438e

Choose a tag to compare

What's Changed

  • release: generate + attach SHA256SUMS by @tsyma in #41
  • Release-ready README (clean, evergreen) by @tsyma in #36
  • docs(readme): real install steps, checksums, badges by @tsyma in #42
  • refactor: extract WaveformMath + split WaveformDisplay into a .cpp (fixes #9) by @tsyma in #43
  • rt: poll IR-reload flags on a timer, off the audio thread (fixes #1) by @tsyma in #44
  • fix(editor): dead darwinscat.com/download link → GitHub Releases (#46) by @tsyma in #47
  • dsp: fix mute/auto-level fight (#45) + soft-start startup transient (#48) by @tsyma in #49
  • dsp: seed auto-level from the IR → near-zero startup fade (fixes #48) by @tsyma in #50
  • docs(readme): add the OrbitCab banner up top by @tsyma in #51
  • fix(editor): version call-out orphans when the editor closes by @tsyma in #53
  • release: bump version to 1.0.1 by @tsyma in #54

Full Changelog: v1.0.0...v1.0.1

OrbitCab v1.0.0

19 Jun 23:56
7044191

Choose a tag to compare

What's Changed

  • Fix dangling references and stale CI/license notes by @tsyma in #17
  • README: add Build quickstart and Contributing section by @tsyma in #18
  • Make irLengthSeconds atomic (fixes #2) by @tsyma in #19
  • Add NON_COPYABLE_WITH_LEAK_DETECTOR to UI components (fixes #8) by @tsyma in #20
  • Use Component::SafePointer in async callbacks (fixes #3) by @tsyma in #23
  • CI: make pluginval a hard gate (fixes #10) by @tsyma in #21
  • Reset HPF/LPF state on off->on transition (fixes #6) by @tsyma in #22
  • Strip absolute IR paths from exported presets (fixes #4) by @tsyma in #24
  • Harden state/IR loading against corrupt + crafted presets (fixes #5) by @tsyma in #30
  • De-duplicate leading-silence detector + IR-ref serialization (fixes #7) by @tsyma in #31
  • Fix GitHub license detection: make LICENSE verbatim AGPL-3.0 by @tsyma in #32
  • Drop the redundant COPYING notice file by @tsyma in #33
  • Add CLAP plugin format via clap-juce-extensions (fixes #11) by @tsyma in #34
  • release: GitHub Releases instead of rsync + dry_run + Linux by @tsyma in #37
  • UpdateChecker: GitHub Releases API instead of own server by @tsyma in #38
  • release: fix macOS signing, ship CLAP on Linux, add arm64 Linux by @tsyma in #40

Full Changelog: https://github.com/darwinscat/orbitcab/commits/v1.0.0