From 9005abb3310403b10fb25332ff3cd3e4c018292d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Kov=C3=A1cs?= Date: Tue, 23 Jun 2020 23:43:54 +0200 Subject: [PATCH] Version bump (4.0 -> 4.1) --- doc/XaoS.lsm | 4 ++-- installer/config/config.xml | 2 +- .../net.sourceforge.xaos/meta/package.xml | 4 ++-- src/include/config.h | 4 ++-- tools/create-deb | 2 +- xdg/xaos.appdata.xml | 18 +++++------------- 6 files changed, 13 insertions(+), 21 deletions(-) diff --git a/doc/XaoS.lsm b/doc/XaoS.lsm index 4c309b6a..94a63fb2 100644 --- a/doc/XaoS.lsm +++ b/doc/XaoS.lsm @@ -1,7 +1,7 @@ Begin3 Title: XaoS - a fast portable real-time interactive fractal zoomer/morpher -Version: 4.0 -Entered-date: May 14 2019 +Version: 4.1 +Entered-date: June 23 2020 Description: XaoS is a fast portable real-time interactive fractal zoomer. It displays the Mandelbrot set (among other escape diff --git a/installer/config/config.xml b/installer/config/config.xml index 9c1f4113..0827f8c7 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ XaoS - 4.0 + 4.1 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 62251398..604457fe 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.0 - 2020-02-01 + 4.1 + 2020-07-01 diff --git a/src/include/config.h b/src/include/config.h index 1be8ef79..2cfb6c02 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -1,8 +1,8 @@ -#ifndef CONFIG_H +#ifndef CONFIG_H #define CONFIG_H // XaoS release -#define XaoS_VERSION "4.0" +#define XaoS_VERSION "4.1" // URLs #define HELP_URL "https://github.com/xaos-project/XaoS/wiki" diff --git a/tools/create-deb b/tools/create-deb index 8b7f9b37..8a911c7c 100755 --- a/tools/create-deb +++ b/tools/create-deb @@ -1,6 +1,6 @@ #!/bin/bash -x -# This script creates a .deb package of XaoS 4.0. +# This script creates a .deb package of XaoS 4.0 and above. # Make sure you build the program first. # Required packages before running this script: # lynx pandoc git-extras lintian diff --git a/xdg/xaos.appdata.xml b/xdg/xaos.appdata.xml index d4756ab3..0c197e6e 100644 --- a/xdg/xaos.appdata.xml +++ b/xdg/xaos.appdata.xml @@ -49,21 +49,13 @@ - + -

The user interface is based on Qt, so XaoS has a modern look and feel.

-

Animation rendering has been fixed.

-

Menu entries are now standardized.

-

TrueType text rendering so fonts look nicer and non-Latin alphabets are supported.

-

Hindi, Icelandic, Russian, Serbian and Swedish translations.

-

Several minor updates for the other languages.

-

The language can be set in the View menu now.

-

Lots of bug fixes.

-

Zooming is possible also with the mouse wheel.

-

Mouse cursor has been changed to cross.

-

Iteration number N can be used in user formulas.

+

Custom palette helps visualizing palette before applying changes through slider selectable values now.

+

PNGs exported using 'Save Image' option can be imported back and users can continue zooming on it.

+

Several bug fixes.

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