February 1st, 2013· Added option to select and scroll to a login in the Saved Passwords list when it's first opened.
· Combined "other" type into "annotated" type in editor.
· The editor now allows editing any combination of logins regardless of their types; the "Type" section is now removed when editing multiple logins to reflect this fact.
· Simplified install manifest to list translators for each locale only under their own locales. That saves quite a few KiB in size.
· Improved look of menu-button in Saved Passwords for Windows and Mac OS X. Thanks to Robert Janc for assistance with the Mac part.
October 30th, 2012· Correct error in pl locale.
· Correct usage of window-global variable no longer present in Saved Passwords as of 18.0a2 or so.
July 23rd, 2012· Fixed bug in form guessing logic that caused an error with no "type" attribute.
May 8th, 2012· Fix bug in recognizing annotated type in multi-edit.
April 18th, 2012· Fixed overzealousness which caused "Firefox" menu item to be in the wrong place.
April 17th, 2012· Changed presentation of editor dialog: now all possible fields are visible at all times; the ones that don't pertain to the current login type are disabled. This allowed me to make the window non-resizable and stop persisting the dimensions, which should eliminate problems with the window being too small because the contents have become larger.
· Added feature to rename "Saved Passwords" menu item for those who want to make it less obvious.
· Added option to always show passwords, including in the Saved Passwords dialog. Unfortunately, there is a dilemma regarding the master password prompt: if I prompt for it, there is a possibility it has already been prompted for immediately before; if I don't prompt for it, it probably won't get prompted for at all except the first time the dialog shows during a session. I leave it to the user to decide which is less undesirable but err on the side of caution for the default.
· Made detection of login form field types case-insensitive.
March 28th, 2012· New translator for bg: pl99.
· Now allowing web form logins for Thunderbird.
· Removed Password Tags integration from editor window. There are issues regarding the API as well as concurrent database access that I need to work out; once I do, I might bring this back.
January 27th, 2012· Added page context menu items for manipulating logins associated with a web form directly. These are made to work very similarly to those in Mobile Saved Password Editor.
· Renamed "HTTP authentication" login type to "Annotated" while making it work with non-HTTP authentication logins (an example being Sync). Accordingly, I also renamed the "HTTP realm" field to "Annotation".
· Rearranged icon files so all are in the skin directory; packed the 29px, 24px, 19px, and 16px icons into a single file for use with the "-moz-image-region" style rule. The 32px and 64px ones must exist as individual files since they are referenced from places that don't accept icon-set images.
· Converted first-run component to a module. This solves the problem of unreliable behavior in opening a new tab, since I can now use an overlay to import the module on window load. The module runs once on application startup and leaves no objects where it is imported.
· Updated welcome page to mention the new commands in the context menu.
Improvements to editor window:
· Minimized use of XPath.
· Loosened form matching logic: no longer requires name attributes.
· Handling of show/hide now focuses the newly-visible button for better accessibility.
December 15th, 2011· Moved Master Password prompt to after the editor window is already displayed, in an attempt to resolve reported issue with the prompt appearing behind the Saved Passwords window on recent Firefox under Windows 7.
· Split Show/Hide button into two separate buttons, in order to get rid of redundant strings in locale properties files.
· Split locale files into window-specific files.
· fi: Jiipee (BabelZilla)
October 7th, 2011· Updated pt-BR, pt-PT, and zh-TW locales.
· Updated compatibility for Conkeror.
September 20th, 2011· Renamed references to Firefox menu (Windows and Linux) to be less obscure.
· Updated welcome page text to better reflect reality (e.g. context menu).
· Increased welcome page delay timer from 3000 to 3500.
· Switched to using 32px icon as small add-on icon, only as icon.png (removed element in install.rdf). Switched to using 64px icon in welcome page. Deleted 32px and 48px icons from skin directory, as they are no longer being used.
· Deleted chrome/icons, since those icons are not used much.
· Ran remaining icons through pngcrush to reduce their size.
· Fixed another bug related to SeaMonkey Data Manager.
· el: George Malamas "Grg68" (BabelZilla)
August 25th, 2011· Updated eo locale
· hsb-DE: milupo (BabelZilla)
August 5th, 2011· Changed password editor window to not ask for Master Password for an initially shown password if passwords are already being displayed in the Saved Passwords list.
· Added option to have password in editor window be shown if and only if passwords are being shown in the Saved Passwords list.
· New feature: when using "Guess from current page", in case there is more than one suitable login form, allow the user to select among them using buttons next to the "Guess" button.
· Made guessing work with XHTML (application/xhtml+xml).
· Added tooltip to menu items.
August 2nd, 2011· Oops, Object.create() doesn't work before Fx 4.0 and equivalents. Fix.
July 12th, 2011· New feature: multiple selections now allowed for editing. Useful if, for instance, you have similar credentials on many sites, or many accounts on one site, and you need to change them en masse.
· All of the selected logins must be of the same type (web form, HTTP, other). Fields that differ among the selections are represented by a light checkerboard pattern, indicating an indeterminate value. Anything entered in any of the fields is written to all selected logins, but fields left indeterminate are not changed.
· Note that the Tags field (convenience for those with Password Tags installed) doesn't behave in the above way and in fact is turned off when editing multiple logins.
· eo: milupo (BabelZilla)
April 14th, 2011· Modified form matching for password editor: now requires username and password fields to have non-empty name attributes. For the future: implement a way for all forms considered valid to be offered to user, in case there are multiple login forms on the page.
· Fixed glitch in menu-button behavior, where it would not revert to "new" state for non-singular selections after the editor dialog was cancelled.
· zh-CN: yfdyh000 (BabelZilla)
March 13th, 2011· Fixed bug introduced in 2.0.3 making menu-button default behave incorrectly.
· Now preserves password selection (except with "New" command) and scroll position when adding/editing/cloning a password.
March 7th, 2011· Now works with SeaMonkey's new Data Manager (my own menu item and toolbar button still access the toolkit dialog).
February 1st, 2011· Fixed syntax error in pt-PT and zh-CN locale files that caused the add-on to be unusable.
January 5th, 2011· pl: Marcin Borowczyk "MarcinB" (BabelZilla)
· Fixed bug in password guessing algorithm, causing it to not check documents in frames as it should.
· Fixed console error caused by assuming existence of Windows app menu on all platforms.
· Fixed context menu items in password manager to work on pre-Firefox 4.0
· Added support for Spicebird
December 29th, 2010· Now fully compatible with Conkeror (and probably some other apps)
· Added menu item to app menu (Fx 4.0/Windows)
· Individual buttons in password manager changed to an intelligent menu-button
· Option to always show passwords on opening editor dialog, or remember state
· Now asks for master password only if a password is about to be shown
· Interacts with Password Categories add-on (if present) to provide an extra place to edit category names
· New button icon and logo provided by PlastikManiac
· sr: DakSrbija (BabelZilla)
· sv-SE: Mikael Hiort af Ornäs "Lakrits" (BabelZilla)
· tr-TR: Anil Kilic - www.guncem.net "ua_anil", nikneyim (BabelZilla)
December 6th, 2010· Fixed to actually require master password when editing, instead of showing the editor anyway when "cancel" clicked.
· Compatibility info updated.
July 24th, 2010· Removed unnecessary typelib for component.
· Fixed typo in Japanese (ja) localization.
· "Guess from current page" now copies username and password fields only if password field is non-empty (makes "Clone" function more useful).
July 1st, 2010· Removed unnecessary typelib for component.
· Fixed typo in Japanese (ja) localization.
· "Guess from current page" now copies username and password fields only if password field is non-empty (makes "Clone" function more useful).
June 8th, 2010· bg-BG: ExaFlop (BabelZilla).
· ja: Masahiko Imanaka (BabelZilla).
· Added option to turn Tools menu item on and off to add-on options/preferences dialog (pref itself was available as of 1.1.7).
· Added command to "clone" a login in the password manager (i.e. create a new login, but with fields pre-filled from another login), useful if you need to create a lot of similar logins. Appearance of command is configurable in options/preferences.
· Moved first-run code into a component.
· Welcome page now appears in Thunderbird (in a tab). Still nothing for Sunbird; I'd probably need to open a window.
May 28th, 2010· Made password editor text boxes take up all width not taken by other elements, so form fills window horizontally.
· sr (Serbian/Српски): Charmed94 (BabelZilla).
May 22nd, 2010· Fixed: Saved Passwords dialog was non-resizable when opened through toolbar button or menu item.
· pt-PT (Portuguese-Portugal/português-Portugal): Carlos Simão "lloco" (BabelZilla).
· Made it possible to hide "Saved Passwords" menu item, using preference extensions.savedpasswordeditor.display_menuitem. Not included in preferences dialog yet.
April 16th, 2010· zh-TW (Chinese-Taiwain/漢語-臺灣; Traditional Chinese/正體字): Velociraptor (BabelZilla).
· Improved guessing code (input fields with no 'type' attribute now recognized as text type) and simplified.
April 13th, 2010· vi (Vietnamese/tiếng Việt): Nguyễn Hoàng Long at timelinelive.blogspot.com "longnh" (BabelZilla).
March 30th, 2010· Bugfix: Editor window is now explicitly resizable, which means it's resizable on Windows.
· Also added German description to install manifest.
March 11th, 2010· Expanded guessing logic to consider (i)frames
March 8th, 2010· Expanded compatibility to SeaMonkey (2.0+), Thunderbird (3.0+), and Sunbird (1.0+).
· Made welcome page display more reliably.
· Prepared welcome page for right-to-left scripts.
· Added "Saved Passwords" command to Tools menu.