We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1bdf3 commit 40ef133Copy full SHA for 40ef133
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog ##
2
3
+#### v0.6.0 ####
4
+* Added "act_boss" to the game state, indicating the first boss to be fought in the current Act
5
+* Made Communication Mod compatible with Slay the Spire v1.1
6
+
7
#### v0.5.0 ####
8
* Added "any_number" to the grid select screen state, indicating whether any number of cards can be selected
9
* Fixed "choose boss" rarely failing to select the boss node
pom.xml
@@ -5,7 +5,7 @@
<groupId>autoplay</groupId>
<artifactId>CommunicationMod</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
<packaging>jar</packaging>
10
<name>Communication Mod</name>
11
<description>Used to help external programs communicate with Slay the Spire</description>
0 commit comments