diff --git a/News.php b/News.php
index 1712488..4791287 100644
--- a/News.php
+++ b/News.php
@@ -43,7 +43,10 @@ include_once("includes/header.php");
This was also something that was brought back in this release.
It was initially removed from the 2.x series because it did not work so well.
- Now the code has been fixed up and brought to life. You can disable it in the settings if you prefer your messages to go to the console as usual.
+ Now the code has been fixed up and brought to life.
+
+
+ You can disable it in the settings if you prefer your messages to go to the console as usual.
Sadly this does not work on Windows just yet, only for Linux and Mac OS.
But for Windows a Debug/Carla.exe file is included in this build (after you extract the exe as zip file), which can be used to see the console window.
@@ -72,8 +75,8 @@ include_once("includes/header.php");
Add command-line option for help and version arguments
Add command-line option to run Carla without UI (requires project file)
Add X11 UI to Carla-LV2
- Remove mverb as internal plugin (conflicting license)
- Remove nekofilter internal plugin (use fil4.lv2 instead)
+ Remove MVerb internal plugin (conflicting license)
+ Remove Nekofilter internal plugin (use fil4.lv2 instead)
Implement plugin bridges for Mac OS and Windows
Implement Carla-LV2 MIDI out
Implement initial latency code, used for aligned dry/wet sound for now
@@ -86,9 +89,9 @@ include_once("includes/header.php");
Find plugin binary when saved filename doesn't exist
Force usage of custom theme under Mac OS
New option to wherever put UIs on top of carla (Linux only)
- Options saved in plugins config
Make canvas draggable with mouse middle-click
- Make it possible to force-refresh scan LV2 and AU plugins
+ Make it possible to force-refresh scan of LV2 and AU plugins
+ Plugin settings (force stereo, send CC, etc) are now saved in the project file
Renaming plugins under JACK driver mode now keeps the patchbays connections
Update modgui code for latest mod-ui, supports control outputs now
Lots and lots of bug fixes.