Skip to content

Latest commit

 

History

History
229 lines (187 loc) · 16 KB

changelog.md

File metadata and controls

229 lines (187 loc) · 16 KB

Right Links: Changelog

+ – added
- – deleted
x – fixed
* – improved

master/HEAD

+ Added German locale (de), thanks to milupo.
+ Added ability to ignore image-like canvas nodes (extensions.rightlinks.enabledOnCanvasImages preference, e.g. to disable in case of performance problems).
* Long left-click: dispatch fake “mouseup” event in content document for better compatibility with page scripts (extensions.rightlinks.fakeMouseup.content preference).
+ Added separate preferences to load bookmarks in background (extensions.rightlinks.loadBookmarksInBackground and extensions.rightlinks.loadBookmarksInBackground.left).
+ Added rightLinks.handledItem API for another extensions.
+ Added hidden preferences to load link in current tab (extensions.rightlinks.loadIn and extensions.rightlinks.loadIn.left, #20).
x Some compatibility fixes for multi-process mode (Electrolysis aka e10s) (#17, #21).

0.3.8.4 (2014-08-10)

x Fixed: long left-click opens not actual link, if it was changed (#9).
+ Added support for Feed Sidebar extension (#12).
* Hide “Show in Status Bar” checkbox in Firefox 29+, if status bar isn't restored by some other extension.
x Workaround for conflict with Multi Links extension (#13).

0.3.8.3 (2014-02-09)

x Fixed conflict with InFormEnter extension: icons after text fields isn't clickable (#4).
* Slightly improved startup performance.
x Fixed detection of XUL links in Firefox 26+ (#5).
x Fixed detection of links from CSS Inspector in Firefox 22+ (#6).
x Correctly select first menu item, if options menu was opened from keyboard (Alt+F2 by default) in Firefox 25+.
+ Added support for any tree with bookmarks/history items (#7).
+ Added support for history menu inside Australis menu-button.
x Fixed detection of “Open …” menu items in RSS bookmarks in Firefox 4+.

0.3.8.2 (2013-08-22)

* No longer use internal JAR archive.
x Fixed: real links, that looks like dummy, may be opened in current tab (#1).
x Fixed: tabs isn't clickable after opening of any link with click handlers (extensions.rightlinks.workaroundForMousedownImitation preference) (#2).

0.3.8.1 (2013-04-14)

* Improved: don't use tabs in popup windows (as Firefox itself) (extensions.rightlinks.dontUseTabsInPopupWindows preference).
* Use "dragstart" event instead of deprecated "draggesture" (if available).
* Improved: stop "dragstart" event after long left-click.
* Correct position of item in Tools menu in latest Firefox Nightly.
+ Now you can use extensions.rightlinks.filesLinksPolicy = 3 to copy link location.
x Workaround for fake "mousedown" event in budaneki extension.

0.3.8 (2013-01-04)

* Improved mechanism of temporary disabling: now disabled extension handles only necessary minimum of the events.
x Fixed opening links using "long" left-click when used extensions for mouse gestures.
* Click handling now stops after mouse wheel (for compatibility with mouse gestures).
+ Added calling of browser API for security checks before load of any link.
* Small internal improvements and optimizations.

0.3.7.2 (2012-09-10)

x Fixed incompatibility of "long" left-click feature with budaneki extension.

0.3.7.1 (2012-09-03)

x Fixed: preference extensions.rightlinks.ui.toolbarbuttonCheckedStyle doesn't work for recently added toolbar button.

0.3.7 (2012-09-03)

+ Added possibility to open links using "long" left-click.
+ Added hidden preferences to open links in new windows (extensions.rightlinks.loadInWindow and extensions.rightlinks.loadInWindow.left).
* Improved compatibility with mouse gestures when switching tabs.
x Fixed preference extensions.rightlinks.ui.closeMenuRightClick in Firefox 16.0a1 (in addition to closing the menu, checkboxes is also switched).
+ Added Alt+F2 hotkey to open options menu (preference extensions.rightlinks.key.showSettingsPopup).
+ Added detection links in CSS-rules inspector (Tools – Web Developer – Inspect – Style) and hidden preference extensions.rightlinks.enabledOnCSSEditorLinks.
+ Added detection links in Web Console (Tools – Web Developer – Web Console).
x Fixed toolbar button appearance with enabled extensions.rightlinks.ui.toolbarbuttonCheckedStyle preference.

0.3.6.3 (2012-04-09)

x Fixed opening JavaScript-links with unchecked "Load JavaScript-links (javascript: …)" (regression of version 0.3.6.1pre2).

0.3.6.2 (2012-04-09)

x Fixed opening JavaScript-links (javascript:...) in background.

0.3.6.1 (2012-04-03)

x Fixed handling of links like site.com/#!... on JavaScript-based sites (e.g. http://twitter.com/).

0.3.6.1pre3 (2012-01-27)

* Slightly optimized code for reading and writing preferences.
* Checkbox "Enabled" are displayed only when you open options menu from Add-ons Manager (in any other case just click on the menu item or button to enable/disable).
* Small code improvements.

0.3.6 (2012-01-07)

+ Added "standard" settings (available in Add-ons Manager).
+ Added "Enabled" checkbox to options menu.

0.3.5.4pre11 (2011-08-09)

+ Added XUL-links support (e.g., in Error console, if it will be opened in sidebar).
+ Added test support for Firebug links.
+ Added option to disable closing options menu via Right-click (by default menu aren't close anymore).
x Removed white spot in 16x16 icon (for dark themes).
+ Detection images in Speed Dial page will be disabled (preference extensions.rightlinks.enabledOnSpeedDialImages).
+ Added menu item Firefox – Options (only Firefox 4 and heighter).
x Fixed context menu suppression with installed RightToClick extension.

0.3.5.4pre2 (2010-07-23)

+ Added hidden preference extensions.rightlinks.enabledOnSingleImages to disable click handling on separately opened images.

0.3.5.4pre1 (2010-07-17)

+ If installed Tab Kit extension, links (but not bookmarks) will be opened in child tabs.

0.3.5.3 (2010-07-13)

x Fixed bookmarks and history items detection in Firefox 3.7a5pre+.
+ Added possibility to completely disable stopping click handling after mouse moving (extensions.rightlinks.disallowMousemoveDist must be -1).
* Small code improvements.
+ Added support for handling clicks on images.

0.3.5.2 (2010-02-12)

* Context menu showing prevention method is improved.

0.3.5.1 (2010-02-08)

+ Added possibility to disable closing of settings menu after click (preference extensions.rightlinks.ui.closeMenu), by default menu are not closing. Firefox 3.0+ only.
x Fixed wrong context menu (it's was showing for link, not for clicked item).

0.3.5.0 (2010-01-25)

* Pop-up message after status changing appears only if all controls are hidden.
+ Added updating of button state in toolbarpalette.
* Preference extensions.rightlinks.hideBookmarksPopup are renamed to extensions.rightlinks.closePopups.
+ Fixed detection of links like <area href="http://..." />.
x Fixed removing of event handlers (regression of version 0.3.5.0b2).
+ Added context menu item for customize button appearance (preference extensions.rightlinks.ui.toolbarbuttonCheckedStyle).

0.3.5.0b3 (2009-11-12)

* Own service for preferences reading/writing is used instead of chrome://global/content/nsUserSettings.js.
* Added preferences caching for performance improving.
* Names of preferences are renamed from rightlinks.* to extensions.rightlinks.*.
* Preference rightlinks.hideItemsMode is replaced with two separated – extensions.rightlinks.ui.showInStatusbar and extensions.rightlinks.ui.showInToolsMenu.
* Preference rightlinks.keyModifiers and rightlinks.keyValue are replaced with one – extensions.rightlinks.key.toggleStatus, using syntax like Adblock Plus extension.
* Preference rightlinks.toolbarbuttonCheckedStyle are renamed to extensions.rightlinks.ui.toolbarbuttonCheckedStyle.
* Improved default value of preference extensions.rightlinks.filesLinksMask.
* Small code optimization.
+ Added support for SeaMonkey 2.0.
x Corrected opening of JavaScript-links (javascript: ...) in Firefox 3.7a1pre.

0.3.5.0b2 (2009-08-13)

** Method for prevention of context menu opening is improved.
** Emulation of mouse clicks is used for context menu showing (sequence of events "mousedown", "mouseup", "contextmenu").
x Fixed showing context menu after delay in Linux.
+ Added preference rightlinks.loadVoidLinksWithHandlers for allowing opening links with click handlers.
+ Added preference rightlinks.disallowMousemoveDist – maximum distance of moving mouse with held right button.
* Context menu always shown at mouse pointer.
* Pop-up message is shown over Status Bar.
+ Added test support for handling clicks on links like <a href="">, <a href="#">, <a href="#nonexistentAnchor">.

0.3.5.0b1 (2009-08-09)

+ Added support for XLink.
+ Experimental support for links from bookmarks and history sidebar, based on code of Places' Tooltips extension, only Firefox 3.0+.
+ Option for disabling handling clicks on history items.
+ Preference rightlinks.toolbarbuttonCheckedStyle for disabling "checked" style of toolbar button.
* Better click emulation on JavaScript-links.

0.3.1.1 (2008-11-22)

x Fixed strange bug with dragging links to bookmarks.

0.3.1.0 (2008-09-14)

+ Added GUI for some settings (see context menu of any item from Right Links).
+ The rightlinks.enabledOnBookmarks preference for toggle handling of bookmarks.

0.3.0.0 (2008-08-17)

+ Showing of the context menu through 500 ms if the mouse button has been not released (it is configurable with rightlinks.showContextMenuTimeout, -1 disable showing).
In Firefox 3.0+ context menu will be shown and in previous versions link will blink once.
x Fixed opening links like javascript: window.open( ... );
* Icon of pop-up message is changed and depends now on an extension status (it will be visible if icon in status bar and button on toolbar are not used).
+ Added rightlinks.loadJavaScriptLinksInBackground setting for opening JavaScript-links in background tab.
x Fixed sending of referer for documents with frames.

0.2.0.2 (2008-07-13)

x Fixed small bug in en-US locale.
x Fixed opening of JavaScript-bookmarks (bookmarklets).

0.2.0.1 (2008-07-06)

* The rightlinks.checkForFilesLinks preference was changed on rightlinks.filesLinksPolicy:
0 – not check links (corresponds to the old rightlinks.checkForFilesLinks = false)
1 – open links to files in current tab (corresponds to the old rightlinks.checkForFilesLinks = true)
2 – disable Right Links on these links (show context menu)
* Improved detection of the "void" links.

0.2.0.0 (2008-06-25)

+ Added intercepting of right-clicks on bookmarks (like links).
x The rightlinks.sendReferrer preference has been renamed on rightlinks.sendReferer (see http://en.wikipedia.org/wiki/HTTP_referer) – be careful!
+ The rightlinks.hideBookmarksPopup preference (not hide pop-up menu after bookmark opening, if false).
+ If Tree Style Tab extension is available, then links (but not bookmarks) will be open in child tabs.
+ Added compatibility with Highlander extension.
+ Left-click is imitated for the "void" links with onClick, onMouseDown or onMouseUp-handlers.
+ The rightlinks.notifyVoidLinksWithHandlers preference – show pop-up message after click on "void" links with handlers.
+ The rightlinks.checkForFilesLinks preference – for opening links to files (the rightlinks.filesLinksMask preference) in current tab.
* Default hotkey changed to F2 (in Firefox 3.0 works Ctrl+Shift+? [Shift+/ = ?], and Ctrl+Shift+/ in previous versions) – be careful!

0.1.3.1 (2008-04-28)

+ Added toolbar button.

0.1.3.0 (2008-04-28)

* Now only hotkey change require restart (added preferences observer).

0.1.2.3 beta (2008-04-25)

+ Added icon in status bar to switch on/off.
+ Added rightlinks.toggleItemsMode preference: 0 – show all, 1 – hide all, 2 – hide item in menu, 3 – hide item in status bar.

0.1.2.2 (2008-04-05)

* Code testing and checking.

0.1.2.1 (2008-03-31)

* Improved work with context menu in Linux (with rightlinks.debug = true).

0.1.1.0 (2008-03-22)

* Own code for pop-up message (works in Linux).
* Changed default keyboard shortcut from Ctrl+Shift+L to Ctrl+Shift+/ (rightlinks.keyValue and rightlinks.keyModifiers preferences).

0.1.0.0 (2008-03-22)

* Extension now works for all links in main browser window (including sidebar, panels of Split Browser or Split Pannel extensions).
* Improved getting link method.
x JavaScript-links now works in frames.

0.0.2.4 (2008-02-16)

* Slightly improved way to detect <a> tag.

0.0.2.3 (2008-02-03)

* Repackaging (4,4 kb instead of 5,2 kb).
x Created .jar file structure to prevent security issues created by Firefox bug #413250.

0.0.2.2 (2007-11-13)

+ Added localisation possibility (include two locales – en-US and ru).
+ rightlinks.sendReferrer – send referrer, if true.

0.0.2.1 (2007-11-10)

* Small correction of code
+ Added new rightlinks.loadInBackground preference:
true – open new tabs in background
false – switch to new tabs