- Fixed: compatibility issues with latest 2024.3 EAPs
5.1.0
- Added: support for IntelliJ 2024.3.
5.0.1
- Improved: performance of loading repositories with long git histories and a lot of red-edge branches - Fixed: `Class initialization must not depend on services` error on IntelliJ 2024.2 EAP (reported by fan-tom)
5.0.0
- Added support for IntelliJ 2024.2. - Dropped support for IntelliJ 2022.2. Note that the versions of this plugin published so far will remain available for download in IntelliJ 2022.2 indefinitely. The change in the range of supported IntelliJ versions will only affect the new plugin releases, starting from this one.
4.2.1
- Fixed: plugin crashing on `NullPointerException` when a warning about overwriting uncommitted files was going to be displayed
4.2.0
- Added: support for IntelliJ 2024.1. - Fixed: corner cases in determining fork point for a branch. - Fixed: plugin crashing on `RevisionSyntaxException` when remote of a branch is set to `.` in git config (reported by alexeyr-ci).