|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.4.0](https://github.com/pyapp-kit/app-model/tree/v0.4.0) (2025-06-20) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/pyapp-kit/app-model/compare/v0.3.1...v0.4.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- feat: add `registered_actions` to Application [\#242](https://github.com/pyapp-kit/app-model/pull/242) ([tlambert03](https://github.com/tlambert03)) |
| 10 | +- feat: allow explicit variable bound to be passed to Name [\#241](https://github.com/pyapp-kit/app-model/pull/241) ([tlambert03](https://github.com/tlambert03)) |
| 11 | +- feat: initial exploration for keybinding source addition and inverse map for keybinding registry [\#226](https://github.com/pyapp-kit/app-model/pull/226) ([dalthviz](https://github.com/dalthviz)) |
| 12 | + |
| 13 | +**Fixed bugs:** |
| 14 | + |
| 15 | +- fix: order of menu registration to come after keybindings registration [\#249](https://github.com/pyapp-kit/app-model/pull/249) ([tlambert03](https://github.com/tlambert03)) |
| 16 | +- fix: Use QApplication instance as a parent of global actions [\#246](https://github.com/pyapp-kit/app-model/pull/246) ([Czaki](https://github.com/Czaki)) |
| 17 | +- fix: Fix recursion check in Qt6 [\#232](https://github.com/pyapp-kit/app-model/pull/232) ([hanjinliu](https://github.com/hanjinliu)) |
| 18 | + |
| 19 | +**Documentation:** |
| 20 | + |
| 21 | +- docs: fix small typo in Getting Started doc [\#236](https://github.com/pyapp-kit/app-model/pull/236) ([kevinyamauchi](https://github.com/kevinyamauchi)) |
| 22 | + |
| 23 | +**Merged pull requests:** |
| 24 | + |
| 25 | +- chore: bunch of typing fixes, run pyright on ci [\#252](https://github.com/pyapp-kit/app-model/pull/252) ([tlambert03](https://github.com/tlambert03)) |
| 26 | +- chore: add ANN rule to ruff [\#251](https://github.com/pyapp-kit/app-model/pull/251) ([tlambert03](https://github.com/tlambert03)) |
| 27 | +- build: update for uv project management [\#250](https://github.com/pyapp-kit/app-model/pull/250) ([tlambert03](https://github.com/tlambert03)) |
| 28 | +- ci: \[pre-commit.ci\] autoupdate [\#240](https://github.com/pyapp-kit/app-model/pull/240) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 29 | +- chore: Filter out \_\_get\_validators\_\_ warning [\#239](https://github.com/pyapp-kit/app-model/pull/239) ([Czaki](https://github.com/Czaki)) |
| 30 | +- ci: \[pre-commit.ci\] autoupdate [\#237](https://github.com/pyapp-kit/app-model/pull/237) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 31 | +- ci: \[pre-commit.ci\] autoupdate [\#233](https://github.com/pyapp-kit/app-model/pull/233) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 32 | +- ci: \[pre-commit.ci\] autoupdate [\#227](https://github.com/pyapp-kit/app-model/pull/227) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 33 | + |
3 | 34 | ## [v0.3.1](https://github.com/pyapp-kit/app-model/tree/v0.3.1) (2024-11-22) |
4 | 35 |
|
5 | 36 | [Full Changelog](https://github.com/pyapp-kit/app-model/compare/v0.3.0...v0.3.1) |
|
0 commit comments