Gesturefy 版本紀錄 - 25 個版本
Gesturefy 作者: Robbendebiene
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 3.2.5
發行於 2022年4月10日 - 641.74 KB適用於 firefox 86.0 與更新版本- fix missing gesture recognition for very short gestures
- fix interference of scroll commands and the website's CSS原始碼依照 GNU General Public License v3.0 條款釋出
下載 Firefox 並安裝擴充套件必須使用 Firefox 才能使用此擴充套件較舊版本
版本 3.2.4
發行於 2021年11月10日 - 641.36 KB適用於 firefox 86.0 與更新版本- added workaround to prevent rapidly performed gestures from being missed on MacOS原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.2.3
發行於 2021年11月4日 - 640.65 KB適用於 firefox 86.0 與更新版本- fixed popup commands not working
- improved gesture cancellation via secondary mouse button原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.2.1
發行於 2021年9月6日 - 635.77 KB適用於 firefox 86.0 與更新版本- fixed bug for Firefox 92 and later that broke the command popup positioning
- fixed Gesturefy not working on pages that called document.open()
- minor fixes原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.2.0
發行於 2021年6月19日 - 634.75 KB適用於 firefox 86.0 與更新版本- added "Multi Purpose command"
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"
- added 2 additional search commands to perform searches in the current tab
- added an extra button/icon to the command select field which serves as a quick access to the command's settings
- fixed bug for "Search Clipboard" command not working
- some structural change to the settings page原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.1.2
發行於 2021年3月31日 - 610.39 KB適用於 firefox 86.0 與更新版本- 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
- further popup command improvements
- fixed Open URL commands not working for selected domains with capital letters
- removed obsolete tabs permissions for some commands原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.1.1
發行於 2021年2月14日 - 606.15 KB適用於 firefox 77.0 與更新版本- command popup will now be styled by the selected theme in the Gesturefy settings page
- 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)原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.1.0
發行於 2021年2月9日 - 604.69 KB適用於 firefox 77.0 與更新版本- 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
- 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
- the search engine URL option now supports the use of a %s placeholder for the search string
- added high contrast theme
- removed white theme
- replaced "Blacklist" with "Exclusions" for a more inclusive term
- minor fixes and changes原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.0.7
發行於 2020年9月8日 - 555.84 KB適用於 firefox 77.0 與更新版本- open link/url commands now also open simple domain names like github.com or www.github.com
- fixed an issue where the new tab page was shortly displayed when using one of the search commands
- fixed scroll commands not working for textareas
- improved gesture preview for overlapping gestures in the settings page原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.0.6
發行於 2020年7月24日 - 737.71 KB適用於 firefox 77.0 與更新版本- 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
- regrouped commands in the command bar
- increased contrast of active command indicator原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.0.5
發行於 2020年7月7日 - 737.39 KB適用於 firefox 77.0 與更新版本- using a non-primary button (middle or right) in popup commands now opens a new tab in the background while keeping the popup open. 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 a link to the matching algorithm description which points to a more detailed explanation/comparison
- added the possibility to define multiple zoom levels for the zoom in and zoom out command
- changed command bar item symbols and info in order to better indicate that a command has additional settings
- fixed scroll commands not working for pages in quirks mode
- gesture similarity alert in the options page may now also be shown when opening an existing gesture原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.0.4
發行於 2020年6月23日 - 730.1 KB適用於 firefox 77.0 與更新版本- added different matching algorithm since some users had problems with the new system. The new algorithm can be selected in the settings page at the top. In short this algorithm will basically only compare the directions and not the lengths of the gesture segments, therefore it cannot properly distinguish between ↓→ and ↓→→ If (detailed explanation about the differences between the algorithms will follow)
- improved gesture view when an element is in fullscreen mode especially for frames (#148)
- updated translation strings原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.0.3
發行於 2020年6月18日 - 726.39 KB適用於 firefox 77.0 與更新版本- added user script API methods for tabs and windows management
- fixed a rare bug where scroll to bottom command could fail
- fixed incompatibility with other add-ons
- fixed bug where open link commands falsely treat the text selection as a valid URL if it contains a colon followed by a letter
- fixed popup commands sometimes not terminating on abort原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.0.2
發行於 2020年6月11日 - 724.99 KB適用於 firefox 77.0 與更新版本- fixed Gesturefy preventing the custom right click menu on Google Maps (#492)
- fixed occasionally opening links in a new tab when using the middle mouse button as the gesture activation button (#479)
- fixed gesture name preview sometimes showing the previous gesture name for a very short time
- reduced default deviation value from 0.2 to 0.15. If you draw your gestures less accurate you may change this back to 0.2. This can be done in the Settings page > Advanced settings > Deviation tolerance > 0.2
- added some missing translation strings原始碼依照 GNU General Public License v3.0 條款釋出
版本 3.0.1
發行於 2020年6月9日 - 721.65 KB適用於 firefox 77.0 與更新版本- fixed config getting corrupted while migrating from version 2 to version 3 when using Firefox sync (at least I hope it's fixed)
- fixed several context menu bugs
- fixed open link commands sometimes not working
- fixed focus problem when switching tabs with wheel or rocker gesture原始碼依照 GNU General Public License v3.0 條款釋出
版本 2.1.4
發行於 2020年1月25日 - 506.11 KB適用於 firefox 70.0 與更新版本- added an option for "Focus Right/Left Tab" command to disable tab cycling
- added an option for "Focus Right/Left Tab" command to skip discarded tabs
- enhanced the Referrer handling for the "Save Image" command | Thanks to leonard84
- fixed upcoming wheel gesture issue | Thanks to Deathamns原始碼依照 GNU General Public License v3.0 條款釋出
版本 2.1.3
發行於 2019年10月24日 - 496.4 KB適用於 firefox 70.0 與更新版本- added referrer header for "Save Image" command to closer match the browser behaviour
- fixed double insertion of the "Paste Clipboard" command
- fixed a rare issue where the page zoom can cause an offset in the gesture trace
- fixed restore config functionality failing for incomplete config files原始碼依照 GNU General Public License v3.0 條款釋出
版本 2.1.2
發行於 2019年9月11日 - 496.43 KB適用於 firefox 63.0 與更新版本- fixed "Popup All Tabs" command not working
- added "Tab Position" option for "Open Link In New Tab"
- changed "Open Link In New Tab" will now follow the normal browsing behaviour (specified in the about:config - browser.tabs.insertRelatedAfterCurrent and browser.tabs.insertAfterCurrent) on default
- added "Tab Position" options "start" and "end" for all related commands原始碼依照 GNU General Public License v3.0 條款釋出
版本 2.1.1
發行於 2019年7月5日 - 496.36 KB適用於 firefox 63.0 與更新版本- fixed gesture timeout not working properly
- fixed duplicate tab not working for older installations原始碼依照 GNU General Public License v3.0 條款釋出
版本 2.1.0
發行於 2019年6月30日 - 495.99 KB適用於 firefox 63.0 與更新版本- added new commands: Save Link As; Move Tab To Start; Move Tab To End; Move Right Tabs To New Window; Move Left Tabs To New Window
- added search bar functionality to the command bar UI
- added an onboarding page and changed the add-on description to be more comprehensible for new users
- added an advanced option to set the wheel sensitivity for mouse wheel gestures (for smooth-scrolling mice)
- added an option to the "Duplicate Tab" command to prevent focus change
- improved gesture trace growing to be more consistent
- addressed a problem where settings got lost when using Firefox sync
- fixed a bug where gestures with special permissions would not be restored
- fixed a bug where the gesture trace could stay on the screen if a tabswitch by a wheel or rocker gesture was executed instead原始碼依照 GNU General Public License v3.0 條款釋出
版本 2.0.4
發行於 2018年10月29日 - 446.27 KB適用於 firefox 63.0 與更新版本- added "[Popup] Search Engines" and "Search Clipboard" command
- added an option to order tabs for the "Popup All Tabs" command
- added an option for "Open Link In New Window" to open an empty window if no link or url was selected
- changed the "Search Selected Text" command to use the default search engine if not specified
- fixed clipboard commands for linux users
- fixed the increasing of the tab index if no tab was opened for the "Open Link To New Tab" command
- mouse gestures that are accidentally triggered by performing a rocker or wheel gesture are now canceled
- the "Open Homepage" command can now open urls without a protocol
- removed 2.0 upgrade notification and migration functionality原始碼依照 GNU General Public License v3.0 條款釋出
版本 2.0.3
發行於 2018年8月29日 - 436.77 KB適用於 firefox 60.0 與更新版本- fixed "Close Tab" command not closing pinned tabs
- changed "URL Hierarchy Up" command to omit trailing slashes原始碼依照 GNU General Public License v3.0 條款釋出
版本 2.0.2
發行於 2018年8月10日 - 430.72 KB適用於 firefox 60.0 與更新版本- fixed Gesturefy not working for some operating systems原始碼依照 GNU General Public License v3.0 條款釋出
版本 2.0.1
發行於 2018年8月10日 - 430.71 KB適用於 firefox 60.0 與更新版本- fixed next tab focus for the "Close Tab" command
- minor translation fixes原始碼依照 GNU General Public License v3.0 條款釋出