Skip to content

Commit

Permalink
0.9.41
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Jan 6, 2022
1 parent 6ec33f5 commit 342b922
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions doc/history.txt
@@ -1,6 +1,27 @@
Version history
===============

0.9.41
------

2022-01-06

Support tags in level files to help organize the multiplayer levels. Levels
can contain zero or more tags, one per line. Edit tags with a text editor; we
can work towards better editing support in Lix itself in the future. Example:
$TAG mytag

The editor loads and saves tags, but doesn't yet display them anywhere and
doesn't offer to edit them. The level browsers don't print tags anywhere
either yet.

The level search (in the singleplayer or multiplayer browser) will find
tags, but you have to enter the exact tag completely. Half-words that
appear inside tags do not find that tag. (I'm not yet sure if this behavior
is best; we can change it.)



0.9.40
------

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

private immutable _gameVersion = Version(0, 9, 40);
private immutable _gameVersion = Version(0, 9, 41);
const(Version) gameVersion() { return _gameVersion; }

struct Version {
Expand Down

0 comments on commit 342b922

Please sign in to comment.