Releases: supercollider/supercollider
3.14.1
We are pleased to announce the release of SuperCollider 3.14.1! The release is available here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.1
This release fixes a bug when setting args as keyword arguments in class methods. It also fixes the content of some helpfiles, boost libraries integration, build system, and the CI pipeline.
A big thank you to all developers for your contributions!
Full Changelog: https://github.com/supercollider/supercollider/blob/3.14/CHANGELOG.md
3.14.1-rc2
We are publishing SuperCollider 3.14.1-rc2, a release candidate for the next bugfix version of SC. As this is a release candidate, it is meant for testing and evaluation, and it is not an official release. If no major issues are found in the release candidate, a proper release will be made in about a week. You can download it here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.1-rc2
This release fixes a bug when setting args as keyword arguments in class methods. It also fixes the content of some helpfiles, boost libraries integration, build system, and the CI pipeline.
A big thank you to all developers for your contributions!
3.14.1-rc1
We are publishing SuperCollider 3.14.1-rc1, a release candidate for the next minor version of SC. As this is a release candidate, it is meant for testing and evaluation, and it is not an official release. If no major issues are found in the release candidate, a proper release will be made in about a week. You can download it here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.1-rc1
This release fixes a bug when setting args as keyword arguments in class methods. It also fixes the content of some helpfiles.
A big thank you to all developers for your contributions!
3.14.0
We are pleased to announce the release of SuperCollider 3.14.0! The release is available here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.0
This version has a number of changes since SC 3.13. Highlights include:
- Sclang functions now support collecting arbitrary keyword arguments via
{ |...args, kwargs| kwargs } - The initialization sample of multiple UGens was fixed
- Documentation can now also be themed like the IDE
- Due to updated bundled boost libraries on macOS and Windows, FluCoMa UGens which were working under SuperCollider 3.13 are not compatible anymore with 3.14! Go to https://github.com/flucoma/flucoma-sc to check for compatible version.
- This does not apply to other extensions - e.g. sc3-plugins version 3.13 will still work with SuperCollider 3.14, as the plugin interface was not changed
- Even though these are not as much of user-facing changes, there were countless structural upgrades: we migrated to Qt6, added and improved tests, updated 3rd-party libraries, updated the build system for most recent build tools, and adapted a new organizational structure for development
A big thank you to all developers for your contributions!
Full Changelog: https://github.com/supercollider/supercollider/blob/3.14/CHANGELOG.md
3.14.0-rc3
We are publishing SuperCollider 3.14.0-rc3, a release candidate for the next minor version of SC. As this is a release candidate, it is meant for testing and evaluation, and it is not an official release. If no major issues are found in the release candidate, a proper release will be made in the next few days. You can download it here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.0-rc3
The changes from 3.14.0-rc2 include:
- classlib: IdentityDictionary passes selector by @telephon in #7062
- servers: Fix default device selection on Windows when no WASAPI devices are available by @dyfer in #7051
A big thank you to all developers for your contributions!
Full Changelog: https://github.com/supercollider/supercollider/blob/3.14/CHANGELOG.md
3.14.0-rc2
We are publishing SuperCollider 3.14.0-rc2, a release candidate for the next minor version of SC. As this is a release candidate, it is meant for testing and evaluation, and it is not an official release. If no major issues are found in the release candidate, a proper release will be made in about a week. You can download it here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.0-rc2
The changes from 3.14.0-rc1 include:
- Fix View.setBackgroundImage by @elgiano in #6970
- UDP: set max buffer size to 4MB and fallback to 1MB by @xunil-cloud in #6989
- Adjust touchpad and mouse wheel scrolling by @elgiano in #7030
- Add kwargs for Pbindef and PbindProxy by @telephon in #6977
- Fix scrolling in NodeTreeView by @prko in #6948
- Use WASAPI as default backend on Windows by @dyfer in #6994
- Increase font size of status box by @capital-G in #7033
- Fix crash on some Wayland configurations by @dyfer in #7036
A big thank you to all developers for your contributions!
Full Changelog: https://github.com/supercollider/supercollider/blob/3.14/CHANGELOG.md
3.14.0-rc1
We are publishing SuperCollider 3.14.0-rc1, a release candidate for the next minor version of SC. As this is a release candidate, it is meant for testing and evaluation, and it is not an official release. If no major issues are found in the release candidate, a proper release will be made in about a week. You can download it here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.0-rc1
This version has a number of changes since SC 3.13. Highlights include:
- Sclang functions now support collecting arbitrary keyword arguments via
{ |...args, kwargs| kwargs } - The initialization sample of multiple UGens was fixed
- Documentation can now also be themed like the IDE
- Due to updated bundled boost libraries on macOS and Windows, FluCoMa UGens which were working under SuperCollider 3.13 are not compatible anymore with 3.14! Go to https://github.com/flucoma/flucoma-sc to check for compatible version.
- This does not apply to other extensions - e.g. sc3-plugins version 3.13 will still work with SuperCollider 3.14, as the plugin interface was not changed
- Even though these are not as much of user-facing changes, there were countless structural upgrades: we migrated to Qt6, added and improved tests, updated 3rd-party libraries, updated the build system for most recent build tools, and adapted a new organizational structure for development
A big thank you to all developers for your contributions!
Full Changelog: https://github.com/supercollider/supercollider/blob/3.14/CHANGELOG.md
3.13.1
We are pleased to announce the release of SuperCollider 3.13.1! The release is available here: https://github.com/supercollider/supercollider/releases/tag/Version-3.13.1
This release fixes HID support on Linux.
There are no functional updates for macOS and Windows and we won't be publishing new binaries for these platforms. Please use 3.13.0 to download builds for these platforms.
A big thank you to all developers for your contributions!
3.13.1-rc1
We are publishing SuperCollider 3.13.1-rc1, a release candidate for the next bugfix update. As this is a release candidate, it is meant for testing and evaluation, and it is not an official release. If no major issues are found in the release candidate, a proper release will be made in about a week. You can download it here: https://github.com/supercollider/supercollider/releases/tag/Version-3.13.1-rc1
This release fixes HID support on Linux.
There are no functional updates for macOS and Windows and we won't be publishing new binaries for these platforms.
A big thank you to all developers for your contributions!
3.13.0
We are pleased to announce the release of SuperCollider 3.13.0! The release is available here: https://github.com/supercollider/supercollider/releases/tag/Version-3.13.0
Here's a list of notable changes since SuperCollider 3.12.2:
- Numerous UGens have been fixes so that they calculate their initial value as originally intended. Please note that in some cases this may create a different result than previously
- A universal Intel x86_64 and Apple arm64 macOS build is now provided
CHANGELOG.md contains a more extensive list of changes.
Please note: the macOS legacy build was updated after the release to fix an issue with the build system, which prevented the server from booting. It was built from the 3.13 branch and is functionally identical to the original release.
A big thank you to all developers for your contributions!