Releases: Robbendebiene/Gesturefy
Releases · Robbendebiene/Gesturefy
Gesturefy 3.2.3
changelog:
- fixed popup commands not working (#618)
- improved gesture cancellation via secondary mouse button
Gesturefy 3.2.2
changelog:
- mouse gestures can now be canceled/aborted by pressing a secondary mouse button (if you are using the right mouse button then you just need to press the left mouse button to cancel the gesture)
- removed gesture cancellation via the suppression key
- added Open URL From Clipboard In New (Private) Window commands (#604)
- added scroll proportion setting to Scroll Page Up/Down commands (#616)
- user scripts can now return true/false on succeed/failure which makes them more useful in combination with multi purpose commands (more info)
- fixed mouse gesture not being terminated correctly when another button was pressed (#615)
- Increase/Decrease URL Number regex option now operates on decoded URI (thanks to @kzrnm)
- new translations thanks to the contributors on Crowdin
Gesturefy 3.2.1
changelog:
- fixed bug for Firefox 92 and later that broke the command popup positioning (#605)
- fixed Gesturefy not working on pages that called
document.open()
- minor fixes
Gesturefy 3.2.0
changelog:
- added "Multi Purpose command" (#313)
learn more about this new feature here: https://github.com/Robbendebiene/Gesturefy/wiki/Multi-purpose-command - added "Popup Command List" command
- renamed "Search Text Selection" and "Search Clipboard" commands to "Search Text Selection In New Tab" and "Search Clipboard In New Tab" (#589)
- added 2 additional search commands to perform searches in the current tab (#589)
- added an extra button/icon to the command select field which serves as a quick access to the command's settings (#551)
- fixed bug for "Search Clipboard" command not working
- some structural change to the settings page
Gesturefy 3.1.2
changelog:
- changed Increase/Decrease URL Number commands. The new default behaviour will always match from right to left and only match numbers in query parameters or between slashes.
- added custom match pattern option for Increase/Decrease URL Number. This allows users to specify a custom regex to select the number that should be altered. More details here.
- further popup command improvements
- fixed Open URL commands not working for selected domains with capital letters (#579)
- removed obsolete tabs permissions for some commands
Gesturefy 3.1.1
changelog:
- command popup will now be styled by the selected theme in the Gesturefy settings page (#562)
- redesigned command popup
- fixed regression bug where the command popup always expanded to the maximum width
- fixed rare command popup bug where it wouldn't be visible to the user
- fixed gestures not working on none html pages like xml or svg (however UI cannot be displayed) (#565)
Gesturefy 3.1.0
changelog:
- added a new gesture comparison algorithm called "combined" and set it as the default. This algorithm basically combines the best properties of the "strict" and "shape-independent" algorithm with the cost of a slightly increased computation time
- moved the gesture comparison algorithm to the advanced settings section
- made Gesturefy Firefox Fission compatible
- added "Copy Image URL" command (#559)
- the gesture overview page now uses the full screen width in order to provide an instant overview
- added new setting for search commands to prevent the opening of an empty search (thanks to rutgersc)
- the search engine URL option now supports the use of a
%s
placeholder for the search string (#537) - added high contrast theme
- removed white theme
- replaced "Blacklist" with "Exclusions" for a more inclusive term (#552)
- minor fixes and changes
Big thanks to all new Crowdin translators!
Gesturefy 3.0.7
changelog:
- open link/url commands now also open simple domain names like github.com or www.github.com (#526, #531)
- fixed an issue where the new tab page was shortly displayed when using one of the search commands (#530)
- fixed scroll commands not working for textareas (#532)
- improved gesture preview for overlapping gestures in the settings page
Gesturefy 3.0.6
changelog:
- Important: Removed Firefox sync support. Your Gesturefy config will no longer be synced across devices. Use the backup and restore functionality for manual config migration.
Reason: Firefox 79 introduced additional sync storage restrictions for better parity with Chrome.
Details: https://blog.mozilla.org/addons/2020/07/09/changes-to-storage-sync-in-firefox-79 and https://wiki.developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync#Storage_quotas_for_sync_data - added command "To Root URL"
- fixed scroll commands failing on inline elements with overflow auto or scroll (#519)
- regrouped commands in the command bar
- increased contrast of active command indicator (#516)
Gesturefy 3.0.5
changelog:
- using a non-primary button (middle or right) in popup commands now opens a new tab in the background while keeping the popup open (#383) Currently only Popup Search Engines is supported, other commands will treat these buttons as a normal click
- removed the "Focus new tab" option for Popup Search Engines command
- added the possibility to define multiple zoom levels for the zoom in and zoom out command (#400)
- added a link to the matching algorithm description which points to a more detailed explanation/comparison
- changed command bar item symbols and info in order to better indicate that a command has additional settings (#453)
- fixed scroll commands not working for pages in quirks mode (#508)
- gesture similarity alert in the options page may now also be shown when opening an existing gesture