diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-13 16:22:32 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-13 16:27:24 +0100 |
| commit | d182c9d52e7e27bb3d5a698d4788a3f0919012bc (patch) | |
| tree | 3e9bd451bb4c6e3b880cc8c18198915a6d3d5d8c /CHANGES.md | |
| parent | e604b1e1424edff72f4f0e7f447e66ffee850110 (diff) | |
Client + Server: Refactor adding a server by first adding then auth
Otherwise we go to the main state after auth is done and the server is
not yet added
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ # Not released * Expose default gateway in profile settings too. For clients, use the default gateway set on the config object, this is maybe only useful for suggesting some profiles in the client profile chooser UI +* Add a server internally before authorizing and remove it again if authorization has failed. This makes sure the internet state is always up-to-date with what is happening. This also allows us to move to the main state when authorization is done as previously it could be the case where authorization was done but the server was not added yet # 1.99.1 (2024-03-11) * Disable type annotation for global eduVPN class as it gave a `SyntaxError` on some Python versions. See https://bugs.python.org/issue34939 |
