Skip to content
Snippets Groups Projects
  1. Jan 31, 2025
  2. Jan 23, 2025
  3. Jan 07, 2025
    • jkito's avatar
      doc: update release howto · 3c90d0d2
      jkito authored and jkito's avatar jkito committed
      this changes the doc from rst to a markdown file and adds
      steps for signing the windows and macOS installers
      3c90d0d2
  4. Dec 16, 2024
  5. Dec 08, 2024
  6. Dec 07, 2024
    • jkito's avatar
      ui: use NumberAnimation for state change animation · d92a1b6b
      jkito authored
      this fixes a bug where the UI was not updated when the
      window is not visible, turning vpn on/off via the tray
      didn't update the state correctly i.e the tray  icon's
      state would be stuck in the connecting state with  the
      yellow icon
      
      using NumberAnimation for the state transition instead
      of OpacityAnimator fixes the issue as it seems opacity
      animator only works when the window is visible
      d92a1b6b
  7. Dec 04, 2024
  8. Dec 03, 2024
  9. Nov 20, 2024
    • jkito's avatar
      chore: replace ioutil with io module · 685cb3c9
      jkito authored and jkito's avatar jkito committed
      685cb3c9
    • Pea Nut's avatar
      Strip port of menshen host before resolving with logDnsLookup · dd29081b
      Pea Nut authored and jkito's avatar jkito committed
      In case of an error, we try to logDnsLookup(url.Host). url is based on the
      provider api url. This can be localhost:8443, so we need to strip the
      port :8443 before.
      
      There is also a small change in pkg/vpn/status.go. When using an
      introducer, fetching information from menshen can take some time. Then
      it can be normal that the call to `GetBestLocation()` fails. This is not
      a big deal, as it is called later/periodically. But when we use .Err(),
      the output is printed bold to stdout and it looks like there is a big
      issue.
      dd29081b
  10. Nov 19, 2024
  11. Nov 11, 2024
  12. Nov 06, 2024
  13. Oct 19, 2024
  14. Oct 15, 2024
    • jkito's avatar
      change obfsvpn version to v1.1.0 · 7e176df8
      jkito authored
      we found a bug on obfsvpn that prevents the app
      from being able to connect via bridge a  second
      time onwards after disconnecting from the first
      
      ref: obfsvpn#64
      7e176df8
  15. Oct 14, 2024
  16. Oct 13, 2024
Loading