Skip to content

Commit

Permalink
0.10.27
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Dec 1, 2024
1 parent e0f4e2c commit 4c745e1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
3 changes: 3 additions & 0 deletions data/desktop/com.lixgame.Lix.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.10.27" date="2024-12-02" type="stable">
<url>https://github.com/SimonN/LixD/releases/tag/v0.10.27</url>
</release>
<release version="v0.10.26" date="2024-08-17" type="stable">
<url>https://github.com/SimonN/LixD/releases/tag/v0.10.26</url>
</release>
Expand Down
23 changes: 23 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Version history
===============

0.10.27
-------

2024-12-02

Add 156 multiplayer maps by Hyperlodge: 135 maps for 2 players, 20 maps
for 4 players, and 1 map for 6 players. Thank you very much!

Add Blitz's map: Happy First Day.

Change default mouse options on Linux to match the existing defaults for
all other platforms. The default mouse speed is now 20 (= 100 %), not 10.
By default, the mouse untraps with fast mouse movement.

Bump the DAllegro dependency to 4.0.7+5.2.0. This fixes a crash on MacOS
(the "argv crash") when you ran Lix as packaged software instead of as a
standlone executable.

In the build instructions, explain how to avoid installing Visual Studio when
you install Windows DMD: You should select "do nothing".



0.10.26
-------

Expand Down
2 changes: 1 addition & 1 deletion src/net/version.d
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import std.conv;
import std.range;
import std.string;

private immutable _gameVersion = Version(0, 10, 26);
private immutable _gameVersion = Version(0, 10, 27);
const(Version) gameVersion() { return _gameVersion; }

struct Version {
Expand Down

0 comments on commit 4c745e1

Please sign in to comment.