2023-11-18
·
9 commits
to 4018b6206f20eb41a205b55c1094f8ad9a9ed30a
since this release
- Fix three regressions caused by the changes made in preparation for packaging the proxy as a Python module:
- #204: Startup in
--no-guimode failed when the GUI dependency pystray was present but broken – thanks @w5pny - #206: Prompt toolkit was not available globally, so
--external-authusing this method was broken – thanks @roboshim - Make sure log file output and auto-start features properly handle packaged versions of the proxy
- #204: Startup in
- #205: Remove unnecessary whitespace in the sample configuration file – thanks @brianjmurrell
- Fix an incorrect import (that previously only worked because pystray provided the correct import)