- Updated version to 0.4.1

- Updated changelog
This commit is contained in:
2008-09-07 15:40:23 +02:00
parent 7399b13fd0
commit 8a3f00fd4c
4 changed files with 22 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
[Setup]
AppName=CentrED
AppVerName=CentrED 0.4.0
AppVerName=CentrED 0.4.1
AppPublisher=AKS DataBasis
AppPublisherURL=http://www.aksdb.de/CentrED
AppSupportURL=http://www.aksdb.de/CentrED
@@ -13,10 +13,10 @@ DefaultGroupName=AKS DataBasis\CentrED
OutputBaseFilename=CentrED_win32
Compression=lzma
SolidCompression=true
VersionInfoVersion=0.4.0
VersionInfoVersion=0.4.1
VersionInfoCompany=AKS DataBasis
VersionInfoDescription=Client/Server based multiuser map editor
VersionInfoTextVersion=0.4.0
VersionInfoTextVersion=0.4.1
VersionInfoCopyright=Andreas Schneider
AppCopyright=Andreas Schneider
InfoBeforeFile=Changelog.txt

View File

@@ -1,11 +1,21 @@
Changelog:
[C] = Client, [S] = Server, [-] = Both/Unrelated
Version 0.4.1
=============
[C] Added random altitude to the elevate tool
[C] Fixed Boundaries not being updated when using the spin edits
[C] Fixed RegionControl to not react on mouseclicks when no region is selected
[C] Fixed VirtualLayer crashing CentrED when scrolling to the edges of a map
[C] Fixed elevation with the mouse wheel being far too high
Version 0.4.0
=============
[C] Added regional restrictions to accounts
[C] Visualize these restrictions for users
[C] Added visualization of these restrictions for users
[C] Added better GTK2 compatibility to the Linux version
[C] Added random altitude to the draw tool
[S] Added more detailed startup messages
[S] Changed config file to use XML
[S] Bumped config file version to 3
[-] Removed some memory leaks