diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-13 23:00:49 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-13 23:00:49 -0400 |
commit | 504733dec7d629335b83841af38cd5da91d5231f (patch) | |
tree | 8cbf16a7218996e48bca3de20dc502ea37bd68c4 /docs | |
parent | a3ade7a5126642f42794281057349fa5ff737cdd (diff) | |
download | SMAPI-504733dec7d629335b83841af38cd5da91d5231f.tar.gz SMAPI-504733dec7d629335b83841af38cd5da91d5231f.tar.bz2 SMAPI-504733dec7d629335b83841af38cd5da91d5231f.zip |
fix console color scheme for PowerShell, and make it configurable
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index f0202ee1..817fcd47 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * Added support for Stardew Valley 1.3+; no longer compatible with earlier versions. * Added `Context.IsMultiplayer` and `Context.IsMainPlayer` flags. * Fixed SMAPI update checks not showing newer beta versions when using a beta version. + * Fixed console color scheme for PowerShell and added override option to `StardewModdingAPI.config.json`. * For modders: * Added code analysis to mod build config package to flag common issues as warnings. |