This is a bug fix release targeting specific user bug reports.
Change 1: Fixed bug where the left column text would not display if there are no results.
Change 2: Fixed bug where ini reload is not resetting the default page number.
Change 3: Added the code-page option to the CMD item so that tools returning Unicode text such
as Powershell can be displayed correctly. If code-page is specified, the text will be decoded using
that code page. If code-page is not specified, the text is tested for UTF-8 and handled accordingly.
Otherwise the text is assumed to be ASCII text.
Change 4: Fixed a bug in debug logging.