2023-09-06
·
7 commits
to d8d95f458af89430e73fbba4995d8af2dd7c250a
since this release
- #155: Explicitly handle concurrent configuration file access – thanks @fpl
- #170: Update pywebview version to resolve a macOS issue – thanks @Draykan
- #175: Proactively update the GUI menu whenever new catch-all accounts are added – thanks @Draykan (and subsequently #190: fix a regression caused by this change – thanks @ray-magini)
- #179: Switch to
::(i.e., dual-stack loopback) as the defaultlocal_addresswhen no value is specified – thanks @bwbug and @mtlg - #183: Improve handling of expired access tokens when the refresh token is still valid – thanks @Draykan
- #185: Improve error messages when there is a possible encryption mismatch – thanks @manu-msf
- #186: Link to an improved Docker example – thanks @blacktirion
- #187: Use an inverse colour icon when starting in a light Windows theme – thanks @bwbug
- Add an icon for PyInstaller builds
- Format IPv6 addresses more clearly (surround with
[]consistently) - Improve documentation about IPv4 vs. IPv6 support and defaults
- Provide a more helpful error message when a local certificate/key is specified but not found
- Make sure
stdinexists before checking it is a TTY - Work around an incompatibility when using pystray <= 0.19.4 with PIL >= 10.0.0