Skip to content

Commit

Permalink
Version bump (4.0 -> 4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jun 23, 2020
1 parent a9b3a5a commit 9005abb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
4 changes: 2 additions & 2 deletions doc/XaoS.lsm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>XaoS</Name>
<Version>4.0</Version>
<Version>4.1</Version>
<Title>XaoS</Title>
<Publisher>XaoS Project</Publisher>
<StartMenuDir>XaoS</StartMenuDir>
Expand Down
4 changes: 2 additions & 2 deletions installer/packages/net.sourceforge.xaos/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>XaoS</DisplayName>
<Description>Real-time interactive fractal zoomer</Description>
<Version>4.0</Version>
<ReleaseDate>2020-02-01</ReleaseDate>
<Version>4.1</Version>
<ReleaseDate>2020-07-01</ReleaseDate>
<Licenses>
<License name="GNU General Public License v2.0" file="license.txt" />
</Licenses>
Expand Down
4 changes: 2 additions & 2 deletions src/include/config.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/create-deb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 5 additions & 13 deletions xdg/xaos.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,13 @@
</provides>

<releases>
<release version="4.0" date="2020-04-01">
<release version="4.1" date="2020-07-01">
<description>
<p>The user interface is based on Qt, so XaoS has a modern look and feel.</p>
<p>Animation rendering has been fixed.</p>
<p>Menu entries are now standardized.</p>
<p>TrueType text rendering so fonts look nicer and non-Latin alphabets are supported.</p>
<p>Hindi, Icelandic, Russian, Serbian and Swedish translations.</p>
<p>Several minor updates for the other languages.</p>
<p>The language can be set in the View menu now.</p>
<p>Lots of bug fixes.</p>
<p>Zooming is possible also with the mouse wheel.</p>
<p>Mouse cursor has been changed to cross.</p>
<p>Iteration number N can be used in user formulas.</p>
<p>Custom palette helps visualizing palette before applying changes through slider selectable values now.</p>
<p>PNGs exported using 'Save Image' option can be imported back and users can continue zooming on it.</p>
<p>Several bug fixes.</p>
</description>
<url>https://github.com/xaos-project/XaoS/releases/tag/release-4.0</url>
<url>https://github.com/xaos-project/XaoS/releases/tag/release-4.1</url>
</release>
</releases>
</component>

0 comments on commit 9005abb

Please sign in to comment.