<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-vpn.git/branding/templates, branch 0.21.2</title>
<subtitle>[bitmask-vpn] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/'/>
<entry>
<title>[pkg] abort install if we running an old version</title>
<updated>2021-03-05T11:16:25+00:00</updated>
<author>
<name>kali</name>
<email>kali@win</email>
</author>
<published>2021-03-03T21:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=7ed49b92ff19205af276dee371174579c8b4c811'/>
<id>7ed49b92ff19205af276dee371174579c8b4c811</id>
<content type='text'>
stop if:

- bitmask is running (we don't want to mess with the helper if the app
  is running)
- we cannot stop the service for some reason.

powershell gives more flexibility to stop services, but Remove-Service
is not present in PS &lt; 6, so we try to remove the service from the
post-install too (the golang helper will complain about an eventlog
registry key).

this could probably be improved in the helper, but we'll be moving to
the official openvpnserv2 service for 0.21.4. we might want to revisit
the current helper for the firewall/killswitch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stop if:

- bitmask is running (we don't want to mess with the helper if the app
  is running)
- we cannot stop the service for some reason.

powershell gives more flexibility to stop services, but Remove-Service
is not present in PS &lt; 6, so we try to remove the service from the
post-install too (the golang helper will complain about an eventlog
registry key).

this could probably be improved in the helper, but we'll be moving to
the official openvpnserv2 service for 0.21.4. we might want to revisit
the current helper for the firewall/killswitch.
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] improve osx installer</title>
<updated>2021-02-26T21:40:44+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2021-02-19T11:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=4a4b6b46f84c28640c711655f4f3c339ccf8fbba'/>
<id>4a4b6b46f84c28640c711655f4f3c339ccf8fbba</id>
<content type='text'>
- install into global /Applications
- document how to troubleshoot helper
- uninstall app is visible on top-level folder
- improve detection of running processes for old and new binaries

- Closes: #441
- Closes: #445
- Closes: #435
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- install into global /Applications
- document how to troubleshoot helper
- uninstall app is visible on top-level folder
- improve detection of running processes for old and new binaries

- Closes: #441
- Closes: #445
- Closes: #435
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] yet another deprecated call</title>
<updated>2021-02-19T12:18:04+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-02-19T12:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=2c301a1fb6ab24a7442670f0308922e95e8d39df'/>
<id>2c301a1fb6ab24a7442670f0308922e95e8d39df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix missing deprecated call to decodestring</title>
<updated>2021-02-19T12:13:12+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-02-19T12:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=cdc85fb37ed0d0f54c9bf6921ec70fb544312e80'/>
<id>cdc85fb37ed0d0f54c9bf6921ec70fb544312e80</id>
<content type='text'>
it had been changed in the hook itself, but this script kept using the
deprecated form.

- Resolves: #431
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it had been changed in the hook itself, but this script kept using the
deprecated form.

- Resolves: #431
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] document osx build process</title>
<updated>2021-02-08T22:32:20+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2021-02-03T21:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=ef7bfd3a013aae586bcb6b046de4c7f5a437bf8e'/>
<id>ef7bfd3a013aae586bcb6b046de4c7f5a437bf8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] add uninstaller to pre-install in osx</title>
<updated>2021-02-08T22:32:12+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2020-12-02T20:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=f5e7a5d2cab5fc3cfca8c5f75e57090cda27c4e1'/>
<id>f5e7a5d2cab5fc3cfca8c5f75e57090cda27c4e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use decodebytes</title>
<updated>2021-01-21T19:39:45+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-01-21T19:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=a026cd95b500c53510ae9a2377c2b1bc6f293083'/>
<id>a026cd95b500c53510ae9a2377c2b1bc6f293083</id>
<content type='text'>
decodestring is an alias that was deprecated in 3.1

- Resolves: #412
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
decodestring is an alias that was deprecated in 3.1

- Resolves: #412
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] add notarization steps for installer in osx</title>
<updated>2020-11-21T20:18:35+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2020-11-21T20:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=e35caad676b34cfae336e60846c539ecba0a7dc7'/>
<id>e35caad676b34cfae336e60846c539ecba0a7dc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] customize windows installer</title>
<updated>2020-11-05T23:38:40+00:00</updated>
<author>
<name>kali</name>
<email>kali@win</email>
</author>
<published>2020-11-05T23:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=ea0f55bc6c92402ecbbc2af14c3e1074988cb413'/>
<id>ea0f55bc6c92402ecbbc2af14c3e1074988cb413</id>
<content type='text'>
I kind of liked the "classic" style more (looks cleaner), but it looks
like we only can customize the logo etc with the "modern" look and feel
in windows.

I think the way to go would be to add a QStyleSheet to the installer
(and adding logo etc there), but I think that is going to take some
reading. this is not too bad for now, at least we can put logos to
differentiate riseup/calyx etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I kind of liked the "classic" style more (looks cleaner), but it looks
like we only can customize the logo etc with the "modern" look and feel
in windows.

I think the way to go would be to add a QStyleSheet to the installer
(and adding logo etc there), but I think that is going to take some
reading. this is not too bad for now, at least we can put logos to
differentiate riseup/calyx etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] add windows release target</title>
<updated>2020-11-04T11:33:38+00:00</updated>
<author>
<name>kali</name>
<email>kali@win</email>
</author>
<published>2020-10-30T20:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=b04607a7d97d59c09ac563fd257930d7ce406ad5'/>
<id>b04607a7d97d59c09ac563fd257930d7ce406ad5</id>
<content type='text'>
Also, install the tap driver silently.

- Resolves: #366
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, install the tap driver silently.

- Resolves: #366
</pre>
</div>
</content>
</entry>
</feed>
