summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-12-07 19:24:27 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-12-07 19:24:27 -0500
commit47beb2f5345670be5fc1ba5ec109835f6a67e7a0 (patch)
tree4576bebdfdaef1c7ae4a8d24c3b7e828358a35d1 /docs/release-notes.md
parent49080501d3929be4f954c5c93483a6254005f435 (diff)
downloadSMAPI-47beb2f5345670be5fc1ba5ec109835f6a67e7a0.tar.gz
SMAPI-47beb2f5345670be5fc1ba5ec109835f6a67e7a0.tar.bz2
SMAPI-47beb2f5345670be5fc1ba5ec109835f6a67e7a0.zip
fix launcher compatibility on Arch Linux
Arch Linux sets the $TERMINAL variable, which makes SMAPI think the terminal is being overridden for testing and bypass the terminal selection logic. Since it's only used for testing, we can re-add it locally when needed.
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c4607ef0..bab7409b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -5,6 +5,7 @@
* For players:
* Updated for the 'Force Off' gamepad mode added in Stardew Valley 1.4.0.1.
+ * Fixed compatibility issue with Arch Linux.
* For the web UI:
* If a JSON validator upload can't be saved to Pastebin (e.g. due to rate limits), it's now uploaded to Amazon S3 instead. Files uploaded to S3 expire after one month.