Skip to content

Releases: EduardoLopes/cut-branches

Cut Branches v0.3.1

13 Nov 23:26
Compare
Choose a tag to compare

Update primary color to radix color grass and improve contrast for some components

Cut Branches v0.3.0

13 Nov 04:48
Compare
Choose a tag to compare

This release introduces several features, such as the ability to lock branches, ensuring that locked branches are not selected when selecting all branches. Additionally, you can now switch branches with a simple button click and each branch now displays the last commit information, including the date, message, and author.

I consider this release a significant milestone, making the software more user-friendly and practical. It goes beyond just selecting and deleting branch names; you can now view additional information to ensure you are deleting the correct branch and take measures to prevent accidental deletions.

Furthermore, I have rewritten a substantial amount of code, fixing numerous bugs. Most of the front-end code now has tests, improving stability significantly. While it doesn't have 99% coverage, most functionalities are tested, resulting in a much more stable codebase.

Check the changelog to see the detailed changes. But it doesn't list every single commit, for that check the diff to v0.2.2.

Note: This release was tested on macOS using an M3 MacBook Pro. It is expected to work on other operating systems, but testing on those platforms has not been conducted yet.

v0.1.0

15 Jun 05:44
Compare
Choose a tag to compare

This is the first release with the main features of the app:

  • Add git repositories to manage branches
  • List all branches of a repository
  • Select multiple branches to be deleted
  • Show simple information about each branch
  • Update repository information
  • Remove a repository from the app

Right now, only Available for linux.
But the app can be compiled for others platforms from source (but it haven't been tested)