Releases: Infocatcher/Right_Links_WE
v.0.5b12 (2021-03-14)
x Correctly open links without .textContent, e.g. with image instead of link text (bug in discarded tab implementation, see #22).
v.0.5b11 (2021-03-14)
x Fixed default options (changed by mistake in discarded tab implementation, see #22).
+ Added separator between long left- and right-click options (only if exists built-in “Manage Extension” menu item).
v.0.5b10 (2021-03-13)
+ Added ability to open link in discarded (unloaded) tab in Firefox 63+ (#22).
x Correctly open tabs from non-focused window in MacOS (#23, thanks to asleepysamurai).
v.0.5b9 (2019-05-26)
+ Added separate blacklists for left-click and right-click to disable click handling on user-defined sites.
x Fixed right-click support in Firefox 68+: now used “auxclick” event.
* Disable sub-option for canvas, if not checked “Canvas images”.
x Fixed ability to open tabs from popup window (without tab bar): tab will be opened in another window.
v.0.5b8 (2019-01-27)
x Fixed “Handle clicks on images” option.
* Disable sub-options in case of disabled parent option.
v.0.5b7 (2019-01-20)
* Internal tweaks: used separate global.js script for shared code, simplified localization.
* Improved options menu (on toolbar button).
* Logically re-grouped options.
+ Implemented support for canvas images (thanks to Dumby).
+ Added (configurable) F2 hotkey to toggle Right Links WE.
v.0.5b6 (2017-12-15)
+ Added checkboxes in toolbar button context menu: left/right-click + load in background.
x Correctly set default value for “Enabled” preference in content script (failed to load on new installs without unchecking/checking of that checkbox).
v.0.5b5 (2017-11-26)
x Fixed long left-click timeout.
x Fixed handling of frames and restored “on demand” tabs (now content script will be automatically loaded into all tabs and frames).
v.0.5b4 (2017-11-19)
x Fixed detection of mouse moving.
x Correctly prevent context menu on Linux (#2).
v.0.5b3 (2017-11-17)
- Removed obsolete extended replacement for browsers without openerTabId support.
* Internal tweaks.
* More robust way to prevent context menu.