Skip to content

Commit

Permalink
Add 2018.4-beta2 header, and change some changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Oct 8, 2018
1 parent cc6eccf commit a21c003
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Line wrap the file at 100 chars. Th


## [Unreleased]


## [2018.4-beta2] - 2018-10-08
### Added
- Allow configuration of OpenVPN mssfix option with GUI (under Advanced Settings).

Expand All @@ -36,22 +39,24 @@ Line wrap the file at 100 chars. Th
- Auto-hide scrollbars on macOS only, leaving them visible on other platforms.
- Instead of showing the public IP of the device in the UI, we show the hostname of the VPN server
the app is connected to. Or nothing if not connected anywhere.
- Passing `--connect-timeout 30` to `openvpn` to decrease the time the daemon
- Passing `--connect-timeout 30` to OpenVPN to decrease the time the daemon
will wait until it tries to reconnect again in the case of a broken TCP connection.
- Increase timeout parameter to OpenVPN from 15 to 20 seconds. Should make active VPN tunnels drop
less frequent when on unstable networks.
- Reduce the transparency of "blocking internet" banner to increase the text readability.
- Make the quit button visible without needing to scroll down in the settings view.

#### Linux
- Moved CLI binary to `/usr/bin/` as to have the CLI binary in the user's `$PATH` by default.
- Move CLI binary to `/usr/bin/` as to have the CLI binary in the user's `PATH` by default.

### Removed
- Remove `--comp-lzo` argument to OpenVPN. Disables any possibility of establishing a VPN tunnel
with compression.

### Fixed
#### Windows
- Use different method for identifying network interfaces during installation.
- Use different method for identifying network interfaces during installation. Should solve some
installation errors.
- Properly restore DNS settings on network interfaces. Fixes issue #352.


Expand Down

0 comments on commit a21c003

Please sign in to comment.