Skip to content

Commit

Permalink
v0.4.8.0b
Browse files Browse the repository at this point in the history
  • Loading branch information
slater-jay committed Jan 9, 2020
1 parent cf7c348 commit 6895051
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ http://manywords.press/other-stuff/opentafl/opentafl-notation-spec.txt (notation


13. VERSION HISTORY -----------------------------------------------------------
v0.4.8.0b (released 01/09/20):
- Add the guard piece type, which can neither be captured nor take part in captures
- Bug prophylaxis

v0.4.7.2b (released 05/18/18):
- Fix error in human-readable rules for weak kings
- Fix bug in variant editor where selecting threefold loss created rules
Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,3 @@ task updaterUpdater(type: Jar) {
}
from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
}

task wrapper(type: Wrapper) {
gradleVersion = '5.6.4'
}
2 changes: 1 addition & 1 deletion src/com/manywords/softworks/tafl/OpenTafl.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private static enum Mode {
READ_JSON, HELP
}

public static final String CURRENT_VERSION = "v0.4.7.2b";
public static final String CURRENT_VERSION = "v0.4.8.0b";
public static final int NETWORK_PROTOCOL_VERSION = 7;

public static boolean devMode = false;
Expand Down

0 comments on commit 6895051

Please sign in to comment.