Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-16 | [bug] start VPN automatically on first launch | Ruben Pollan | |
When there was no configuration file the 'conf.StartVPN' was set tu false. Let's set it properly even if there is no config file. - Resolves: #128 | |||
2019-02-21 | [locales] add romanian | Ruben Pollan | |
2019-02-21 | [pkg] make the icon brandable | Ruben Pollan | |
Rename the icon to icon.svg/icon.ico instead of having the name of the app in it. - Resolves: #98 | |||
2019-02-21 | [bug] connect to new gateway when manually selected | Natalie Eskinazi | |
2019-02-21 | [locales] fix typo | Kali Kaneko (leap communications) | |
2019-02-07 | [locales] fix english typo | Ruben Pollan | |
2019-02-04 | [feat] Add -start-vpn flag | Ruben Pollan | |
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 | |||
2019-02-04 | [feat] add -disable-autostart flag and config | Ruben Pollan | |
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 | |||
2019-02-01 | [bug] don't block the systray with the about notification | Ruben Pollan | |
Let's send the notification to another goroutine. - Resolves: #112 | |||
2019-01-31 | [bug] don't initialize the gateway selection before bitmask is ready | Ruben Pollan | |
- Resolves: #110 | |||
2019-01-29 | [style] Rename the systray reconnection on fail-close | Ruben Pollan | |
2019-01-24 | [bug] wait until the systray is initalized to start the systray loop | Ruben Pollan | |
- Resolves: #106 | |||
2019-01-17 | [refactor] rename the imports into bitmask-vpn | Ruben Pollan | |
2019-01-15 | [feat] move provider configuration into a set of constants | Ruben Pollan | |
2019-01-15 | [feat] Reorganize code | Ruben Pollan | |
Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99 |