diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-08-16 21:51:03 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-08-16 21:51:03 -0400 |
commit | 2ebc0714b1bc395a5688b04936bf25aa54581f0b (patch) | |
tree | c62504a5cd1d2c0d8ac0073401e6dfac15e05ce8 /release-notes.md | |
parent | 1e48e7d12b4ef3ad9f630f530cc5495eca3593ec (diff) | |
download | SMAPI-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.md | 1 |
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. |