summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2017-12-21 09:40:12 +0100
committerErik Larkö <erik@mullvad.net>2018-01-04 11:20:10 +0100
commit5284829ea740133d949224270ef21fa3fb614bc8 (patch)
treefc6fde023e19113b7f4cd473a40066b40b60ac02
parentc9cfa13750ee5106e99c05e0492151a72b6b8f01 (diff)
downloadmullvadvpn-5284829ea740133d949224270ef21fa3fb614bc8.tar.xz
mullvadvpn-5284829ea740133d949224270ef21fa3fb614bc8.zip
Add blocking indication changes to the changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbc53884df..cb101535f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- "Allow LAN" setting that configures if the app should allow communication to the LAN (private
networks: 10/8, 192.168/16 and 172.16/12) while the app is in the secured state.
+### Changed
+- The tray icon now indicates wether the app is allowing traffic outside the tunnel or not. If the
+ app blocks traffic because the tunnel is not connected the tray icon will indicate this with a
+ green lock with a red dot.
+- While connecting, a message telling the user that internet accesss is blocked is shown.
+
## [2017.1-beta7] - 2017-12-13
### Added