Skip to content

Commit

Permalink
0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed May 27, 2023
1 parent 2fe5159 commit 6dbafef
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
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.10
-------

2023-05-27

Fix #452: The search for the next unsolved level works again for when
the next unsolved level is not the next level. Before, from 0.10.6 through
0.10.9, the end-of-singleplayer screen showed only the next level.

Fix tooltips: When you hovered over a platformer or builder, the tooltip would
always instruct you to queue, even if you had, e.g., miner selected in the
skillbar. Now, the tooltip to queue appears only for the same selected skill.

Tweaker lines have white text when you hover over the corresponding lix.

When you erase an assignment via the tweaker, the tweaker will also erase
all assignments to the same lix in the same or a future physics update.

Add Kingshadow's Rescue Reduction, a new multiplayer map for 3 through 8
players that combines Rescue Rangers Double Team with Downward Reduction.



0.10.9
------

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

struct Version {
Expand Down

0 comments on commit 6dbafef

Please sign in to comment.