Releases: jsmorabito/Obsidian-Command-Shortcuts
Releases · jsmorabito/Obsidian-Command-Shortcuts
Release list
0.4.9
What's Changed
- Use sentence case for settings UI text by @jsmorabito in #5
Full Changelog: 0.4.8...0.4.9
0.4.8
0.4.7
What's Changed
- Add toggle to disable editor auto-focus on file/tab open by @jsmorabito in #3
New Contributors
- @jsmorabito made their first contribution in #3
Full Changelog: 0.4.6...0.4.7
0.4.6
0.4.5
0.4.4
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
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
Renamed to Command Shortcuts for Obsidian community directory submission.