diff --git a/CMakeLists.txt b/CMakeLists.txt index c3c51e0a..393a07ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # This cmake configuration file is based on the work by Werner Volken -# To create a native build of XaoS on Linux: +# To create a native build of XaoS on Linux (no WebAssembly build is currently supported via cmake yet): # # * download a recent Qt SDK (at least Qt 6.2.4 is recommended), # @@ -65,6 +65,12 @@ # # on the cmake command line to enable the driver. +# Notes if you use Qt Creator to build XaoS via cmake: +# +# * You may get an error like 'No CMake configuration for build type "Debug" found.' +# This is not the real error. Instead, you need to have a look at the Issues window +# and learn what the problem is. Maybe some package is not found by cmake. +# In particular, you may need to have libcups2-dev on your system already installed. ########################################################################### diff --git a/installer/config/config.xml b/installer/config/config.xml index 98f224b3..c39905e8 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ XaoS - 4.3.2 + 4.3.3 XaoS XaoS Project XaoS diff --git a/installer/packages/net.sourceforge.xaos/meta/package.xml b/installer/packages/net.sourceforge.xaos/meta/package.xml index 43a4a211..a322ff18 100644 --- a/installer/packages/net.sourceforge.xaos/meta/package.xml +++ b/installer/packages/net.sourceforge.xaos/meta/package.xml @@ -2,8 +2,8 @@ XaoS Real-time interactive fractal zoomer - 4.3.2 - 2024-01-17 + 4.3.3 + 2024-10-28 diff --git a/src/include/config.h b/src/include/config.h index 2be7347c..b480e533 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -2,7 +2,7 @@ #define CONFIG_H // XaoS release -#define XaoS_VERSION "4.3.2" +#define XaoS_VERSION "4.3.3" // URLs #define HELP_URL "https://github.com/xaos-project/XaoS/wiki" diff --git a/xdg/xaos.appdata.xml b/xdg/xaos.appdata.xml index b85e96ba..3fe83921 100644 --- a/xdg/xaos.appdata.xml +++ b/xdg/xaos.appdata.xml @@ -64,6 +64,12 @@ io.github.xaos_project.XaoS.desktop + + +

New fractal type (clock) by prrt714.

+

New outcoloring mode smoothlog by iaoesch.

+
+ https://github.com/xaos-project/XaoS/releases/tag/release-4.3.2

Turkish translation, contributed by Selen Galiç, Zuhal Ünan, Veysel Yıldız and Emine Nur Ünveren Bilgiç.