- Added support for IntelliJ 2022.3.
- Fixed spurious `NullPointerException` thrown when opening machete file via toolbar, as reported by oksana-cherniavskaia.
- Added branch navigation allowing to check out:
* previous branch with `alt + up-arrow`,
* next branch with `alt + down-arrow`,
* parent branch with `alt + left-arrow`,
* first child branch with `alt + right-arrow`
when Git Machete tab is opened, and has focus.
Note that `option` key is the equivalent of `alt` in macOS.