Skip to content

Commit

Permalink
0.10.23
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Jun 2, 2024
1 parent 1c0e5c9 commit 6c0bd71
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 @@ -19,6 +19,9 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.10.23" date="2024-06-02" type="stable">
<url>https://github.com/SimonN/LixD/releases/tag/v0.10.23</url>
</release>
<release version="v0.10.22" date="2024-04-17" type="stable">
<url>https://github.com/SimonN/LixD/releases/tag/v0.10.22</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.23
-------

2024-06-02

Keep visible land in-place when you open or close the replay tweaker. Before,
when you opened or closed the tweaker, the land scrolled left or right.

Fix #476: Chat messages appear in the chatters' player colors. Observers
will continue to chat in white.

On Windows, Lix shows a native dialog box when an exception flies out of main,
e.g., when you lack important files that Lix needs to run. You can screenshot
the dialog box or copy the error from `user/log.txt`.

Move some multiplayer maps: For each player count (2p, 3p, ..., 8p),
whenever an author directory held only only one map at player count,
that that map is now in a directory `other/` at that player count.

Add Sunny Day at the Beach, a multiplayer map by Blitz for 2p-5p.



0.10.22
-------

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, 22);
private immutable _gameVersion = Version(0, 10, 23);
const(Version) gameVersion() { return _gameVersion; }

struct Version {
Expand Down

0 comments on commit 6c0bd71

Please sign in to comment.