<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-vpn.git/cmd/bitmask-vpn, branch 0.19.6</title>
<subtitle>[bitmask-vpn] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/'/>
<entry>
<title>[locales] update locales</title>
<updated>2019-05-04T19:48:46+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-05-04T19:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=a7441a8dbfc99f161a9ea99bdd02695dbeb4c974'/>
<id>a7441a8dbfc99f161a9ea99bdd02695dbeb4c974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[locales] add ca and update translations</title>
<updated>2019-03-19T21:14:40+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-03-12T20:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=8607802d51ee013b9d18ec092db4c3508a2bd993'/>
<id>8607802d51ee013b9d18ec092db4c3508a2bd993</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[locales] update locales</title>
<updated>2019-02-28T17:21:09+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-02-28T17:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=3af35b5bd1c96184b2b744f2eea3651d4385d800'/>
<id>3af35b5bd1c96184b2b744f2eea3651d4385d800</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[locales] add romanian</title>
<updated>2019-02-21T17:25:35+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-02-21T17:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=866b586fa8b34253a40a76b55208ad136575be2a'/>
<id>866b586fa8b34253a40a76b55208ad136575be2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[locales] add it, sk and sv locales</title>
<updated>2019-02-12T12:29:34+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-02-12T12:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=5559147c8dc7f7d7f2d1a20b0e5291daf8e9f55e'/>
<id>5559147c8dc7f7d7f2d1a20b0e5291daf8e9f55e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Add -start-vpn flag</title>
<updated>2019-02-04T22:36:37+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-02-04T22:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=d0703ec25f2625ffd61489da4e2f45a7bc1be29b'/>
<id>d0703ec25f2625ffd61489da4e2f45a7bc1be29b</id>
<content type='text'>
The -start-vpn flag can be set to on or off to turn the vpn on or off
just after launching bitmask-vpn. So it doesn't depend on the status of
the vpn of the last run.

- Resolves: #114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The -start-vpn flag can be set to on or off to turn the vpn on or off
just after launching bitmask-vpn. So it doesn't depend on the status of
the vpn of the last run.

- Resolves: #114
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add -disable-autostart flag and config</title>
<updated>2019-02-04T22:23:16+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-02-04T22:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=b9ef49b51c6e2570ef3aae824ab44374997b6b25'/>
<id>b9ef49b51c6e2570ef3aae824ab44374997b6b25</id>
<content type='text'>
Make possible to disable the autostart configuration for the next run. I
can be done by configuring "DisableAustostart" to true in the
systra.json or by passing the '-disable-autostart' flag to the binary.

To make that possible I have rework how the Config struct work
separating the file configuration with the runtime configuration.

- Resolves: #100
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make possible to disable the autostart configuration for the next run. I
can be done by configuring "DisableAustostart" to true in the
systra.json or by passing the '-disable-autostart' flag to the binary.

To make that possible I have rework how the Config struct work
separating the file configuration with the runtime configuration.

- Resolves: #100
</pre>
</div>
</content>
</entry>
<entry>
<title>[locales] update bengali translation</title>
<updated>2019-02-04T16:00:38+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-02-04T16:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=51a4d191669aaf5e23ec4e1f61aab71419603003'/>
<id>51a4d191669aaf5e23ec4e1f61aab71419603003</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[locales] add ru locale and update all</title>
<updated>2019-01-31T18:41:46+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-01-31T18:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=8599eea4dc4c249adeb43858e8df0ee82304a0c0'/>
<id>8599eea4dc4c249adeb43858e8df0ee82304a0c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] rename the imports into bitmask-vpn</title>
<updated>2019-01-17T11:31:41+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-01-16T22:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=2acbb45cb534a479275c378683df34b87fe5dae9'/>
<id>2acbb45cb534a479275c378683df34b87fe5dae9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
