<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-vpn.git/pkg/config, 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>[bug] fix error condition for mkdir</title>
<updated>2020-10-23T21:22:55+00:00</updated>
<author>
<name>kali</name>
<email>kali@win</email>
</author>
<published>2020-10-15T16:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=18d295d555528e2d5aa93b1a4c8b7c6cc3af8f18'/>
<id>18d295d555528e2d5aa93b1a4c8b7c6cc3af8f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] windows gui &amp; installer fixes</title>
<updated>2020-10-23T21:22:54+00:00</updated>
<author>
<name>kali</name>
<email>kali@win</email>
</author>
<published>2020-10-15T15:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=a540f3f4e5524b5daf813b0bb831707f58545d43'/>
<id>a540f3f4e5524b5daf813b0bb831707f58545d43</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 vendor icon to app</title>
<updated>2020-10-13T17:08:55+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2020-10-09T19:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=f8c05f3dee29c7ab1eb3eba82c917fe18333fc41'/>
<id>f8c05f3dee29c7ab1eb3eba82c917fe18333fc41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] windows fixes</title>
<updated>2020-10-13T17:08:52+00:00</updated>
<author>
<name>kali</name>
<email>kali@win</email>
</author>
<published>2020-10-09T10:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=e4a2efb527fb09b548c14b13d28d0780941ca72d'/>
<id>e4a2efb527fb09b548c14b13d28d0780941ca72d</id>
<content type='text'>
Several fixes for missing paths. Refactor qt installer; fetch pre-built
binaries from an existing installation on build system (needs to be
automated); add windows icon.

- Resolves: #362
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several fixes for missing paths. Refactor qt installer; fetch pre-built
binaries from an existing installation on build system (needs to be
automated); add windows icon.

- Resolves: #362
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] increase donation reminder interval to one week</title>
<updated>2020-10-06T18:19:18+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2020-10-06T18:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=efde1a428e63be02a9f3e17df9f25490c8c0983c'/>
<id>efde1a428e63be02a9f3e17df9f25490c8c0983c</id>
<content type='text'>
- Resolves: #358
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #358
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] remove unused config options</title>
<updated>2020-09-30T16:31:02+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2020-09-30T10:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=89b148d143870161909eb6170d4fc1840277aa94'/>
<id>89b148d143870161909eb6170d4fc1840277aa94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] send cmd flags to the go backend</title>
<updated>2020-09-24T14:50:04+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2020-09-24T10:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=998b5cb54ad23be1f6df0ee8abd08af5614f38db'/>
<id>998b5cb54ad23be1f6df0ee8abd08af5614f38db</id>
<content type='text'>
Also disable autostart if manual quit, remove custom printer that was
used for i18n and disable previous autostart if -disable-autostart

We didn't disable autostart after the migration to qt.

- Resolves: #355 #289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also disable autostart if manual quit, remove custom printer that was
used for i18n and disable previous autostart if -disable-autostart

We didn't disable autostart after the migration to qt.

- Resolves: #355 #289
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] expose allowEmptyPass flag for provider config</title>
<updated>2020-09-08T18:10:14+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2020-09-08T01:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=85e61a7d05d2617bb1a003fdfe756f5e56520b89'/>
<id>85e61a7d05d2617bb1a003fdfe756f5e56520b89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] lookup the config vars at runtime</title>
<updated>2020-09-08T18:09:48+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2020-09-08T01:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=a0e67fe3feb5b3a2d6d0f8e5f33ff96007955b17'/>
<id>a0e67fe3feb5b3a2d6d0f8e5f33ff96007955b17</id>
<content type='text'>
- Resolves: #326
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #326
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] reset error</title>
<updated>2020-08-20T18:27:49+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2020-08-20T12:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=339a30fd1917011d8ad8a3900509f3a8880d569d'/>
<id>339a30fd1917011d8ad8a3900509f3a8880d569d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
