add release note (#633)

This commit is contained in:
Jesse Plamondon-Willard 2019-03-27 21:09:02 -04:00
parent e3ae54637f
commit 2800f7a931
No known key found for this signature in database
GPG Key ID: 7D7C8097B62033CE
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
# Release notes # Release notes
## 2.11.2 (upcoming release)
These changes have not been released yet.
* For players:
* Fixed compatibility with Arch Linux.
## 2.11.1 ## 2.11.1
Released 17 March 2019 for Stardew Valley 1.3.36. Released 17 March 2019 for Stardew Valley 1.3.36.

View File

@ -81,8 +81,8 @@ else
konsole -p Environment=TERM=xterm -e "$LAUNCHER" konsole -p Environment=TERM=xterm -e "$LAUNCHER"
elif $COMMAND terminal 2>/dev/null; then elif $COMMAND terminal 2>/dev/null; then
terminal -e "sh -c 'TERM=xterm $LAUNCHER'" terminal -e "sh -c 'TERM=xterm $LAUNCHER'"
elif $COMMAND termite 2>/dev/null; then elif $COMMAND termite 2>/dev/null; then
termite -e "sh -c 'TERM=xterm $LAUNCHER'" termite -e "sh -c 'TERM=xterm $LAUNCHER'"
else else
sh -c 'TERM=xterm $LAUNCHER' sh -c 'TERM=xterm $LAUNCHER'
fi fi