This release contains minor bugfixes and improvements.
- Main menu items are now inserted above the
Settings
item rather thanHelp
. - The separators between main menu items now have consistent coloring with the other items.
- Additional whitespace around the quiet and timeout arguments for
cmd_spawn
/cmd_output
is now normalized. - An example for starting Telnet/FTP has been added to the documentation.
NiLuJe (@NiLuJe):
fa1f08a Allow whitespace in cmd_spawn/cmd_output args (fixes #16) (#19)
4cd4b1e Ensure the failsafe thread is a detached one (fixes #17) (#18)
Patrick Gaskin (@geek1011):
89b14c3 Made the main menu separator colors consistent (closes #10) (#10)
44ca6d2 Changed insertion point for main menu to from Help to Settings (#10)
5c43b82 Use specific kobopatch-patches version for testdata
5a20edc Fixed typo in docs
84ba4a4 Added examples for starting Telnet/FTP