diff options
author | Parménides GV <parmegv@sdf.org> | 2015-06-01 11:00:07 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-06-01 11:17:51 +0200 |
commit | 145332cc9b4e5af62299dedf45c436fedbe05fec (patch) | |
tree | 5886ee161a75c6144c8e1c5a80db5da62b672465 /CHANGELOG | |
parent | 359a0296b7a8f47a721fc37e7a0e7285a702c293 (diff) |
Changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +0.9.4 +Bugs: +- Show the log window only when a real error happened, since some + users weren't able to know why Bitmask had failed and they didn't + think of opening the log by themselves. +- Aborting the establishment of a new VPN connection didn't work + properly, and some users were confused because they wanted to cancel + the start and Bitmask didn't do it, although the UI stated the + opposite. That has been improved, detecting the real status of the + VPN connection much better. + +Features: +- Removed the progress bars that caused confusion in some states (such + as "Waiting for connectivity") +- Removed the switch button that was not clear enough (some users + experimented problems with it during connections, staying "on" while + the VPN was "off", and put an icon with a progress indicator around + it. +- Code tests to avoid this bugs are revived, since some problems the + users were experiencing had already been fixed in the early days of + the project. +- Optimized the layout to various devices, so that UI remains + consistent across sizes, screen resolutions... +- Localized the app to Spanish, and simplified the login/logout + feedback so that localization can be polished. +- Improved wording, both in Spanish and in English. +- Updated gradle libraries + 0.9.3 Bugs: - If VPN connection fails, blocking VPN is turned off |