summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-15[pkg] go-get firstHEADmasterKali Kaneko (leap communications)
2019-09-15[pkg] do not fail if the folder existsKali Kaneko (leap communications)
2019-07-05[Bug] cleanup Readmekwadronaut
Fixes #63, correct broken link.
2019-06-28cleanup debug infoKali Kaneko (leap communications)
2019-06-28[bug] fix the path for desktop fileKali Kaneko (leap communications)
2019-06-28[bug] use python3, newest ubuntu does not ship python binKali Kaneko (leap communications)
2019-06-25try to debug missing desktopKali Kaneko (leap communications)
2019-06-24remove plugin:nilKali Kaneko (leap communications)
2019-06-24add note about manual builds in launchpadKali Kaneko (leap communications)
2019-06-24add snap/local to repoKali Kaneko (leap communications)
2019-06-24take desktop file out of snap folder since it seems to be removed in the buildKali Kaneko (leap communications)
2019-06-24add some debug info to find project path in launchpadKali Kaneko (leap communications)
2019-06-24force launchpad buildKali Kaneko (leap communications)
2019-06-24attempt to fix path for desktop fileKali Kaneko (leap communications)
2019-06-21update snapcraft, move desktop to partkali
2019-05-23[deb] pass git versionKali Kaneko (leap communications)
2019-04-04Fix location of icon and specify full Exec path (Fixes: #59)Micah Anderson
2019-03-21[pkg] add comment to the windows sign scriptKali Kaneko (leap communications)
2019-03-19[pkg] fix debian file pathKali Kaneko (leap communications)
2019-03-19[pkg] fix debian file pathKali Kaneko (leap communications)
2019-03-19[pkg] relax deps pinning to allow build in ubuntu 18.04Kali Kaneko (leap communications)
2019-03-19[pkg] relax deps pinning to allow build in ubuntu 18.04Kali Kaneko (leap communications)
2019-03-19[ci] add fakeroot to the docker imageKali Kaneko (leap communications)
2019-03-19[ci] fix version handling in the MakefileKali Kaneko (leap communications)
2019-03-12[ci] add dependencies to produce debsKali Kaneko (leap communications)
2019-02-22[pkg] add icon for debian packageKali Kaneko (leap communications)
- Resolves: #58
2019-02-22[pkg] fix version pinning for golangKali Kaneko (leap communications)
2019-02-21[pkg] Make the icon brandableRuben Pollan
2019-02-05[pkg] add sign scriptKali Kaneko
2019-02-05[pkg] pin the golang dependencyKali Kaneko (leap communications)
2019-02-05[pkg] add windows 10 signtool binariesKali Kaneko (leap communications)
2019-02-05[pkg] adapt makefile for windows after code refactorKali Kaneko (leap communications)
2019-01-31[pkg] update osx scripts after repo renameKali Kaneko (leap communications)
2019-01-31[docs] update changelogKali Kaneko (leap communications)
2019-01-31[pkg] increment debian changelog from git versionKali Kaneko (leap communications)
2019-01-24[pkg] add missing build-depKali Kaneko (leap communications)
2019-01-24[pkg] add iconKali Kaneko (leap communications)
2019-01-24[pkg] update deb after code refactorKali Kaneko (leap communications)
this must be run from the Makefile. it also needs recent changes to bitmask-vpn, including the removal of golang.org/x/text and others from the vendor.
2019-01-18[pkg] Rename the missing pieces to bitmask-vpnRuben Pollan
It fixes the windows build.
2019-01-17[pkg] snap: don't use subprocess.run on the post-install hookRuben Pollan
- Resolves: #53
2019-01-17[pkg] update package generation after the refactor of bitmask-systrayRuben Pollan
2019-01-17[refactor] move helper into bitmask-systray repoRuben Pollan
2019-01-16[pkg] initial debianizationKali Kaneko (leap communications)
2019-01-14[bug] let's stop using upx in windowsRuben Pollan
Some antivirus detects the upxed binaries as viruses. - Related: #54
2019-01-10[feat] add /firewall/isupRuben Pollan
- Related: bitmask-systray#97
2019-01-10[docs] add changelog for tarballKali Kaneko (leap communications)
2019-01-03[pkg] Build a release tgzRuben Pollan
- Related: bitmask-systray#94
2018-12-28[bug] snap post install: add support to python2Ruben Pollan
Some old systems doesn't have python3 installed by default. Let's keep support for both python3 and python2 in our post installation script. `subprocess.run` doesn't exist on python2. - Resolves: #53
2018-12-28[doc] snap: add the right path to the generated post install scriptRuben Pollan
2018-12-19[pkg] do not fail in snap package when no tagsKali Kaneko (leap communications)