Skip to content

Commit a13a975

Browse files
Updated VERSIONS.MD
1 parent 02100cc commit a13a975

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

VERSIONS.MD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Versions
22

3-
## 0.12.0 - Single stepping battle
3+
## 0.12.0 - Single stepping battle - 17-Apr-2022
44

55
#### Changes
66

77
- GUI:
8-
- Added 'Next turn' button beside the pause button in with the control panel to useful for single stepping a
8+
- Added 'Next turn' button beside the pause button in with the control panel to useful for single-stepping a
99
battle, e.g. when debugging your bot.
1010
- Improvements to the battle dialog for selecting game type and bots for a new battle.
1111
- Added button for setting up rules.
1212
- Added tooltip texts.
13-
- Protocol: Removal of rgb-value type from protocol of Bot APIs.
13+
- Protocol: Removal of rgb-value type from the protocol of Bot APIs.
1414
- Bot API: The `Color.fromRgb()` has been replaced by `Color.fromString()`.
1515

1616
#### Bugfixes
1717

18-
- Bot API: Make sure bot terminates (system exit) upon a connection error to prevent dangling bot processes, which is
18+
- Bot API: Make sure the bot terminates (system exit) upon a connection error to prevent dangling bot processes, which is
1919
usually occurring when terminating the UI, which closes the bot connections.
20-
- GUI: When dragging the battle arena, the graphics was not updated while dragging.
20+
- GUI: When dragging the battle arena, the graphics were not updated while dragging.
2121

2222
## 0.11.2 - Fix restart issue - 12-Apr-2022
2323

0 commit comments

Comments
 (0)