- Apr 15, 2024
-
- 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
-
jkito authored
-
jkito authored
-
jkito authored
updates the Priority in control file and updates the License in copyright file
-
jkito authored
- this updates the .desktop template file to support multiple provider icons - adds a .png instead of the .svg icon file and adds it to sources/include-binaries
-
jkito authored
-
jkito authored
-
- Mar 01, 2024
-
-
jkito authored
-
jkito authored
-
jkito authored
-
jkito authored
-
jkito authored
-
jkito authored
-
jkito authored
instead of using the helper to launch openvpn we can use the upstream openvpn service which is available in the official installer for some reason the commit that introduced it earlier was partially reverted, in my testing it is working as expected
-
jkito authored
removing it seems to work better for now, otherwise the location string overlaps on the lightning icon
-
jkito authored
this sets the minimum go version in go.mod to 1.19 as that is the version of golang currently available on debian stable this updates all dependencies to the their latest version except xtaci/kcp-go as the latest version needs go1.21, we use 5.5.15
-