From 59f97e46c85e7727aa9b5e87da5c419d428a00c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 24 Jul 2013 13:50:42 -0300 Subject: Logout at close if the user logged in --- changes/bug_always_logout | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug_always_logout (limited to 'changes') diff --git a/changes/bug_always_logout b/changes/bug_always_logout new file mode 100644 index 00000000..eb2c2817 --- /dev/null +++ b/changes/bug_always_logout @@ -0,0 +1,2 @@ + o Always logout when closing the app if the user previously signed + in. Fixes #3245. \ No newline at end of file -- cgit v1.2.3 From b9c3fcd9ea6469185f7e7f483eeffb7b346e9dad Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 25 Jul 2013 17:38:28 +0200 Subject: Make the rates clickable to alternate between rates and totals. Closes: #3249, #3232 --- changes/bug_fix_rate_displays | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug_fix_rate_displays (limited to 'changes') diff --git a/changes/bug_fix_rate_displays b/changes/bug_fix_rate_displays new file mode 100644 index 00000000..b4b42fcb --- /dev/null +++ b/changes/bug_fix_rate_displays @@ -0,0 +1,3 @@ + o Allow to alternate between rates and total throughput for the virtual interface. Closes: #3232 + o Reset rates/totals when terminating connection. Closes #3249 + o Fix a bug in the displayed magnitude for the up/down traffic rates and totals. -- cgit v1.2.3