Skip to content

Commit

Permalink
0.10.21
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Mar 9, 2024
1 parent 9f572b2 commit d6826f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Version history
===============

0.10.21
-------

2024-03-08

Added geoo's new singleplayer pack with 106 levels. They're sorted by theme:
Wrappy puzzles on cylindrical/toroidal maps, flowy puzzles about crowd control,
classy large-scale strategic puzzles, loony puzzles about physics curiosities,
and sketchy outtakes.

Added two new miniatures by geoo: Bridges, and Mini Cellar.

During insert mode, change the tooltip "Replaying. Click to play from here."
to "Insert Mode: Click to insert." (You're in insert mode while the tweaker
is open, unless you reconfigure this in the options menu.)



0.10.20
-------

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

struct Version {
Expand Down

0 comments on commit d6826f4

Please sign in to comment.