Skip to content

Releases: Infocatcher/Right_Links_WE

v.0.5b12 (2021-03-14)

14 Mar 18:17
Compare
Choose a tag to compare

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)

14 Mar 13:08
Compare
Choose a tag to compare

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)

13 Mar 17:56
Compare
Choose a tag to compare

+ 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)

26 May 19:23
Compare
Choose a tag to compare

+ 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)

27 Jan 09:40
Compare
Choose a tag to compare

x Fixed “Handle clicks on images” option.
* Disable sub-options in case of disabled parent option.

v.0.5b7 (2019-01-20)

20 Jan 17:08
Compare
Choose a tag to compare

* 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)

15 Dec 14:46
Compare
Choose a tag to compare

+ 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)

26 Nov 20:00
Compare
Choose a tag to compare

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)

18 Nov 22:34
Compare
Choose a tag to compare

x Fixed detection of mouse moving.
x Correctly prevent context menu on Linux (#2).

v.0.5b3 (2017-11-17)

17 Nov 20:19
Compare
Choose a tag to compare

- Removed obsolete extended replacement for browsers without openerTabId support.
* Internal tweaks.
* More robust way to prevent context menu.