eurekster toolbar changelog
Version 0.6.2
- CHG: Remove tooltips for dropdown elements as they do not work properly...
- FIX: trailing comma is not legal in ECMA-262 object initializers
- FIX: function eurekster_initPreferences does not always return a value
- CHG: make options dialog resizable; persist width and height
- ADD: Configurable login/logout button using Password Manager - or not
Button text when logged in may be customized using 'extensions.eurekster.buttons.loggedin'
{0} and {1} will be replaced with the first name and last name, respectively
- FIX: start search when hitting enter in search parties dropdown
Version 0.6.1
- ADD: Do not open a new tab, background or not, if the current tab/window is
blank
- ADD: Search Parties link in drop down menu
- CHG: Removed code to convert old preferences (from version 0.3.0)
- ADD: Option to reuse existing tab/window if eurekster.com URL
- ADD: Optional update of toolbar search bar/history from eurekster search
results page
- FIX: Auto search when selecting from history
- ADD: Search term highlighting in web pages with customizable color
- FIX: Search broken when SearchParty dropdown removed (customize dialog)
- CHG: Bumped minVersion for Firefox to 0.9 as the highlighter uses some
newer APIs
- CHG: Removed the invite button from the default setup (still available in
customize dialog)
- ADD: Clear history item in drop down menu
- CHG: Website redesign for new about, todo and help pages
- ADD: Help link to drop down menu
- ADD: POST support for HTTPClient
Version 0.6.0
- FIX: Changed mime type of .xpi files to 'application/x-xpinstall' for the
website.
- CHG: Refactored toolbarmode into separate extension.
- ADD: As of version 0.6.0 the xpi files are signed. Thanks to the guys at
eurekster for this.
- CHG: Bumped mozilla maxVersion to 1.8.
- CHG: Added debug code in release builds again; looks like that needs some
more work...
Version 0.5.1
- CHG: Removed version.txt file from all builds.
- FIX: Correctly get the nav-bar toolbar mode after customizing a **normal**
toolbar
- ADD: tooltip for search and search parties dropdowns
- CHG: Make update check use new HTTPClient (non modal at startup)
- FIX: Default setting for last update date
- CHG: Moved install.js messages to properties file
- ADD: Remove debug code in release builds
- ADD: Icon size selection in toolbar/navbar context menu (per toolbar)
- FIX: Disabled second locale for Mozilla build
- ADD: The history can now be limited (0 == no limit)
- FIX: bits and pieces ;)
Version 0.5.0
- ADD: Second drop down for SearchParties(TM)
- ADD: German localisation
- FIX: Moved tab policy dropdown to right (missing flex=1)
Version 0.4.4
- FIX: Set Firefox maxVersion to 1.0+
Version 0.4.3
- FIX: Set Firefox maxVersion to 0.10
Version 0.4.2
- CHG: Created separate GUID for mozilla version. The GUID is now configurable
in build.properties.
Version 0.4.1
- CHG: Created separate about dialog that uses the same content as preferences
- CHG: Reorganized the xpi build replace strings - this makes build.xml much
more generic
- ADD: ToolbarMode option to context menu for (all) toolbars (Firefox only)
- ADD: Preferences option to enable/disable ToolbarMode context menu (Firefox
only)
- FIX: Display toolbar button text left of image instead of below image in new
Firefox default theme
- FIX: Button text disappears in Mozilla modern theme.
- FIX: Display proper icons when moving toolbar buttons into customize box
Version 0.4.0
- ADD: Use dump() for tracing and logging
- CHG: Minor changes to menu/label text
- ADD: Moved access keys to locale file
- FIX: Version number in install.js was not updated by build process
- CHG: Added 'extensions.' prefix to all toolbar preferences (old prefs will be
converted)
- CHG: Use window.arguments[] for preferences dialog
- ADD: Changed build process to support XPI format for new extension manager
(Firefox 0.9)
- ADD: Inital code for hotbox sidebar (disabled)
- FIX: Clear search-bar field when clearing the history
Version 0.3.7
- ADD: 'Clear history' option
- FIX: Check for update at startup
Version 0.3.6
- ADD: Disable toolbar in popup windows
- ADD: 'Check for Update at Startup' option
- ADD: 'Disable Search History' option
- ADD: Prevent duplicate entries in history
- FIX: Wrong syntax checking whether to call add2History(term) for auto search
- FIX: Using default height for toolbar because some letters like 'g' got cut
off at the bottom
Version 0.3.5
- Added 'Check for Updates' to preferences dialog
- Cleanup of initialzation code
- The build will add a version-[version-number].txt file to the xpi
to make it easier to keep track of file versions
- Added RDF based drop down search bar;
The data is stored in eurekster.rdf in the user profile directory.
Currently, the only way to clear the history is to delete the file.
- Added *tag parameter* to all URIs to make use of the toolbar visible in
logfiles.
NOTE: This is *not* user tracking, but only to see whether anyone is
actually using the toolbar.
- Moved search options into separate options tab
- The options dialog will now remember last tab (except for about)
- Search terms are now properly escaped
Version 0.3.0
- Redesigned the options/about dialog
- Changed all browser references to firefox
Version 0.2.3
- Fixed problem with initial loading of preferences
Version 0.2.2
- Added Invite button and some more menu items
- Added build process to create mozilla version from one code
base (using Apache Ant and a few replace tasks ;)
Version 0.1
- Initial version