Skip to content

Releases: Bhupesh-V/ugit

v5.9

13 Apr 09:13

Choose a tag to compare

What's Changed

  • README.md file update to include the "git-undo" command conflict with git-extra. by @luxxmr in #77
  • feat: add support for recovering multiple (uncommited) deleted files.

New Contributors

Full Changelog: v5.8...v5.9

v5.8

03 Feb 06:40

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

Choose a tag to compare

What's Changed

New Contributors

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

v5.6

27 May 10:32

Choose a tag to compare

What's Changed

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

v5.5

27 Mar 11:58

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

Choose a tag to compare

What's Changed

New Contributors

  • @RohitSingh107 made their first contribution in #53
  • @Theotime812 made their first contribution in #56

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

v5.3

27 Aug 07:04

Choose a tag to compare

What's Changed

New Contributors

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

v5.2

15 Aug 17:48

Choose a tag to compare

What's Changed πŸ‘€

New Contributors πŸš€

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

v5.1

18 Feb 06:30
ed8f14a

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

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