From 2ebc0714b1bc395a5688b04936bf25aa54581f0b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 16 Aug 2017 21:51:03 -0400 Subject: add terminal support on Xfce (#345) Thanks to Patronos! --- release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'release-notes.md') 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. -- cgit