We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b2e1b commit 0c4069dCopy full SHA for 0c4069d
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changelog ##
2
3
+#### v1.0.3 ####
4
+* Match and Keep! no longer hijacks the cursor
5
+* Match and Keep! no longer hangs when using SuperFastMode
6
+* Improved Match and Keep! event option descriptions and ordering
7
+* Do not crash if a start command is sent before Communication Mod is ready
8
+
9
#### v1.0.2 ####
10
* Added BaseMod as a mod dependency (so now you can't load them in the wrong order)
11
pom.xml
@@ -5,7 +5,7 @@
<groupId>autoplay</groupId>
<artifactId>CommunicationMod</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3</version>
<packaging>jar</packaging>
<name>Communication Mod</name>
<description>Used to help external programs communicate with Slay the Spire</description>
0 commit comments