We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3c319 commit 111805bCopy full SHA for 111805b
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# v1.1
2
+
3
+- Fixed items which cannot be turned in (like keys) counting towards the displayed total.
4
+- Bodies do not count towards the displayed total.
5
+- Added support for BMX's LobbyCompatibility if it is installed.
6
+- Added config option for display duration.
7
8
+# v1.0
9
10
+- Initial release.
ShipLoot/PostBuildEvents.targets
@@ -9,6 +9,7 @@
<ItemGroup>
<ThunderStoreItems Include="..\icon.png" />
11
<ThunderStoreItems Include="..\manifest.json" />
12
+ <ThunderStoreItems Include="..\CHANGELOG.md" />
13
<ThunderStoreItems Include="..\README.md" />
14
</ItemGroup>
15
0 commit comments