diff --git a/web/project-website/content/what-is-new/_index.md b/web/project-website/content/what-is-new/_index.md new file mode 100644 index 00000000..1a101145 --- /dev/null +++ b/web/project-website/content/what-is-new/_index.md @@ -0,0 +1,21 @@ +--- +title: What is New in Flamenco 3 +weight: 5 +--- + +Flamenco was pretty much rebuilt from scratch between versions 2 and 3. One of +the major goals of Flamenco 3 is to simplify the installation & use. + +Compared to version 2, Flamenco 3: + +- no longer requires an online component; Flamenco Server has been removed. +- no longer requires you to install & configure a database. +- works 100% on your own infrastructure. +- just has two executables for you to run (Manager and Worker). +- has its own dedicated Blender add-on, which can be downloaded directly from Flamenco Manager. +- supports [custom job types][custom-jobs] written in JavaScript. +- comes bundled with FFmpeg; you only need to install Blender. + +[custom-jobs]: {{< ref "/usage/job-compiler-scripts" >}} + +{{< button size="large" relref="usage/getting-started/" >}}Get Started{{< /button >}}