-
2.1.0 (2017-11-02)
- Unforked, returning to the "Search Keys" name
- Renamed back all references to "Add Search Number"
- Added a "package-lock.json" file for npm 5 usage
-
2.0.0 (2017-09-13)
- Initially forked as "Add Search Number"
- Finally moved off old legacy interfaces, e.g. nsIIOService
- Make search result link detection use querySelector
- We no longer focus on elements when they are selected as the focus code was not working well
- Reinstated/Added support for most major default search engines
- Yahoo HK/TW/US
- Bing
- DuckDuckGo
- Wikipedia
-
1.9.0 beta (2017-09-08) - unreleased
- Forked from Search Keys version 1.0.1
- Name changed to "Add Search Number"
- Ported to WebExtensions
- Beta for now, until it is stable enough to hit 2.0.0
The following is adapted from an old changelog. All links updated to use https or point to an archive.org version where unavailable.
-
Search Keys 1.0.1 (2010-01-05)
- Fix JavaScript strict warnings
-
Search Keys 1.0 (2009-11-05)
- Updated to work with Google's next/previous page links again
- Updated to work on Yahoo again
- Added Bing
- Removed many engines that broke over the years.
- Unjarred chrome
- Switched from
contents.rdf
tochrome.manifest
- Required for Firefox 3.6
-
Search Keys 0.8.1 (2006-11-28)
- Updated to work on Google again.
- Dropped support for Google Groups.
- The site recently changed to use less semantic HTML
- Made it harder for Search Keys to identify the main links
- Also, there's a beta, which uses different HTML
- May presumably replace Google Groups at some point.
- The site recently changed to use less semantic HTML
-
Search Keys 0.8 (2006-10-28)
- Updated to make the previous/next shortcuts (
,
and.
) work on Google again- Google made a clever change
- The navigation section no longer uses a bunch of tiny images
- Instead splits this image using CSS
- Google made a clever change
- Updated to work on Google News again
- Updated to work on Yahoo Local again
- Removed support for Google Local, which has been merged in Google Maps
- These shortcuts don't make much sense on Google Maps
- Made the hints show up on trunk again
- Using the technique in this article
- Fixed it to create DOM nodes for the hints in the correct document
- So it won't break when Firefox trunk starts throwing WRONG_DOCUMENT_ERR in compliance with DOM specs
- Updated to make the previous/next shortcuts (
-
Search Keys 0.7.3 (2006-01-13)
- Fixed a potential minor leak by adding
var link;
to the goToResult function
- Fixed a potential minor leak by adding
-
Search Keys 0.7.2 (2005-11-29)
- Made it work on pages resulting from address bar searches
- You'll only notice this fix if you have changed keyword.URL to something other than Google's "I'm Feeling Lucky"
- The fix is a workaround for a bug in Firefox, bug 264830
- Made it work on pages resulting from address bar searches
-
Search Keys 0.7.1 (2005-11-28)
- Fixed it to work on Google again
- Broken by a recent change by Google
- Fixed it to work with del.icio.us again
- Broken by a not-so-recent change by del.icio.us
- Fixed it to work on Google again
-
Search Keys 0.7
- Fixed a JavaScript Strict warning:
function getActiveEngine does not always return a value
- Made
.
and,
navigate between pages of search results on Google - Marked the extension as working in Firefox 1.1α1
- Fixed a JavaScript Strict warning:
-
Search Keys 0.6 (2004-11-13)
- Add support for Google Local
- Add support for Yahoo!, Yahoo! Image Search, Yahoo! News search, Yahoo! Local, and Yahoo! Personals
-
Search Keys 0.5 (2004-10-29)
- Make number keys on numeric keypad work
- They only work when Numlock is on and they don't work with Shift
- Make number keys on numeric keypad work
-
Search Keys 0.4.2 (2004-10-16)
- Support custom Google web searches in addition to normal Google searches
- Support Google Images, with no boxes showing shortcuts
-
Search Keys 0.4.1 (2004-10-16)
- Also avoid conflict with tab-switching shortcut on Linux
-
Search Keys 0.4 (2004-10-16)
- On Windows and Mac, use Alt+number instead of Ctrl+number for opening in a new tab
- To avoid conflict with tab-switching shortcuts
- Skip preview links added by the Search Preview and McSearchPreview extensions
- Remove Bugzilla support
- Update maxVersion so Firefox 1.0 knows this extension works with it
- On Windows and Mac, use Alt+number instead of Ctrl+number for opening in a new tab
-
Search Keys 0.3 (2004-10-15)
- Support international versions of Google, Google News, and Google Groups
- Make boxes containing numbers slightly shorter
- Add an extension icon
-
Search Keys 0.2 (2004-10-14)
- Next to each search result, show its number
-
Search Keys 0.1 (2004-10-14)
- Initial release