Skip to content

Releases: moolmanruan/obsidian-sequence-hotkeys

0.6.0

18 Oct 22:13
Compare
Choose a tag to compare
  • Display the number of command showing in settings window
  • Added ability to filter commands in the settings window based on whether they have hotkeys assigned or not

0.5.2

10 Sep 16:54
Compare
Choose a tag to compare
  • Let the plugin's key event listeners be processed first. (contribution by lukemt)

0.5.1

26 Sep 17:10
Compare
Choose a tag to compare
  • Don't show pressed chord on the status bar

0.5.0

22 Jul 21:46
Compare
Choose a tag to compare
  • Changed the way key sequences are captured:
    If a key is pressed that does not match an ongoing sequence, the key is immediately used to try and match a new sequence.

0.4.1

12 Jun 18:31
Compare
Choose a tag to compare
  • Add some more tests
  • Don't apply mod-empty class to hotkey HTML elements in settings

0.4.0

09 Jun 18:47
Compare
Choose a tag to compare
  • Support chords consisting of modifiers only, for example the sequence Shift Shift is now supported.
  • Show warning if hotkey sequence conflicts with another one. A conflict occurs when the sequences start the same way and the one sequence is a subset of the other.

0.3.1

22 May 21:06
Compare
Choose a tag to compare
  • Display hotkeys differently on MacOS and non-MacOS systems.

0.3.0

21 May 23:42
Compare
Choose a tag to compare
  • Support multiple hotkeys per command

0.2.3

21 May 13:55
Compare
Choose a tag to compare
  • Allow plugin on mobile versions

0.2.2

19 May 09:36
Compare
Choose a tag to compare
  • PR Review changes and improvements
  • Sort commands alphabetically