Skip to content

Commit

Permalink
0.9.47
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Aug 11, 2022
1 parent d464958 commit ed4cba8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Version history
===============

0.9.47
------

2022-08-11

Add Swedish translation of the Lix user interface by Sanchez.

Fix #387: Update skill panel on tweak. Now, after shifting a skill assignment
forward or backward by a single frame in the replay tweaker, the skill panel
updates all skill buttons' counts accordingly. This matters when some skills
assignments have become illegal in the now-edited replay.



0.9.46
------

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

struct Version {
Expand Down

0 comments on commit ed4cba8

Please sign in to comment.