add release note (#633)
This commit is contained in:
parent
07f3f1772f
commit
e586c5bb60
|
@ -9,6 +9,7 @@ These changes have not been released yet.
|
|||
* Fixed Save Backup not pruning old backups if they're uncompressed.
|
||||
* Fixed issues when a farmhand reconnects before the game notices they're disconnected.
|
||||
* Fixed 'received message' logs shown in non-developer mode.
|
||||
* Fixed compatibility with Arch Linux.
|
||||
|
||||
* For modders:
|
||||
* Added support for content pack translations.
|
||||
|
|
|
@ -81,8 +81,8 @@ else
|
|||
konsole -p Environment=TERM=xterm -e "$LAUNCHER"
|
||||
elif $COMMAND terminal 2>/dev/null; then
|
||||
terminal -e "sh -c 'TERM=xterm $LAUNCHER'"
|
||||
elif $COMMAND termite 2>/dev/null; then
|
||||
termite -e "sh -c 'TERM=xterm $LAUNCHER'"
|
||||
elif $COMMAND termite 2>/dev/null; then
|
||||
termite -e "sh -c 'TERM=xterm $LAUNCHER'"
|
||||
else
|
||||
sh -c 'TERM=xterm $LAUNCHER'
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue