diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-12 22:20:19 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-12 22:20:19 -0400 |
commit | 1e19a170be1d540e815f89c1ae60c2b53f6123bf (patch) | |
tree | 8a2a0bac8b71b104daf0dc7ae913311b0724f73f /docs | |
parent | 61a8b7bf2dcf9b8167fe0119a574d34ef97f1351 (diff) | |
download | SMAPI-1e19a170be1d540e815f89c1ae60c2b53f6123bf.tar.gz SMAPI-1e19a170be1d540e815f89c1ae60c2b53f6123bf.tar.bz2 SMAPI-1e19a170be1d540e815f89c1ae60c2b53f6123bf.zip |
refuse to load custom map tilesheets with absolute or directory-climbing paths (#368)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 5b102df3..fd59bd07 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,4 @@ -# Release notes +# Release notes ## 2.0 (upcoming) <!--See [log](https://github.com/Pathoschild/SMAPI/compare/1.10...2.0).--> @@ -30,6 +30,7 @@ For mod developers: * Removed support for mods with a non-unique `UniqueID` value in their manifest. * Removed access to SMAPI internals through the reflection helper, to discourage fragile mods. * Fixed `TimeEvents.AfterDayStarted` being raised during the new-game intro. +* Fixed SMAPI allowing map tilesheets with absolute or directory-climbing paths. These are now rejected even if the path exists, to avoid problems when players install the mod. For power users: * Added command-line arguments to the SMAPI installer so it can be scripted. |