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.
2 parents f825c12 + 06f9d17 commit da647e0Copy full SHA for da647e0
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+## Next
2
+
3
+* Remove compiled script packages when switching between debug and release mode to prevent compiler error (#16)
4
+* Remove compiled script packages when modifying macros (#20)
5
+* Overridden Steam UGC IDs can now be `long` (`int64`) (#22)
6
+* Use error syntax `file(line)` for compiler errors to be compatible with both ModBuddy and VS Code (#26)
7
+* Add a `clean.ps1` script, ModBuddy configuration and VS Code example task to remove all cached build artifacts (#24)
8
+* Remove project file verification (#28)
9
10
+## 1.0.0 (2021-05-22)
11
12
+* Initial release
0 commit comments