Releases: Isopolito/gNordVPN-Local
Releases · Isopolito/gNordVPN-Local
v28: Country/City output Fix
- NordVPN cli changed the output format a bit, code updated to handle new format
- Pattern for unit tests is now in place. Will slowly start getting all gnome agnostic logic in a test harness. Will be helpful for things like maintaining backwards compatibility for processing cli output, etc
v27: Gnome 46 Compatibility
Some minor tweaks to work with Gnome 46 release
v26: Fix city / server settings list
Bug fix where city and server menu could not be populated properly in settings. This was due to Nordvpn changing their CLI output some. New logic is more robust in how that data is parsed to (hopefully) avoid this issue again.
v25: Gnome 45 Compatiblity
Merge pull request #84 from Isopolito/Gnome45 Gnome45
v23: Servers Fix
- Fixed a bug that was messing up the servers menu, also the same bug was causing freezes
- Made connection preference toggles more intelligent--toggles will disable when other option selections make them irrelevant
- Added tool tips to those toggle labels to explain what the different connection options do
v21: New Prefs and Async
- New preference windows (uses Adw)
- Most of the activities are asynchronous now, so doings that invoke nordvpn cli shouldn't result in system hangs (except for this)
- More nordvpn cli options are available in prefs->connections
- Bug fixes
- Refactors
- This version covers gnome shell 42-44
v20: Gnome 44
Bump up version to work with gnome 44 (skip 17, 18, and 19 do to some issues submitting the extension)
v16: Bug fixes (Gnome 43)
Bug fixes for gnome version 43
v15: Bug Fixes (Gnome 40,41,42)
Merge pull request #41 from Isopolito/BugFixes_v15_40-42 Bug fixes v15 40 42
v13: Gnome 43
- Bump gnome version number up to work with 43
- Fix issue where disabling extension causes error because CommonFavorites didn't provide "disable" callback