diff --git a/News.php b/News.php
index 1671b81..750fa36 100644
--- a/News.php
+++ b/News.php
@@ -37,8 +37,11 @@ include_once("includes/header.php");
In the old repositories there was "zynaddsubfx" for old UI, and "zynaddsubfx-git" for the new one.
The "git" package is gone, only "zynaddsubfx" is there now and it has the new UI. +1 for progress!
- x42-plugins got updated to 20191013 release, and Patroneo was added.
- Patroneo was a tricky one since it uses python libraries. In order to make it a generic package I resorted to cxfreeze which makes it run independent of the system python.
+ x42-plugins got updated to 20191013 release.
+
+ Patroneo were added.
+ these last ones were tricky since they use python libraries.
+ In order to make it a generic package I resorted to cxfreeze which makes it run independent of the system python.
Coming soon is Carla 2.1-beta1.
diff --git a/repo/screenshots/_optimize-screenshots.sh b/repo/screenshots/_optimize-screenshots.sh
new file mode 100755
index 0000000..48b37f6
--- /dev/null
+++ b/repo/screenshots/_optimize-screenshots.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+set -e
+
+cd $(dirname $0)
+
+for file in $(find . -name "*.png"); do
+ pngcrush ${file} ${file}.new
+ mv ${file}.new ${file}
+done
diff --git a/repo/screenshots/fluajho.png b/repo/screenshots/fluajho.png
new file mode 100644
index 0000000..82a1da9
Binary files /dev/null and b/repo/screenshots/fluajho.png differ
diff --git a/repo/screenshots/vico.png b/repo/screenshots/vico.png
new file mode 100644
index 0000000..97e5fc9
Binary files /dev/null and b/repo/screenshots/vico.png differ