Releases: ronparkdev/shortcut-click-extension
1.0.12
1.0.11
Selector not reload when change slider
1.0.10
Fixed an issue where shortcuts registered with sync did not work
1.0.9
Add account sync functionality
You can choose between local and sync.
However, there is a size limit on how much you can upload to your browser account, so you'll want to choose carefully.
1.0.8
Fixed issue where custom selectors were not preserved on modification and were overwritten by the selected element's selector
1.0.7
Add target modification
- Can be modified in popup
Improved to remember the last modified URL
- Improved usability when adding multiple shortcuts to the same page
Etc code improvements
1.0.6
When looking for xpath selector, pick only the closest text among children
Combinations of texts at different element depths are not recognised by xpath.
Finding the closest text in the child element of the element you want to select and assembling the xpath selector.
Improved accuracy of logic to find xpath selector
Added logic to create an xpath selector with element and then check if it matches element with xpath selector again
Allows you to modify xpath selectors directly
Added the ability to modify xpath selectors directly for developers or power users
Fixed an issue with right-click not being able to set the settings
:)
1.0.5
Use the code in the keyboard event to avoid language-specific differences in keyboard shortcuts
Even though they are keys on the same keyboard, the values are different when using the key in the keyboard event.
For example, on a Mac, the key value of option + .
on an English keyboard is ≥
, but the key value of option + .
on a Korean keyboard is .
.
So, to solve this problem, we used the code of keyboard event to solve the problem. However, there is a legacy support code to work with existing users because it is stored as key.
Improve readability of which keys are which
It wasn't clear what key the shortcut was on the popup page, and I improved that.
1.0.4
- Clean up text as a whole
- Add toast after saving
- Add highlighting and simultaneous scrolling on mouse hover in popups
- Fixed issue with incorrect deletion
1.0.3
- Improved selector to be more detailed
- Add the ability to highlight the corresponding element when the mouse cursor hovers over it in a popup.