- May 20, 2024
-
- May 13, 2024
-
- May 06, 2024
-
- May 03, 2024
-
-
jkito authored
updates the changelog
-
- Apr 30, 2024
-
-
jkito authored
filepath.Join is portable as in it uses the correct path separator based on the host os whereas path.Join doesnot more explaination at: https://stackoverflow.com/questions/39181790/whats-the-difference-between-path-path-filepath-packages-in-go
-
- Apr 26, 2024
-
-
atanarjuat tfr authored
-
- Apr 24, 2024
-
-
This commit removed the fallback codepath with the static ip. Discussion in #768 The hardcoded ip was also used for the Snowflake path. I removed it from there and use the DNS hostname. Therefore, the certificate pinning is gone and the SystemPool is used as default. I tested the snowflake setup and it worked.
-
- Apr 15, 2024
-
-
- vendor.conf now has a default api version: - apiVersion = 3 is set for all current providers - provider.py (called during `make vendor`) now supports api version and writes it to providers.json - the desktop client logs the used api version. Currently v5 is not yet implement. This is just the preparation for it - this is only a temporary solution. In the future, we want to get the api version during runtime by parsing $api/provider.json
- Mar 30, 2024
-
-
jkito authored
-
- Mar 20, 2024
- Mar 16, 2024
-
-
jkito authored
the tasks are now handled by the post-install.go program the plist template is in the program source code
-
- Mar 15, 2024
-
- Mar 14, 2024
-
-
jkito authored
the debian source archive name contains the version of only the upstream source the part after the last '-' is ommitted if it contains e.g: source-version: 0.24.03-rc.1-1-ga34h566 archive-version: 0.24.03-rc.1-1 archive-name: bitmask-vpn_0.24.03-rc.1-1.orig.tar.gz
-
-
- Mar 07, 2024
- Mar 06, 2024
-
-
jkito authored
-
jkito authored
python3 is now more likely to be found instead of python, although macos doesn't ship python pre-installed, we should try to remove python dependency from the installers
-
jkito authored
without this the new bitmask-vpn connection/disconnect icons width becomes larger and overflows beyond the parent container
-
jkito authored
-
jkito authored
-
jkito authored
-
jkito authored
this currently points to the demo instance of lillypad going forward this'll be the flavor of the desktop app that leap team is going to maintain and test
-
- Mar 05, 2024
-
-
jkito authored
-