14
0

- update to 0.6.7:

* Include ISP and Country in bug report submissions.
  * Add WireGuard ports
  * Add desktop environment and distro variant values when
    submitting a bug report
  * Add property to logical server
  * Stop making use of sync_wrapper due to thread-safety issues
  * Move bug report submission from proton-vpn-api-core to
    proton-vpn-session
  * When fetching servers ask API to provide the entire list of
    secure core servers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-vpn-session?expand=0&rev=4
This commit is contained in:
2024-05-02 08:21:38 +00:00
committed by Git OBS Bridge
parent af8f1768dd
commit 2b7e2e196c
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu May 2 08:19:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.7:
* Include ISP and Country in bug report submissions.
* Add WireGuard ports
* Add desktop environment and distro variant values when
submitting a bug report
* Add property to logical server
* Stop making use of sync_wrapper due to thread-safety issues
* Move bug report submission from proton-vpn-api-core to
proton-vpn-session
* When fetching servers ask API to provide the entire list of
secure core servers
-------------------------------------------------------------------
Tue Mar 19 15:17:34 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>