- Added support for IntelliJ 2022.1. - Improved reporting of errors as GitHub issues (contributed by DcortezMeleth).
1.1.0
- Added support for IntelliJ 2021.3.
1.0.1
- Disabled Fetch button when there are no remotes in the current repository.
1.0.0
- Added support for IntelliJ 2021.2.
0.9.2
<h3>v0.9.2</h3>
Improvements and bugfixes: <ul> <li>For one minute after a fetch, refrain from re-fetching the repo when doing a pull</li> <li>Fix newly created branches sometimes incorrectly recognized as merged to parent</li> </ul>
0.9.1
<h3>v0.9.1</h3>
<ul> <li>Added support for IntelliJ 2021.1</li> <li>Added dialog that suggests deleting local branches when sliding out</li> <li>Added support for git config core.hooksPath property</li> <li>Allowed slide out of currently checked out branch</li> <li>Slide Out action slides out all occurrences of branch entry</li> <li>Added slide out suggestion action link for the skipped branches to the skipped branches warning</li> <li>Dropped external system - hackish approach to provide machete-file-to-graph-table synchronization</li> <li>Added machete file changes listener - reasonable approach to provide machete-file-to-graph-table synchronization</li> </ul> Improvements: <ul> <li>Add discover action to the toolbar</li> <li>Do not show double-listed branches in graph table</li> <li>Added tooltip for root branch as well as non-root branches</li> <li>Enhance messages related to the ill-formed branch layout</li> </ul> Bug fixes: <ul> <li>Correctly check if Git Machete Tab is opened the project resolver (fixes premature discover)</li> <li>Improve branch layout discover/write/backup reliability</li> </ul>