Autofill Forms Changelog

What's new in Autofill Forms 1.1.0.1

May 10, 2016
  • Better onchange event is sent to elements that their value has been changed
  • A few bugs are fixed

New in Autofill Forms 1.1.0 (May 10, 2016)

  • Better onchange event is sent to elements that their value has been changed
  • A few bugs are fixed

New in Autofill Forms 1.0.9 (May 10, 2016)

  • another e10s compatibility fix

New in Autofill Forms 1.0.8 (May 10, 2016)

  • Fixing settings scroll issue
  • Fixing cursor position issue on form filling

New in Autofill Forms 1.0.6.1 (May 10, 2016)

  • Adding support for input of type "tel"
  • Options page size issue on Mac OS is fixed

New in Autofill Forms 1.0.5 (May 10, 2016)

  • Fixing AutoFill is not working on iframes
  • Adding support for inputs of type number

New in Autofill Forms 1.0.4 (Jun 30, 2015)

  • Adding support for element focusing which is compatible with Electrolysis

New in Autofill Forms 1.0.3.1 (Jun 30, 2015)

  • A few compatibility fixes to support Electrolysis

New in Autofill Forms 1.0.2.1 (Jun 30, 2015)

  • Compatibility fixes with Firefox 35.0

New in Autofill Forms 1.0.1.1 (Jun 30, 2015)

  • Fixed a bug related to saving profiles.

New in Autofill Forms 1.0.0.0.1 (Jun 30, 2015)

  • Fixing options window resizes itself to the screen height bug.
  • Supporting more input types for context menu item.
  • Applying some security fixes.
  • Making the extension compatible with Firefox Australis.
  • Supporting Retina resolution for the toolbar button.

New in Autofill Forms 0.9.9.0.1 (Jun 30, 2015)

  • Minor fix to scrolling in preference windows
  • NOTE: Firefox version 17 and above required for this version

New in Autofill Forms 0.9.8.8.1 (Jun 30, 2015)

  • Firefox V17 compatible
  • Improved layout to option windows on all platforms.

New in Autofill Forms 0.9.8.0 (Feb 5, 2011)

  • Compatible with FireFox v4 Beta 10

New in Autofill Forms 0.9.7.0 (Jan 5, 2011)

  • Updated for FireFox version 4b8

New in Autofill Forms 0.9.6.1 (Jan 5, 2011)

  • Fixed the locale bug introduced in 0.9.6.0. As a temporary measure, only en-US and fr-FR locales are supported in 0.9.6.1. This will be fixed in the next version.
  • Cleaned-up the dynamic tags import/export. The updated import function now checks for duplicates and empty rules (empty tag name / empty tag rule).
  • The tag editor allows for any changes to be cancelled. This has now been extended to importing tags: If tags are imported from the advanced tab, they are added immediately. However, if imported through the tag editor, they are added only when the ok button is pressed. If the cancel button is pressed instead, the imported tags are discarded.
  • Tweaked the layout and window size to 650x450 which should display on smaller screens.
  • Clicking multiple times on the dynamic tag button doesn't open multiple windows anymore. It still does when the settings window is open and closed while the tag editor window is left open. Not quite sure how to fix this (see the updated showDialog function in autofillForms.js).

New in Autofill Forms 0.9.6.0 (Jan 5, 2011)

  • New features in this release:
  • Added support for the latest versions of firefox (3.6.8, 4.0b5 and nightly)
  • Basic support for exporting / importing Dynamic tags to text files
  • Support multiple profiles in a single file (both export and import)
  • Option for filling-in disabled fields
  • Added rule name in the alternative rule dialog window
  • Basic support for exporting/importing Dynamic tags. Basic means that the import won't check if a dynamic name is already available (same name and same rule) but this could be added later. The file format is very similar to the one for exported rules, but safety checks are in place if you try to load one for the other
  • Trigger change events. Some forms use change events to trigger background actions. This is now supported through a preference option
  • Other improvements / items from the TODO list:
  • Highlight the field for which the Alternatives selection prompts
  • Add option to call the onchange event after filling out fields
  • Add option to disable "Alternatives" (always use first match)
  • Ignore disabled fields: This is enabled by default. In some cases, it may be useful to either show the disabled fields names and/or autofill them. filename=tryhtml_input_disabled for which you can easily create rules for the fields called Fname and Lname
  • Click "Autofill forms settings window -> Profiles -> Profiles list column header" to sort the profiles will make profiles relation be disordered
  • Support for the newest versions of firefox: 3.6.8, 4.0b5 and nightlies are now supported.
  • Created rules for Vn_qty and Ja_qty and see the total price change dynamically when these cells are auto-filled (when Trigger change events is checked). Caution: Complex forms requiring server side validation, etc... may not like this. Might work better as a rule based option + possible added delay
  • Option for disabling alternatives. When disabled, the first (highest priority) rule alternative is always chosen
  • Changed the alternative choice window. Each alternative is now displayed both as the rule and rule name. This probably would probably look a lot better as a tabular list, maybe someone could look into this later. Also tried to highlight the field with a red rectangle like firebug does, but depending on the platform, it may not look right. Still needs some work.
  • Bug fixes:
  • Preference windows are not sized correctly. Fixed: Main settings window size now defaulted to around 610x610. Should be OK on 1024x768 screen. Dynamic tags window width decreased from 670 to 525 to match the main window.
  • Multiple profiles exported to a single file (Bug 21867 opened by Michael): The import function can now import either single profile files or multiple profile files. Export is now split between two buttons (export current / export all).

New in Autofill Forms 0.9.5.2 (Sep 3, 2008)

  • Bugfixes:
  • Adjusting the "Add complete form as profile..." and "Add a rule for this field..." features to add the values of non-text fields as regular expressions.
  • Adding the special characters for the beginning and end of the string makes sure no unwanted alternatives prompts are shown.
  • Other changes:
  • Use gBrowser if it is available and the WindowMediator service only as fallback to access the browser object.
  • Replaced multiple method calls to access the content document with local variables holding the document reference.
  • Parsing child frames after parsing the parent window.

New in Autofill Forms 0.9.5.1 (Aug 16, 2008)

  • Added the possibility to configure keyboard shortcut and mouse button for the "Display Form Details" feature.
  • Added (incomplete) romanian locale - thanks to x10firefox at babelzilla.org.
  • Bugfixes:
  • Adjust the hideToolbarButton setting if the toolbar button has been removed/added by drag and drop.
  • Other changes:
  • Code refactoring to improve performance and readability - thanks to Robert Stewart for the performance notions.

New in Autofill Forms 0.8.0.3 (Dec 3, 2007)

  • Added (hidden) statusbar icon - can be made visible

New in Autofill Forms 0.8.0.2 (Nov 29, 2007)

  • The settings page didn't allow to enable the global profile - the enableGlobalProfile preference tag was missing inside the XUL document.

New in Autofill Forms 0.8.0.1 (Nov 27, 2007)

  • Selecting an item right after changing a textbox value does not fire any onchange/onblur events which resulted in the changes not being saved.
  • Applying the changes on the last selected item on a new selection as workaround.
  • Changes applied if more than one item has been selected could result in the wrong item being updated.

New in Autofill Forms 0.7.0.3 (Sep 12, 2007)

  • Added Chinese (Traditional) locale - Thanks to Lu Ming-Tse
  • Added Midbrowser (Firefox for Mobile Internet Devices) GUID to target applications (BETA)

New in Autofill Forms 0.7.0.2 (Aug 25, 2007)

  • If browser.preferences.animateFadeIn is set to true (which is the default on a Mac) the rule list had been hidden - fixed.

New in Autofill Forms 0.7.0.1 (Aug 10, 2007)

  • New features:
  • Added possibility to deselect checkboxes/radio buttons by deactivating the "Overwrite" setting
  • Added support for dynamic tags which can be used to insert dynamic data in form fields, e.g. the current date
  • Added possibility to fill out forms on all open tabs via about:config setting "fillAllTabs"
  • Added confirmation dialog before deleting a profile
  • Removed "Apply" button for field rules - field rules are now updated as soon as the textboxes lose focus
  • Updated documentation
  • Added Hungarian locale - Thanks to Mikes Kaszm�n Istv�n (Cashman) at babelzilla.org
  • Added Italian locale - Thanks to Underpass, gonzalopirobutirro and Godai71 at babelzilla.org
  • Added Polish locale - Thanks to teo at babelzilla.org
  • User Interface improvements:
  • FieldRule list now takes up the free space when resizing the settings window
  • Rule editor list now takes up the free space when resizing the rule editor window
  • Rule editor textboxes now take up the free space when resizing the rule editor window
  • Tag editor list now takes up the free space when resizing the tag editor window
  • Tag editor tag code textboxes now take up the free space when resizing the tag editor window