Skip to content

Releases: jsmorabito/Obsidian-Command-Shortcuts

0.4.9

Choose a tag to compare

@jsmorabito jsmorabito released this 06 Aug 23:13

What's Changed

Full Changelog: 0.4.8...0.4.9

0.4.8

Choose a tag to compare

@jsmorabito jsmorabito released this 06 Aug 22:15
f8e7f6e

What's Changed

Full Changelog: 0.4.7...0.4.8

0.4.7

Choose a tag to compare

@jsmorabito jsmorabito released this 06 Aug 21:37

What's Changed

  • Add toggle to disable editor auto-focus on file/tab open by @jsmorabito in #3

New Contributors

Full Changelog: 0.4.6...0.4.7

0.4.6

Choose a tag to compare

@github-actions github-actions released this 11 Jul 21:04

Full Changelog: 0.4.5...0.4.6

0.4.5

Choose a tag to compare

@github-actions github-actions released this 11 Jul 20:46

Full Changelog: 0.4.4...0.4.5

0.4.4

Choose a tag to compare

@jsmorabito jsmorabito released this 11 Jul 20:43

Repo housekeeping release:

  • Added MIT LICENSE
  • Replaced dead/upstream funding link with Buy Me a Coffee
  • Modernized the release workflow (still needs Actions manually enabled on this fork to run automatically going forward)

0.4.3

Choose a tag to compare

@jsmorabito jsmorabito released this 11 Jul 20:16

Adds automated unit tests and resolves all ESLint errors found during the eslint-plugin-obsidianmd migration.

Includes a few real bug fixes surfaced along the way:

  • Fixed a crash when capturing a custom shortcut-mode trigger key (this.app.setting.scope was previously unreachable due to a missing .app.)
  • Fixed app.commands typings that silently degraded to any
  • Fixed two .bind(this) call sites that lost type safety
  • Stopped passing the plugin instance as a Component to MarkdownRenderer.render (a known memory-leak pattern)

0.4.2

Choose a tag to compare

@jsmorabito jsmorabito released this 11 Jul 18:53

Renamed to Command Shortcuts for Obsidian community directory submission.