easyGestures N version history - 11 versions
easyGestures N by Nicolás González-Deleito
easyGestures N version history - 11 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 6.8
Released Nov 11, 2023 - 140.54 KBWorks with firefox 112.0 and later- fixed: zoomReset action resets the zoom level to the current default zoom factor
- background scripts are now ES modules and are non-persistent (in preparation for MV3)
- "Run Script" actions will not be possible in MV3; as a result, they are deprecated and will be removed when transitioning to MV3
Source code released under Mozilla Public License 2.0
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 6.7
Released Nov 28, 2022 - 277.22 KBWorks with firefox 101.0 and later- dark theme for preferences and tips dialogs
- replaced static PNG images in tips dialog with scalable versions
- minor improvements, mainly in the preferences and tips dialogs
Source code released under Mozilla Public License 2.0
Version 6.6
Released Dec 6, 2021 - 273.56 KBWorks with firefox 79.0 and later- made the "tabs" permission optional
- reduced the number of actions requiring the "clipboardWrite" (optional) permission by using the Clipboard API
- code improvements, including stop using deprecated APIs
Source code released under Mozilla Public License 2.0
Version 6.5
Released Dec 14, 2020 - 280.15 KBWorks with firefox 79.0 and later- made the "sessions" permission optional
- added support for listening to changes in permissions
- the "Page Top" and "Page Bottom" actions work now also on scrollable elements and have been renamed to "Go To Top" and "Go To Bottom", respectively
- the previous/next tab is warmed up when opening a pie menu layout including the "Previous Tab"/"Next Tab" action
- new action: "Save Page As PDF" (on macOS, only for Firefox 81 or higher)
- long tooltips are now fully displayed through an animation
- renamed "statistics" to "usage (data)" in the preferences dialog
- upgraded license for non-graphical assets to MPL v2.0
- minor code and theme improvements
Source code released under Mozilla Public License 2.0
Version 6.4
Released Jul 9, 2020 - 275.76 KBWorks with firefox 64.0 and later- turned as many permissions as possible optional
- got rid of eval usage for "Run Script" actions and improved the documentation for those actions
- fixed: select boxes in the menus pane of the preferences dialog were no longer correctly displayed
- minor improvements to the existing locales
- minor code improvements
Source code released under Custom License
Version 6.3
Released Jun 16, 2019 - 273.38 KBWorks with firefox 64.0 and later- the "Toggle Fullscreen" action now toggles the content of a web page in full screen (the old behavior of this action is now implemented in the new action "Toggle Fullscreen Window")
- dropped support for favicons in "Load URL" actions and for custom icons in "Run Script" actions
- fixed: the pie menu did not work on top of cross-origin frames
- simplified how the more complex preferences are stored
- minor fixes and improvements
Source code released under Custom License
Version 6.2
Released Feb 2, 2019 - 263.02 KBWorks with firefox 63.0 and later- added dark theme
- further improved the visual consistency of the pie menu and simplified related style declarations
- fixed the positioning of statistics on the clicks by direction tab in the preferences dialog
Source code released under Custom License
Version 6.1
Released Oct 27, 2018 - 263.38 KBWorks with firefox 63.0 and later- enabled "Search Web" action
- improved visual consistency across the different menu types
- simplified many style declarations and some pieces of code related to the display of the pie menu and the execution of actions
Source code released under Custom License
Version 6.0
Released Jul 29, 2018 - 362.08 KBWorks with firefox 58.0 and later, android 58.0 to 68.*- new action icons!
- new extension icon and tip images
- minor theme improvements
Source code released under Custom License
Version 5.4
Released Jan 25, 2018 - 321.8 KBWorks with firefox 58.0 and later, android 58.0 to 68.*- the limitations related to the migration to WebExtensions listed in the release notes of versions 5.2 and 5.3 remain valid, except for what follows:
- fixed actions: "Homepage", "New Window", and "Copy Image" (which only supports PNG and JPEG images)
- changed and renamed "Toggle Find Bar" action to "Find and Highlight Selection"
- removed actions: "Show Bookmarks", "Toggle Bookmarks Sidebar", "Toggle Bookmarks Toolbar", "Show History", "Toggle History Sidebar", and "Show Downloads"
- new actions: "Show Print Preview", "Load Page in New Tab", "Remove Highlight", "Enter Reader Mode", and "Take Tab Screenshot"
- the permissions requested by this extension are documented in the README (https://github.com/ngdeleito/easyGestures/blob/development/extension/README.md)
- the tab opener is now set when new tabs are opened (except for the "New Tab" and "New Blank Tab" actions)
- new default menus
- menus can be now reset in the preferences dialog
- fixed issues:
- opening links by clicking through the pie menu center did not work when the "Open Link" action behavior was used
- tips started at tip number 2 when the extension was installed
Source code released under Custom License
Version 5.3
Released Oct 17, 2017 - 318.53 KBWorks with firefox 54.0 and later, android 54.0 to 68.*- finalized the migration to WebExtensions
- the limitations listed in the release notes of version 5.2 remain valid, except for what follows:
- fixed actions: "View Page Source", "Show Only This Frame", and "Paste"
- "Cut", "Copy" and "Paste" actions can appear again as disabled (with some limitations)
- removed actions: "Autoscrolling", "View Page Info", "Focus Location Bar", "Quit", "Restart", "Firefox Preferences", "Add-ons", "Undo", and "Redo"
- removed support for activating autoscrolling through the pie menu center
- the pie menu can again be opened inside a frame, and "Page Top" and "Page Bottom" actions work again inside frames
- the custom icon URL for "Run Script" actions needs to be manually provided in the preferences dialog through a text input box
- favicons cannot be retrieved nor displayed
- removed support for upgrading from versions prior to 5.2
- new actions: "Copy Page URL", "Copy URL to Identifier", "Move Tab to New Window", "Load URL in New Private Window", "Bookmark this Identifier", "Remove Bookmark to this Page", "Remove Bookmark to this Identifier", and "Remove Bookmark to this Link"
- improved code dealing with preferences and code running in content scripts
Source code released under Custom License