diff --git a/Applications:Carla.php b/Applications:Carla.php index f0d7195..c028fe7 100644 --- a/Applications:Carla.php +++ b/Applications:Carla.php @@ -79,21 +79,21 @@ include_once("includes/header.php"); Debian/Ubuntu (via KXStudio repositories)

- Pre-compiled binaries are available for Linux, Mac and Windows (version 2.0-RC2).
+ Pre-compiled binaries are available for Linux, Mac and Windows (version 2.0-RC3).
- + Linux 32bit
- + Linux 64bit
- + MacOS 64bit
- + Windows 32bit
- + Windows 64bit

diff --git a/Downloads.php b/Downloads.php index 5b5fc48..966835b 100644 --- a/Downloads.php +++ b/Downloads.php @@ -54,26 +54,26 @@ include_once("includes/header.php"); Cadence (32bit, version 0.8.1)
  Cadence (64bit, version 0.8.1)
-   - Carla2 (32bit, version 2.0-RC2)
-   - Carla2 (64bit, version 2.0-RC2)
+   + Carla2 (32bit, version 2.0-RC3)
+   + Carla2 (64bit, version 2.0-RC3)
  FeSTige (32bit, version 1.0.2)

MacOS Downloads:
-   - Carla2 (version 2.0-RC2 for macOS 10.8 or higher)
+   + Carla2 (version 2.0-RC3 for macOS 10.8 or higher)

Windows Downloads:
  Cadence (32bit, version 0.8.1)
-   - Carla2 (32bit, version 2.0-RC2)
-   - Carla2 (64bit, version 2.0-RC2)
+   + Carla2 (32bit, version 2.0-RC3)
+   + Carla2 (64bit, version 2.0-RC3)

@@ -89,8 +89,8 @@ include_once("includes/header.php"); Downloads:
  Cadence (version 0.8.1)
-   - Carla2 (version 2.0-RC2)
+   + Carla2 (version 2.0-RC3)
  FeSTige (version 1.0.2)

diff --git a/News.php b/News.php index bf81139..9e9a106 100644 --- a/News.php +++ b/News.php @@ -14,25 +14,26 @@ include_once("includes/header.php");

> Carla 2.0 RC3 is here!
- On 2018-10-27 by falkTX + On 2019-01-15 by falkTX

- Hello everyone, this is a quick fix for the Carla Plugin Host (soon-to-be) stable series.
+ Hello everyone, happy new year!
+ This is a quick fix for the Carla Plugin Host (soon-to-be) stable series.
Only very small fixes here, and a change on how specific plugins load.
This release starts a "release early, release often" attitude, that hopefully I can maintain from now on.

Changelog

- Previously a few plugins were hardcoded to run as plugin bridges, as deemed unsafe because of how they use their plugin UIs (instance-access).
+ Previously a few plugins were hardcoded to run as plugin bridges, as they were deemed unsafe because of how they use their plugin UIs (instance-access).
Carla automatically started these plugins as bridges, as to not crash the main process when Gtk and Qt gets in the way.
- Plugin state in bridges have a few issues (as plugin bridges are experimental right now), which I was hoping to fix before 2.0 final is here.
+ Plugin state in bridges have a few issues (as plugin bridges are experimental right now), which I was hoping to fix before the final 2.0 is here.
But that will not happen it seems (not an easy fix), so now these plugins will run normally as all others do, in the same process.
This means the following possible breaking changes:

@@ -47,16 +48,21 @@ include_once("includes/header.php");

Downloads

- To download Carla binaries or source code, jump on over to the KXStudio downloads section.
+ To download Carla binaries or source code, jump on over to the KXStudio downloads section.
If you're using the KXStudio repositories, you can simply install "carla-git" (plus "carla-lv2" and "carla-vst" if you're so inclined).
Bug reports and feature requests are welcome! Jump on over to the Carla's Github project page for those.

Future

- A "2.0-final" milestone is on GitHub, which lists the remaining issues to be fixed before 2.0 is considered "final".
- New features already made its way to Carla, but sit on the develop branch.
- When the "final" version is release, expect a 2.1-beta to come shortly afterwards. + A + + "2.0-final" milestone + is on GitHub, which lists the remaining issues to be fixed before 2.0 is considered "final".
+ New features already made its way to Carla, but sit on the + + develop branch.
+ When the "final" version is released, expect a 2.1-beta to come shortly afterwards.