v1.38.0
What's new
Added
- The Git panel now shows a Publish Branch button when you're on a branch that has no upstream — committing on a new local branch used to look silent because the Push button only appeared when
ahead > 0relative to a remote, which an unpublished branch never has. The Publish Branch button replaces Push in that state, shows the unpublished commit count, and runsgit push -u origin <branch>so the branch is tracked from then on.
Full changelog: https://github.com/codika-io/clave/blob/main/CHANGELOG.md