Release 1.4.0.2

Saturday, January 31, 2015 | 15:20

Fixed the performance issue by enabling the transaction mechanism.

The problem occurs when many formhistory entries are inserted into the database. By inserting entries inside a transaction, performance increases drastically. Inserting 300 entries now takes less than 150ms instead of the initial 64 seconds!

What a difference an additional true parameter can make :-)

Release 1.4.0.1

Friday, January 30, 2015 | 12:29

Temporarily disabled saving formhistory of additional formfields like checkboxes and selects, in order to investigate reported performance issues.

Release 1.4.0.0

Wednesday, January 28, 2015 | 20:12

Changes since the previous stable release (1.3.3.0):
  • Save history for additional form elements: radiobuttons, checkboxes, selects, range, number and color
  • Formfill now also restores radiobuttons, checkboxes, selects and the html5 inputs: range, number and color
  • Export to CSV: additional option to export All entries, Selected entries or entire Search result
  • Fix: Store (multiline) text typed into divs with contenteditable attribute set to true
  • Fix: Change in the Global Privacy Options to let FHC manage the formhistory (checkbox) was not saved
  • Adjust orientation the of menu attached to the icon when inserted into different locations of the firefox UI
  • Update pt-BR and nl locale
  • Resolve many Mozilla validation/deprecation warnings
  • minVersion Firefox from 3.0.9 to 22.0
  • minVersion SeaMonkey from 2.0a3 to 2.19 (gecko 22)

Release 1.4.0.0pre5

The final beta release, changed:
  • adjust orientation the of menu attached to the icon when inserted into different locations of the firefox UI (menu-bar, toolbar, menu, customization palette)
  • resolve many Mozilla validation/deprecation warnings
  • minVersion Firefox from 3.0.9 to 22.0
  • minVersion SeaMonkey from 2.0a3 to 2.19 (gecko 22)

Release 1.4.0.0pre4

Tuesday, January 13, 2015 | 17:14

This release contains a bugfix and some speed improvements to prevent unresponsive script errors for forms with a very large amount of select options.

Changes in this release:
  • Improvement: Faster save mechanism for saving formhistory of radiobuttons, checkboxes and selects
  • Improvement: Additional index on formelements table
  • Fix: Not all elements within a form were saved

Release 1.4.0.0pre3

Sunday, January 11, 2015 | 17:16

This release contain a bugfix and some extra functionality.

Changed in this release:
  • Export to CSV: added option to export All entries, Selected entries or the entire Search result.
  • Fix: Change in the Global Privacy Options to let FHC manage the formhistory (checkbox) was not saved (option could only be changed from the add-ons preferences).