Skip to content

Releases: aledecicco/dragit

Dragit v1.7.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 19:07

Fix crash when switching folders

Dragit v1.7.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 18:21

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

Choose a tag to compare

@github-actions github-actions released this 08 Jul 03:15

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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 00:23

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

Choose a tag to compare

@github-actions github-actions released this 29 Jun 05:42

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

Choose a tag to compare

@github-actions github-actions released this 29 Jun 02:51

Simpler installation

Dragit v1.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 00:01

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

Choose a tag to compare

@github-actions github-actions released this 21 Jun 17:03

Implement setting to sort branches and tags by modification date.
You can now use shift + arrow keys on lists to extend your selection.