Perspectives Version History
19 versions
Be careful with old versions!
These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.
Version 4.6.4
* Fix preference storage location: migrate all prefs from 'perspectives.X' to 'extensions.perspectives.X'. This is a requirement of hosting addons on addons.mozilla.org - https://developer.mozilla.org/en-US/Add-ons/AMO/Policy/Reviews#Full_Review
All credit and thanks to Alexey Vesnin for the move and code to gracefully migrate existing user prefs. Thanks Alexey!
* Mark some tests as known failures, to identify for long-term fixing
* Add error checking for security level preference to correct invalid values
* Remove unused preference 'show_label'
* Internal code cleanup (fix === checks; remove dead code; fix addProgressListener usage)
* Add wrapper functions to retrieve preferences, overrideService, and stringbundle strings
Fixes one bug where 'root_prefs' object was not initialized;
but overall removes the need to intitialize the Perspectives object at all.
It can and should handle its own internal state.
This starts to isolate the usage of direct browser internals,
which would be required to port to other browsers.
Also makes the code much more stable and testable.
* Clean up the init code to use the new wrapped preference and stringbundle functions
All credit and thanks to Alexey Vesnin for the move and code to gracefully migrate existing user prefs. Thanks Alexey!
* Mark some tests as known failures, to identify for long-term fixing
* Add error checking for security level preference to correct invalid values
* Remove unused preference 'show_label'
* Internal code cleanup (fix === checks; remove dead code; fix addProgressListener usage)
* Add wrapper functions to retrieve preferences, overrideService, and stringbundle strings
Fixes one bug where 'root_prefs' object was not initialized;
but overall removes the need to intitialize the Perspectives object at all.
It can and should handle its own internal state.
This starts to isolate the usage of direct browser internals,
which would be required to port to other browsers.
Also makes the code much more stable and testable.
* Clean up the init code to use the new wrapped preference and stringbundle functions
- Source code released under GNU General Public License, version 3.0
Version 4.5.2.1-signed
* Add SparkMD5 library as external library to temporarily provide MD5 hashing functionality (has been removed in Firefox 32)
- Source code released under GNU General Public License, version 3.0
Version 4.5.1.1-signed
* Add (pl) Polish translation! Many thanks to Jakub and Sonia!
* Fix typos and whitespace in localization files
* Fix typos and whitespace in localization files
- Source code released under GNU General Public License, version 3.0
Version 4.5.1-signed
+ Enable https queries to notaries! For now, turn this on by adding 'https://' in front of the notary URL
* Fix unit tests to use === instead of ==
* Fix return value for get_quorum_duration(). Fixing the tests in the previous item exposed this bug.
* Fix use of quorum_size for key_weakly_seen_by_quorum(). It's actually used now. (GH 89)
* Fix the tooltip used by Perspectives icon during location changes (GH 112)
* Fix icon status for location change events - only set the icon spinning for https sites (GH 113)
* Fix unit tests to use === instead of ==
* Fix return value for get_quorum_duration(). Fixing the tests in the previous item exposed this bug.
* Fix use of quorum_size for key_weakly_seen_by_quorum(). It's actually used now. (GH 89)
* Fix the tooltip used by Perspectives icon during location changes (GH 112)
* Fix icon status for location change events - only set the icon spinning for https sites (GH 113)
- Source code released under GNU General Public License, version 3.0
Version 4.4.2.1-signed
Update German translation
- Source code released under GNU General Public License, version 3.0
Version 4.4.1.1-signed
* Rescue localization tests! Tests now run as a python script at build-time (GH 74)
* Fix call to XMLHttpRequest constructor to use 'new' - compatability fix for the upcoming Firefox 30 (GH 108)
* Update German translations (thanks Patrick!)
* Unlock Dutch and Finnish translations (thanks Alf and Ville!). These translations are not fully complete, but enabling them at least lets people see *some* text in their desired language.
* Remove perspectives1.networknotary.org from the set of default notaries. This notary needs to be upgraded before it can be used full-time.
* Fix call to XMLHttpRequest constructor to use 'new' - compatability fix for the upcoming Firefox 30 (GH 108)
* Update German translations (thanks Patrick!)
* Unlock Dutch and Finnish translations (thanks Alf and Ville!). These translations are not fully complete, but enabling them at least lets people see *some* text in their desired language.
* Remove perspectives1.networknotary.org from the set of default notaries. This notary needs to be upgraded before it can be used full-time.
- Source code released under GNU General Public License, version 3.0
Version 4.4.1-signed
+ Add new preference to show/hide the notification box when "Ask before contacting notaries" is enabled (GH 101)
* Fix the 'Learn More' button (thanks to Jens for the bug report!) (GH 100)
* Fix text display in results window for pages with insecure content
* Grey-out the default notary textbox to indicate it cannot be edited
* Fix the 'Learn More' button (thanks to Jens for the bug report!) (GH 100)
* Fix text display in results window for pages with insecure content
* Grey-out the default notary textbox to indicate it cannot be edited
- Source code released under GNU General Public License, version 3.0
Version 4.3.8.1-signed
Fix bug with incorrect public/private address resolution (GH 94)
- Source code released under GNU General Public License, version 3.0
Version 4.3.7.1-signed
Fix text display for weakly seen certificates (tooltip was not getting set, causing the UI to show 'null' in the results window)
- Source code released under GNU General Public License, version 3.0
Version 4.3.6.1-signed
* Security Fix: incorrect quorum duration with low number of notaries or quorum percentage (GH 87)
* Refactor unit tests: unit test js file is now optionally installed with the rest of the extension (this makes it run properly under newer versions of Firefox) (GH 74)
* Remove several global variables; convert to local with 'var'
* Add new whitelist icon (image file added, but code not hooked up yet)
* Minor improvements to the makefile formatting and output
X Localization tests temporarily removed so we can ship to patch the security bug. They still need to be transcribed/relocated to a non-javascript language to run at build time.
* Refactor unit tests: unit test js file is now optionally installed with the rest of the extension (this makes it run properly under newer versions of Firefox) (GH 74)
* Remove several global variables; convert to local with 'var'
* Add new whitelist icon (image file added, but code not hooked up yet)
* Minor improvements to the makefile formatting and output
X Localization tests temporarily removed so we can ship to patch the security bug. They still need to be transcribed/relocated to a non-javascript language to run at build time.
- Source code released under GNU General Public License, version 3.0
Version 4.3.5.1-signed
Fix bug when retrieving certificate info for untrusted certificates (this interface changed in Firefox 20).
- Source code released under GNU General Public License, version 3.0
Version 4.3.4.1-signed
* Update code for retrieving invalid certificate info for Firefox v20
* When sending requeries, only send to notaries that haven't yet replied
* Make the Preferences and Report Attack windows resizable
* In the Preferences window, set proper default height and width for Notary Server textboxes
* In the Results window, expand the results textbox vertically to fill available space
* When sending requeries, only send to notaries that haven't yet replied
* Make the Preferences and Report Attack windows resizable
* In the Preferences window, set proper default height and width for Notary Server textboxes
* In the Results window, expand the results textbox vertically to fill available space
- Source code released under GNU General Public License, version 3.0
Version 4.3.3.1-signed
Add heimdal and nine-eyes notaries to the default notary list, to improve response rate
- Source code released under GNU General Public License, version 3.0
Version 4.3.2.1-signed
+ Add localizations for (de), (es-MX), and (fr)! Many thanks to our translators!
+ Fill in missing strings for (zh-CN). Many more thanks to our translators!
+ Fill in missing strings for (zh-CN). Many more thanks to our translators!
- Source code released under GNU General Public License, version 3.0
Version 4.3.1.1-signed
Hotfix for SeaMonkey
- Source code released under GNU General Public License, version 3.0
Version 4.3.1-signed
- Remove the forced statusbar icon
- Add Perspectives icons to alt-tab
- Display key age
- Several UI Improvements
- Several bug fixes
See http://perspectives-project.org/blog/ for details
- Add Perspectives icons to alt-tab
- Display key age
- Several UI Improvements
- Several bug fixes
See http://perspectives-project.org/blog/ for details
- Source code released under GNU General Public License, version 3.0
To create your own collections, you must have a Mozilla Add-ons account.