summarylogtreecommitdiffstats
path: root/.CHANGELOG
diff options
context:
space:
mode:
authorLucki2020-04-24 02:05:07 +0200
committerLucki2020-08-02 04:22:13 +0200
commit04b8e49c275066af064f44b83993abef57207103 (patch)
tree638b61e60446d7676465b6ba0dd48b2572f4b9f7 /.CHANGELOG
parent80469780b575920e0743f8c1f3e456293024048a (diff)
downloadaur-04b8e49c275066af064f44b83993abef57207103.tar.gz
upgpkg: lix 0.9.31-1
upstream release upgpkg: lix 0.9.31-1 upstream release
Diffstat (limited to '.CHANGELOG')
-rw-r--r--.CHANGELOG25
1 files changed, 25 insertions, 0 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index ff8bcbd1caa1..a88844498c65 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,31 @@
Version history
===============
+0.9.31
+------
+
+2020-04-23
+----------
+
+Compiling yourself: On Windows, Lix requires LDC 1.21.0, LDC or newer to
+compile out of the box. For LDC 1.20.1 or older, in Lix's dub.json file, you
+must first change all appearances of "-entry:wmainCRTStartup"
+with "-entry:mainCRTStartup".
+See doc/build/win64.txt, section "Old LDC versions" for details.
+
+Compiling yourself: Increased version of dependency sdlang-d: 0.10.4 -> 0.10.6,
+so that Lix still compiles with older versions of DMD, with the current stable
+DMD 2.091.0, and with even newer versions.
+
+Fix #394: The editor now sorts tilesets alphabetically by the shown directory,
+which is its second-level-nested directory in images/.
+Old order: forest/, occult/, abstract/, construction/, ..., because forest and
+occult were in images/amanda/ and abstract, construction were in images/geoo/.
+New order: abstract/, beach/, bricks/, carnival/, construction/, ..., forest/,
+..., occult/, ..., irrespective of the unshown author's name.
+
+Fixed a backroute in Ifo Island. The building at the bottom takes longer now.
+
0.9.30
------