diff options
-rw-r--r-- | CHANGELOG | 15 | ||||
-rw-r--r-- | changes/bug_4811_do-not-disable-caching-checkbox-for-manual-accounts | 2 | ||||
-rw-r--r-- | changes/bug_6613_remove-wizard-popup | 1 | ||||
-rw-r--r-- | changes/feature_4871_remove-status-bar-messages | 1 | ||||
-rw-r--r-- | changes/feature_4881_improve-error-message-when-configuring-account | 1 |
5 files changed, 13 insertions, 7 deletions
@@ -1,8 +1,19 @@ -0.0.3 Dez 23: +0.0.4 Jan 07, 2014: + o Do not disable caching checkbox for manual accounts when caching is turned + on (#4811). + o Remove automatic wizard popup when there's no account configured (#6613). + o Remove status bar messages (#4871). + o Improve error message when configuring account (#4881). + +0.0.3 Dec 23, 2013: o Remove the password field from the account wizard. Closes #4525. o Remove misleading encryption information from wizard (#4545). -0.0.2 Nov 5: + +0.0.2 Nov 5, 2013: o Fix items from Mozilla editors review. Closes #4374. o Create a Thunderbird extension with a wizard for creating LEAP's Bitmask client-compliant accounts and with caching prevention. Closes #3542. +0.0.1 Oct 4, 2013: + o Create a Thunderbird extension with a wizard for creating LEAP's Bitmask + client-compliant accounts and with caching prevention. Closes #3542. diff --git a/changes/bug_4811_do-not-disable-caching-checkbox-for-manual-accounts b/changes/bug_4811_do-not-disable-caching-checkbox-for-manual-accounts deleted file mode 100644 index 6804912..0000000 --- a/changes/bug_4811_do-not-disable-caching-checkbox-for-manual-accounts +++ /dev/null @@ -1,2 +0,0 @@ - o Do not disable caching checkbox for manual accounts when caching is turned - on (#4811). diff --git a/changes/bug_6613_remove-wizard-popup b/changes/bug_6613_remove-wizard-popup deleted file mode 100644 index 08383b4..0000000 --- a/changes/bug_6613_remove-wizard-popup +++ /dev/null @@ -1 +0,0 @@ - o Remove automatic wizard popup when there's no account configured (#6613). diff --git a/changes/feature_4871_remove-status-bar-messages b/changes/feature_4871_remove-status-bar-messages deleted file mode 100644 index 6b0ca90..0000000 --- a/changes/feature_4871_remove-status-bar-messages +++ /dev/null @@ -1 +0,0 @@ - o Remove status bar messages (#4871). diff --git a/changes/feature_4881_improve-error-message-when-configuring-account b/changes/feature_4881_improve-error-message-when-configuring-account deleted file mode 100644 index 4cfaa0c..0000000 --- a/changes/feature_4881_improve-error-message-when-configuring-account +++ /dev/null @@ -1 +0,0 @@ - o Improve error message when configuring account (#4881). |