Verco Versions Save

A simple Git/Mercurial/PlasticSCM tui client based on keyboard shortcuts

v6.12.0

1 year ago

Fuzzy matcher improved which was quite limited and sometimes would fail on some corner cases.

v6.11.0

2 years ago

v6.10.0

2 years ago

Sort branches local first then remote.

v6.8.0

2 years ago
  • more inteligent branch checkout on git. if you try to checkout a remote branch, it will checkout a local branch with the same name and track the remote (what you actually want)
  • when exiting a filter, the cursor will try to keep selecting the same entry
  • verco no longer closes when pressing esc or ctrl+c when viewing diffs or revision details. it instead goes to the previous 'window'
  • when filtering on log, it won't show the graph part
  • fetch branch on branch mode

v6.7.0

2 years ago

v6.6.0

2 years ago

v6.5.5

2 years ago

v6.5.4

2 years ago

Handle unknown file statuses and use remove rename extra info on git status and revision details for correct parsing.

v6.5.3

2 years ago

v6.4.0

2 years ago

Now verco will always prevent fast-forward in 'pull' and 'merge' actions for git actions.