Skip to content

Releases: ronparkdev/shortcut-click-extension

1.0.12

06 Nov 02:50
Compare
Choose a tag to compare
  • Modify the element slider to be unexposed, if a custom selector is selected.

1.0.11

12 Aug 01:43
Compare
Choose a tag to compare

Selector not reload when change slider

1.0.10

05 Aug 07:41
Compare
Choose a tag to compare

Fixed an issue where shortcuts registered with sync did not work

1.0.9

01 Aug 01:10
Compare
Choose a tag to compare

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

22 Jul 06:18
Compare
Choose a tag to compare

Fixed issue where custom selectors were not preserved on modification and were overwritten by the selected element's selector

1.0.7

21 Jul 00:41
Compare
Choose a tag to compare

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

15 Jul 15:39
Compare
Choose a tag to compare

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

09 Jul 01:26
Compare
Choose a tag to compare

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

26 Jun 16:37
Compare
Choose a tag to compare
  • 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

26 Jun 03:42
Compare
Choose a tag to compare
  • Improved selector to be more detailed
  • Add the ability to highlight the corresponding element when the mouse cursor hovers over it in a popup.