summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-08-16 21:51:03 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-08-16 21:51:03 -0400
commit2ebc0714b1bc395a5688b04936bf25aa54581f0b (patch)
treec62504a5cd1d2c0d8ac0073401e6dfac15e05ce8 /release-notes.md
parent1e48e7d12b4ef3ad9f630f530cc5495eca3593ec (diff)
downloadSMAPI-2ebc0714b1bc395a5688b04936bf25aa54581f0b.tar.gz
SMAPI-2ebc0714b1bc395a5688b04936bf25aa54581f0b.tar.bz2
SMAPI-2ebc0714b1bc395a5688b04936bf25aa54581f0b.zip
add terminal support on Xfce (#345)
Thanks to Patronos!
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index f8980af4..803f7354 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -37,6 +37,7 @@ For mod developers:
* Fixed `Context.IsPlayerFree` being false if the player is performing an action.
* Fixed `GraphicsEvents.Resize` being raised before the game updates its window data.
* Fixed `SemanticVersion` not being deserialisable through Json.NET.
+* Fixed terminal not launching on Xfce Linux.
For SMAPI developers:
* Internal changes to support the upcoming SMAPI 2.0 release.