Releases: aledecicco/dragit
Release list
Dragit v1.7.2
Fix crash when switching folders
Dragit v1.7.1
Fixed a bug were file diffs weren't being reloaded on worktree modification.
Fixed a bug where the AI commit message generation button would trigger a validation error on the message field.
Reverted some droparea animations because they were too problematic.
Dragit v1.7.0
Generate commit messages using an AI agent, either through an OpenAI-compatible endpoint, or a local CLI model.
Animations are introduced. Colors fade more subtly, and action buttons animate their icons when they change.
The commit graph is now smoother. New commits fade into the commit graph, and older ones slide towards their new positions.
Comparison base changes are now smoother. The graph remains built until the new layout is calculated.
Dragit v1.6.0
Dialogs can now be moved around by dragging the top.
Fix some drop areas being rendered behind the backdrop.
New action for cloning a repository from a URL into the current directory.
Dragit v1.5.0
Commits now always display short ids (which looks better).
New setting for sorting branches and tags by modification date or by name.
New viewer to compare two arbitrary refs (branches, tags, or commits).
New button between branch selectors to quickly compare currently selected refs.
Dragit v1.4.4
Dragit v1.4.0
New d&d and context menu gestures for staging and unstaging all files, even for large paginated repositories.
New d&d and context menu gestures for comitting the current index.
The latest commit can now be amended in more cases.
Stashes now support and properly display untracked files added to them.
Dragit v1.3.1
Implement setting to sort branches and tags by modification date.
You can now use shift + arrow keys on lists to extend your selection.