Skip to content

Releases: Isopolito/gNordVPN-Local

v28: Country/City output Fix

15 Aug 22:18
40d35bb
Compare
Choose a tag to compare
  • 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

04 Apr 17:17
af22410
Compare
Choose a tag to compare

Some minor tweaks to work with Gnome 46 release

v26: Fix city / server settings list

24 Mar 21:44
a4db519
Compare
Choose a tag to compare

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

06 Jan 16:19
ca92b6a
Compare
Choose a tag to compare
Merge pull request #84 from Isopolito/Gnome45

Gnome45

v23: Servers Fix

26 Oct 22:35
16a817c
Compare
Choose a tag to compare
  • 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

13 Oct 23:14
60c5909
Compare
Choose a tag to compare
  • 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

29 Apr 18:39
ff705f8
Compare
Choose a tag to compare

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)

04 Dec 21:23
4a44389
Compare
Choose a tag to compare

Bug fixes for gnome version 43

v15: Bug Fixes (Gnome 40,41,42)

04 Dec 20:43
f4d5090
Compare
Choose a tag to compare
Merge pull request #41 from Isopolito/BugFixes_v15_40-42

Bug fixes v15 40 42

v13: Gnome 43

27 Sep 12:42
2f11e8b
Compare
Choose a tag to compare
  • Bump gnome version number up to work with 43
  • Fix issue where disabling extension causes error because CommonFavorites didn't provide "disable" callback