summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.ModBuildConfig/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-07 22:11:12 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-07 22:11:12 -0400
commit926894f8f52c2a5cf104fcac2f7f34b637f7b531 (patch)
tree398f3b4a7f3d1d5925b8d68a943610e43b2ac588 /src/StardewModdingAPI.ModBuildConfig/release-notes.md
parent64ebbd135f8194a38857bb585ecd7272f629f8e6 (diff)
downloadSMAPI-926894f8f52c2a5cf104fcac2f7f34b637f7b531.tar.gz
SMAPI-926894f8f52c2a5cf104fcac2f7f34b637f7b531.tar.bz2
SMAPI-926894f8f52c2a5cf104fcac2f7f34b637f7b531.zip
move mod build config files into subfolder
Diffstat (limited to 'src/StardewModdingAPI.ModBuildConfig/release-notes.md')
-rw-r--r--src/StardewModdingAPI.ModBuildConfig/release-notes.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/StardewModdingAPI.ModBuildConfig/release-notes.md b/src/StardewModdingAPI.ModBuildConfig/release-notes.md
new file mode 100644
index 00000000..ff2734f8
--- /dev/null
+++ b/src/StardewModdingAPI.ModBuildConfig/release-notes.md
@@ -0,0 +1,28 @@
+## Release notes
+### 1.6
+* Added support for deploying mod files into `Mods` automatically.
+* Added a build error if a game folder is found, but doesn't contain Stardew Valley or SMAPI.
+
+### 1.5
+* Added support for setting a custom game path globally.
+* Added default GOG path on Mac.
+
+### 1.4
+* Fixed detection of non-default game paths on 32-bit Windows.
+* Removed support for SilVerPLuM (discontinued).
+* Removed support for overriding the target platform (no longer needed since SMAPI crossplatforms mods automatically).
+
+### 1.3
+* Added support for non-default game paths on Windows.
+
+### 1.2
+* Exclude game binaries from mod build output.
+
+### 1.1
+* Added support for overriding the target platform.
+
+### 1.0
+* Initial release.
+* Added support for detecting the game path automatically.
+* Added support for injecting XNA/MonoGame references automatically based on the OS.
+* Added support for mod builders like SilVerPLuM.