Skip to content

Commit

Permalink
Merge pull request #498 from jwijenbergh/prepare-3.1
Browse files Browse the repository at this point in the history
Prepare 3.1
  • Loading branch information
jwijenbergh authored Jun 23, 2022
2 parents 854dfee + 337c4be commit 93b5984
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
3.1.0 (2022-06-23)
==

Additions
--------
* #489 Make NetworkManager connections optionally for the current user only by @jwijenbergh. This can get rid of authentication popups depending on your polkit settings
* #490 Add a quick note for the AUR package by @jwijenbergh

Bugfixes
--------
* #491 Refactor selections by @jwijenbergh. This fixes profiles/servers being selected automatically
* #494 Simplify getting interface/IP info and fix inconsistencies by @jwijenbergh. This gives a more accurate way to get the network interface across all systems
* #495 Cleanup network states by @jwijenbergh. This makes sure that we use the right connection for state updates, which fixes bugs when using eduVPN with another VPN/Connection. Additionally it fixes a major bug with reconnecting when using OpenVPN
* #497 Fix server info launch by @jwijenbergh. This guarantees that server info is correctly displayed when launching the app with an active eduVPN connection

3.0.0 (2022-05-09)
===

Expand Down
2 changes: 1 addition & 1 deletion eduvpn.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global sum client for eduVPN

Name: eduvpn_client
Version: 3.0.0
Version: 3.1.0
Release: 1%{?dist}
Summary: %{sum}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

__version__ = "3.0.0"
__version__ = "3.1.0"

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 93b5984

Please sign in to comment.