Features:
<ul>
<li>Added support for pulling current branch</li>
<li>Added support for sliding in a new branch (or reattaching a existing one) without the need to edit machete file manually</li>
<li>Open Machete Tab action was added under VCS/Git submenu with key shortcut Ctrl + Alt + Shift + M</li>
<li>Current branch is marked even if there is an ongoing operation in repo (rebasing, bisecting, etc.) and name of this operation is displayed</li>
<li>Added a notification when skipping branches declared in machete file but nonexistent in the repository</li>
<li>Reset action is preceded by information dialog</li>
<li>Reset is prohibited when uncommitted changes are present in repository</li>
</ul>
Bug fixes:
<ul>
<li>Detecting existing indentation style in machete file editor</li>
<li>Refreshing of branch tree after slide-out action</li>
<li>Reset always gets up-to-date commit from remote tracking branch</li>
<li>Fast forward is possible without remote tracking branch information</li>
</ul>