Release 1.2.10.1

Sunday, November 27, 2011 | 14:57

Minor change in this release:

- Description changed in install.rdf for zh-CN locale.

Again many thanks to Techlive Zheng and other translators for their efforts.

Release 1.2.10.0

Wednesday, November 16, 2011 | 14:36

Minor changes in this release:

- Added locales for tr and zh-CN
- Fix for lengthy (German) translation (Edit Cleanup/Protect criteria)

Release 1.2.9.3

Monday, July 25, 2011 | 16:51

Minor changes to keep up to date with the latest FF/SM versions.

Some methods in the nsiJSON library I use in order to create an autocomplete searchfield for fieldnames (advanced search) have been deprecated. Since the autocomplete did not work anymore due to some earlier updates in FF, I decided to drop this feature.

See also the release-notes.

Release 1.2.9.2

Wednesday, June 15, 2011 | 09:16

In this release some minor bugfixes. I was hoping to come out with a new major release sooner but the new improvements take more time then anticipated.

- Fix size (height) problem on MacOS (preferences dialog)
- Fix "Error: tbMenu is null"
- Improved regular expression for Credit card

Release 1.2.9.1

Friday, May 13, 2011 | 23:55

In this release many minor enhancements and bugfixes. The next release I am currently working on will contain some major enhancements.

One of the less visible enhancements (for most users) in this release is support for dark OS-themes. The lists I use in this add-on have alternating background colors for even and odd rows. The defaults for windows and linux showed no difference between the two colors so I defined my own custom colors (2 shades of light gray) to get a nice and subtle effect. On dark OS-themes however it led to unreadable lists because in that case the text is also a light color.

In this release I added the option to select light, dark, none or automatic background colors for lists. When none is selected, the system default will be used. If the automatic option is selected (which is the default) light or dark background colors are selected based on which theme gives the best contrast with the current text color. For MacOSX the automatic option will select none so the system colors will be used which look really nice by default (no surprise).

For a complete list of changes in this release consult the release-notes.

Release 1.2.9pre3

Sunday, May 1, 2011 | 19:31

Changes from 1.2.9pre2:
  • Added pt-BR locale
  • Fixed clickable browse history view
  • Fixed new Mozilla validation warnings

Release 1.2.9pre2

Thursday, April 21, 2011 | 17:00

Changes from 1.2.9pre1:
  • Available locales (cs da de en es fr nl sv)
  • Added an "Automatic" (default) option for the the skinnable list preference
  • Fixed Mozilla validation warnings
  • MaxVersion FF to 6.0a1

Release 1.2.9pre1

Sunday, April 10, 2011 | 22:58

This pre-release contains some minor changes and fixes and is not fully translated yet, so only English and Dutch are available. I am still working on a feature that enables or disables formhistory for individual domains and maybe also individual fields.

Changes in this pre-release:
  • Added support for new html5 text input fields
  • "Times used" field made editable (also for multiple selected entries)
  • Tree/List background(rows) skinnable (light, dark, none/system)
  • FuzzyAge: show up to 59 seconds before switching to minutes (was up to 30 secs)
  • Displayed host: show "localhost" for url file:
  • Fix: skip duplicate entries from imported xml-file
  • Fix: toLowercase is not a function error (when sorting host or title treeview-column)
  • Fix: Sorting on ageFirst column not working properly
  • Tech: Create the formhistory database when it does not exist yet (SeaMonkey)
  • Tech: Rewritten FhcSearchbarOverlay.js (simpler)