Skip to content

Commit 111805b

Browse files
committed
Add changelog.
1 parent 8b3c319 commit 111805b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<ItemGroup>
1010
<ThunderStoreItems Include="..\icon.png" />
1111
<ThunderStoreItems Include="..\manifest.json" />
12+
<ThunderStoreItems Include="..\CHANGELOG.md" />
1213
<ThunderStoreItems Include="..\README.md" />
1314
</ItemGroup>
1415

0 commit comments

Comments
 (0)