What's Changed
- feat: initial exploration for keybinding source addition and inverse map for keybinding registry by @dalthviz in #226
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #227
- fix: Fix recursion check in Qt6 by @hanjinliu in #232
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #233
- docs: fix small typo in Getting Started doc by @kevinyamauchi in #236
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #237
- chore: Filter out get_validators warning by @Czaki in #239
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #240
- feat: allow explicit variable bound to be passed to Name by @tlambert03 in #241
- feat: add
registered_actions
to Application by @tlambert03 in #242 - fix: Use QApplication instance as a parent of global actions by @Czaki in #246
- build: update for uv project management by @tlambert03 in #250
- chore: add ANN rule to ruff by @tlambert03 in #251
- fix: order of menu registration to come after keybindings registration by @tlambert03 in #249
- chore: bunch of typing fixes, run pyright on ci by @tlambert03 in #252
New Contributors
- @hanjinliu made their first contribution in #232
- @kevinyamauchi made their first contribution in #236
Full Changelog: v0.3.1...v0.4.0