Skip to content

2023-11-18

Compare
Choose a tag to compare
@simonrob simonrob released this 18 Nov 21:04
· 9 commits to 4018b6206f20eb41a205b55c1094f8ad9a9ed30a since this release
df0fda4
  • Fix three regressions caused by the changes made in preparation for packaging the proxy as a Python module:
    • #204: Startup in --no-gui mode failed when the GUI dependency pystray was present but broken – thanks @w5pny
    • #206: Prompt toolkit was not available globally, so --external-auth using this method was broken – thanks @roboshim
    • Make sure log file output and auto-start features properly handle packaged versions of the proxy
  • #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)