Version v0.1.102¶
This release introduces user-configurable keyboard shortcuts, allowing users to customize keybindings for various actions. The settings interface has been enhanced to support changing and resetting shortcuts, with persistence across sessions. Documentation and help modals have been updated accordingly. Additionally, minor fixes and improvements have been made to tests and UI text, and the CI workflow dependency has been updated.
New Features¶
- Added user-configurable keyboard shortcuts with defaults, merging, display, and persistence in localStorage. Settings UI now supports changing and resetting shortcuts, and the help modal reflects these customizations. Documentation updated to guide users on shortcut customization. (b433fe) (Eric Ma)
- Added presentations to documentation with navigation links in MkDocs, making the presentation deck easily accessible. (08098d) (Eric Ma)
Bug Fixes¶
- Fixed end-to-end test assertion to match updated UI copy for "Press key combo" in shortcuts test. (671746) (Eric Ma)
Deprecations¶
- Updated GitHub Actions upload-artifact from version 6 to 7 to keep CI dependencies current. (a11ddd) (dependabot[bot])