Skip to content

Releases: Bhupesh-V/ugit

v5.8

03 Feb 06:40
Compare
Choose a tag to compare

What's Changed

  • Removed usage of HEREDOC and replaced with preferred "printf" statements for printing help text by @T-Joseph-Kim in #70
  • 🚸 improve support for running ugit via docker (#68) by @Bhupesh-V in #69

ugit is now on docker πŸŽ‰

docker pull bhupeshimself/ugit
docker run --rm -it -v $(pwd):/app bhupeshimself/ugit

New Contributors

Full Changelog: v5.7...v5.8

v5.7

20 Oct 06:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.6...v5.7

v5.6

27 May 10:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5...v5.6

v5.5

27 Mar 11:58
Compare
Choose a tag to compare

What's Changed

  • Update fzf version comparison to remove letters and parentheses by @dr41d45 in #59

New Contributors

Full Changelog: v5.4...v5.5

v5.4

12 Oct 13:13
76b4c96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3...v5.4

v5.3

27 Aug 07:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2...v5.3

v5.2

15 Aug 17:48
Compare
Choose a tag to compare

What's Changed πŸ‘€

New Contributors πŸš€

Full Changelog: v5.1...v5.2

v5.1

18 Feb 06:30
ed8f14a
Compare
Choose a tag to compare

What's Changed

  • fix: update strategy for detecting top-level directory by @thecesrom in #22

New Contributors

Full Changelog: v5.0...v5.1

v5.0

02 Oct 06:29
Compare
Choose a tag to compare
  • Show git diff FZF previews at various places
  • Handle cancel events across the codebase
  • Minor TUI improvements
  • Support for opening ugit guide on windows/wsl
  • Improve code readability
  • Fix miscellaneous unbound variable bugs
  • Support for fetching changelogs after updating ugit

v4.1

21 Aug 06:18
Compare
Choose a tag to compare
  • Get rid of the annoying header 😀
  • New ugit --guide command to automatically open git undo text guide
  • Minor internal tweaks & TUX improvements